Home
last modified time | relevance | path

Searched refs:glViewport (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqsgmapboxglnode.cpp95 f->glViewport(0, 0, m_fbo->width(), m_fbo->height()); in render()
141 …f->glViewport(state->scissorRect().x(), state->scissorRect().y(), state->scissorRect().width(), st… in render()
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch48 + glViewport(0, 0, surfaceSize.width() * scale, surfaceSize.height() * scale);
112 - glViewport(0, 0, surfaceSize.width() * scale, surfaceSize.height() * scale);
138 glViewport(r.x() * scale, r.y() * scale, r.width() * scale, r.height() * scale);
238 + glViewport(m_viewport[0], m_viewport[1], m_viewport[2], m_viewport[3]);
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_pixmap.c73 glViewport(x0, y0, width, height); in glamor_set_destination_pixmap_fbo()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp177 #define glViewport(...) QOpenGLContext::currentContext()->functions()->glViewport(__VA_ARGS__) macro
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c235 glViewport(0, 0, glamor->width, glamor->height); in ephyr_glamor_damage_redisplay()
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c453 glViewport(0, 0, ctx->width, ctx->height); in egl_convert_fb()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dubgears.c318 glViewport(0, 0, (GLint) width, (GLint) height); in reshape()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.cpp260 MBGL_CHECK_ERROR(glViewport(value.x, value.y, value.size.width, value.size.height)); in Set()
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gtk+/gtk+3/
H A D0003-Add-disable-opengl-configure-option.patch421 glViewport (0, 0, ww, wh);
702 glViewport (0, 0, width, height);
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-eglstream.c596 glViewport(0, 0, pixmap->drawable.width, pixmap->drawable.height); in xwl_glamor_eglstream_post_damage()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h550 GL_API void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h667 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h667 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl31.h669 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl32.h669 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_dispatch.c2429 glViewport(*(GLint *) (pc + 0), in __glXDisp_Viewport()
H A Dindirect_dispatch_swap.c2694 glViewport((GLint) bswap_CARD32(pc + 0), in __glXDispSwap_Viewport()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog49258 xephyr: Don't forget to glViewport() before drawing the screen.
111662 in glViewport() which can be a performance problems and also isn't