/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLDispatch.cpp | 159 LOAD_GL_FUNC(glReadPixels); in dispatchFuncs()
|
D | GLDispatch.h | 136 …void (GLAPIENTRY *glReadPixels) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, G…
|
D | GLEScmImp.cpp | 1332 GL_API void GL_APIENTRY glReadPixels( GLint x, GLint y, GLsizei width, GLsizei height, GLenum form… in glReadPixels() function 1337 ctx->dispatcher().glReadPixels(x,y,width,height,format,type,pixels); in glReadPixels()
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | ColorBuffer.cpp | 347 s_gl.glReadPixels(0, 0, m_width, m_height, in readback()
|
D | GLDispatch.h | 143 glReadPixels_t glReadPixels; member
|
D | GLDispatch.cpp | 160 s_gl.glReadPixels = (glReadPixels_t) s_gles_lib->findSymbol("glReadPixels"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.attrib | 235 #void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLv… 236 glReadPixels
|
D | gl2.in | 93 GL_ENTRY(void, glReadPixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum…
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 120 void (GLAPIENTRY *GLDispatch::glReadPixels)(GLint,GLint,GLsizei,GLsizei,GLenum,GLenum,GLvoid *) = N… 358 LOAD_GL_FUNC(glReadPixels); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.attrib | 221 #void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLv… 222 glReadPixels
|
D | gl.in | 120 GL_ENTRY(void, glReadPixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum…
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 84 …static void (GLAPIENTRY *glReadPixels) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum fo…
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 566 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, …
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 715 GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum forma…
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 1617 GL_APICALL void GL_APIENTRY glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum f… in glReadPixels() function 1621 ctx->dispatcher().glReadPixels(x,y,width,height,format,type,pixels); in glReadPixels()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 315 glReadPixels(284, 284), enumConstant 912 case 284: return glReadPixels; in valueOf()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 410 void, glReadPixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GL…
|