Home
last modified time | relevance | path

Searched refs:glReadPixels (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_transfer.c175glReadPixels(x1 - box->x1, y1 - box->y1, x2 - x1, y2 - y1, f->format, f->type, bits + ofs); in glamor_download_boxes()
178glReadPixels(x1 - box->x1, y1 - box->y1, x2 - x1, 1, f->format, f->type, bits + ofs); in glamor_download_boxes()
H A Dglamor_spans.c237 glReadPixels(x1 - box->x1, y - box->y1, x2 - x1, 1, in glamor_get_spans_gl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp127 … #define glReadPixels(...) QOpenGLContext::currentContext()->functions()->glReadPixels(__VA_ARGS__) macro
/OK3568_Linux_fs/external/xserver/glx/
H A Dsinglepix.c77 glReadPixels(*(GLint *) (pc + 0), *(GLint *) (pc + 4), in __glXDisp_ReadPixels()
H A Dsinglepixswap.c87 glReadPixels(*(GLint *) (pc + 0), *(GLint *) (pc + 4), in __glXDispSwap_ReadPixels()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h527 GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum forma…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp394 MBGL_CHECK_ERROR(glReadPixels(0, 0, size.width, size.height, static_cast<GLenum>(format), in readFramebuffer()
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h618 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h618 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
H A Dgl31.h620 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
H A Dgl32.h620 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
/OK3568_Linux_fs/external/xserver/
H A DChangeLog33932 reads use glReadPixels() because there's no glGetTexSubImage2D() to
33934 glReadPixels() would throw a GL error instead of getting any data.
45196 glReadPixels and glTexSubImage2D, and so there's no way to perform
47594 These use glTexSubimage2D for upload and glReadPixels for
55589 This optimization will only call glReadPixels once. It should get
87665 glReadPixels on a non-buffer-object frame buffer. This change will