/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 140 {"glReadPixels", (void *)glReadPixels},
|
D | gles_dispatch.h | 143 glReadPixels_t glReadPixels; member 415 …t set_glReadPixels(glReadPixels_t f) { glReadPixels_t retval = glReadPixels; glReadPixels = f; ret… in set_glReadPixels()
|
D | gles.cpp | 656 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo… in glReadPixels() function 658 getDispatch()->glReadPixels(x, y, width, height, format, type, pixels); in glReadPixels()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 130 {"glReadPixels", (void*)glReadPixels},
|
D | gl_client_context.h | 132 glReadPixels_client_proc_t glReadPixels; member
|
D | gl_client_context.cpp | 132 glReadPixels = (glReadPixels_client_proc_t) getProc("glReadPixels", userData); in initDispatchByName()
|
D | gl_entry.cpp | 127 …void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLv… 1027 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo… in glReadPixels() function 1030 ctx->glReadPixels(ctx, x, y, width, height, format, type, pixels); in glReadPixels()
|
D | GLEncoder.cpp | 1116 ctx->glReadPixels(self, x, y, width, height, format, type, pixels); in s_glReadnPixelsEXT()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 103 {"glReadPixels", (void*)glReadPixels},
|
D | gl2_client_context.h | 105 glReadPixels_client_proc_t glReadPixels; member
|
D | gl2_client_context.cpp | 105 glReadPixels = (glReadPixels_client_proc_t) getProc("glReadPixels", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 100 …void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLv… 1009 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo… in glReadPixels() function 1012 ctx->glReadPixels(ctx, x, y, width, height, format, type, pixels); in glReadPixels()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeRotatingCameraDevice.cpp | 145 glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, mPixelBuf); in render()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 124 glReadPixels
|
D | gles1.in | 120 GL_ENTRY(void, glReadPixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum…
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | README | 129 subregion. It act the same as OpenGL glReadPixels however pixels
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 97 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void…
|
D | gles1_core.entries | 128 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo…
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv3.cpp | 440 s_gles3.glReadPixels(x, y, width, height, format, type, reinterpret_cast<GLvoid*>(offset)); in glReadPixelsOffsetAEMU()
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 469 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 715 GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum forma…
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 190 glReadPixels
|
D | gles3.in | 93 GL_ENTRY(void, glReadPixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum…
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 469 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
|
D | gl31.h | 469 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
|