/hardware/google/gfxstream/host/tests/ |
D | TextureDraw_unittest.cpp | 80 gl->glReadPixels(0, 0, width, height, format, type, pixelsOut.data()); in TestTextureDrawBasic() 147 gl->glReadPixels(0, 0, width, height, GL_RGBA, type, pixelsOut.data()); in TestTextureDrawLayer() 167 gl->glReadPixels(0, 0, width, height, GL_RGBA, type, pixelsOut.data()); in TestTextureDrawLayer() 203 gl->glReadPixels(0, 0, width, height, GL_RGBA, type, pixelsOut.data()); in TestTextureDrawLayer()
|
D | GLSnapshotTestDispatch.cpp | 142 gl->glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, in testDraw() 166 gl->glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, in testDraw()
|
D | GLSnapshotTestStateUtils.cpp | 97 gl->glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, in getTextureImageData()
|
/hardware/google/gfxstream/host/gl/ |
D | ColorBufferGl.cpp | 411 s_gles2.glReadPixels(x, y, width, height, GL_RGBA, p_type, tmpPixels); in readPixels() 414 s_gles2.glReadPixels(x, y, width, height, p_format, p_type, pixels); in readPixels() 464 s_gles2.glReadPixels(rect.pos.x, rect.pos.y, rect.size.w, in readPixelsScaled() 469 s_gles2.glReadPixels(0, 0, width, height, p_format, p_type, in readPixelsScaled() 918 s_gles2.glReadPixels(0, 0, m_width, m_height, format, GL_UNSIGNED_BYTE, img); in readback() 936 s_gles2.glReadPixels(0, 0, m_width, m_height, format, m_asyncReadbackType, 0); in readbackAsync()
|
/hardware/google/gfxstream/guest/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()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 103 {"glReadPixels", (void*)glReadPixels},
|
D | gl2_client_context.h | 105 glReadPixels_client_proc_t glReadPixels; member
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 434 gl.glReadPixels(0, 0, width, height, in getTexImage() 449 gl.glReadPixels(0, 0, width, in getTexImage() 467 gl.glReadPixels(0, 0, width, in getTexImage()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 65 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo…
|
D | gles_common.entries | 64 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo…
|
D | gles_common_for_gles2.entries | 65 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 66 GL_APICALL void GL_APIENTRY glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum fo…
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 66 GL_APICALL void GL_APIENTRY glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum fo…
|
D | gles_common_functions.h | 66 …X(void, glReadPixels, (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type…
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 136 glReadPixels_server_proc_t glReadPixels; member
|
D | gles1_server_context.cpp | 132 glReadPixels = (glReadPixels_server_proc_t) getProc("glReadPixels", userData); in initDispatchByName()
|
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | README | 129 subregion. It act the same as OpenGL glReadPixels however pixels
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 136 glReadPixels_server_proc_t glReadPixels; member
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 228 #void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLv… 229 glReadPixels
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndGlTests.cpp | 90 mGl->glReadPixels(x, y, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, rgba); in GetPixelAt()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 715 GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum forma…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 505 GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum forma…
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 715 GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum forma…
|