Home
last modified time | relevance | path

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

12

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h140 {"glReadPixels", (void *)glReadPixels},
Dgles_dispatch.h143 glReadPixels_t glReadPixels; member
415 …t set_glReadPixels(glReadPixels_t f) { glReadPixels_t retval = glReadPixels; glReadPixels = f; ret… in set_glReadPixels()
Dgles.cpp656 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/
Dgl_ftable.h130 {"glReadPixels", (void*)glReadPixels},
Dgl_client_context.h132 glReadPixels_client_proc_t glReadPixels; member
Dgl_client_context.cpp132 glReadPixels = (glReadPixels_client_proc_t) getProc("glReadPixels", userData); in initDispatchByName()
Dgl_entry.cpp127 …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()
DGLEncoder.cpp1116 ctx->glReadPixels(self, x, y, width, height, format, type, pixels); in s_glReadnPixelsEXT()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h103 {"glReadPixels", (void*)glReadPixels},
Dgl2_client_context.h105 glReadPixels_client_proc_t glReadPixels; member
Dgl2_client_context.cpp105 glReadPixels = (glReadPixels_client_proc_t) getProc("glReadPixels", userData); in initDispatchByName()
Dgl2_entry.cpp100 …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/
DEmulatedFakeRotatingCameraDevice.cpp145 glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, mPixelBuf); in render()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib124 glReadPixels
Dgles1.in120 GL_ENTRY(void, glReadPixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum…
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME129 subregion. It act the same as OpenGL glReadPixels however pixels
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries97 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void…
Dgles1_core.entries128 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo…
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp440 s_gles3.glReadPixels(x, y, width, height, format, type, reinterpret_cast<GLvoid*>(offset)); in glReadPixelsOffsetAEMU()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h469 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h715 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/
Dgles3.attrib190 glReadPixels
Dgles3.in93 GL_ENTRY(void, glReadPixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h469 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
Dgl31.h469 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…

12