Searched refs:glReadPixels (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_transfer.c | 175 … glReadPixels(x1 - box->x1, y1 - box->y1, x2 - x1, y2 - y1, f->format, f->type, bits + ofs); in glamor_download_boxes() 178 … glReadPixels(x1 - box->x1, y1 - box->y1, x2 - x1, 1, f->format, f->type, bits + ofs); in glamor_download_boxes()
|
| H A D | glamor_spans.c | 237 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 D | gl_impl.hpp | 127 … #define glReadPixels(...) QOpenGLContext::currentContext()->functions()->glReadPixels(__VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | singlepix.c | 77 glReadPixels(*(GLint *) (pc + 0), *(GLint *) (pc + 4), in __glXDisp_ReadPixels()
|
| H A D | singlepixswap.c | 87 glReadPixels(*(GLint *) (pc + 0), *(GLint *) (pc + 4), in __glXDispSwap_ReadPixels()
|
| /OK3568_Linux_fs/external/libmali/include/GLES/ |
| H A D | gl.h | 527 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 D | context.cpp | 394 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 D | gl2.h | 618 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 D | gl3.h | 618 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
|
| H A D | gl31.h | 620 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
|
| H A D | gl32.h | 620 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 33932 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
|