Home
last modified time | relevance | path

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

123

/hardware/google/gfxstream/host/tests/
DTextureDraw_unittest.cpp80 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()
DGLSnapshotTestDispatch.cpp142 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()
DGLSnapshotTestStateUtils.cpp97 gl->glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, in getTextureImageData()
/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp411 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/
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()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h103 {"glReadPixels", (void*)glReadPixels},
Dgl2_client_context.h105 glReadPixels_client_proc_t glReadPixels; member
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp434 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/
Dgles_common_for_gles1.entries65 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo…
Dgles_common.entries64 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo…
Dgles_common_for_gles2.entries65 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_common_for_gles1_static_translator_namespaced_header.h66 GL_APICALL void GL_APIENTRY glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum fo…
Dgles_common_for_gles2_static_translator_namespaced_header.h66 GL_APICALL void GL_APIENTRY glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum fo…
Dgles_common_functions.h66 …X(void, glReadPixels, (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type…
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h136 glReadPixels_server_proc_t glReadPixels; member
Dgles1_server_context.cpp132 glReadPixels = (glReadPixels_server_proc_t) getProc("glReadPixels", userData); in initDispatchByName()
/hardware/google/gfxstream/guest/renderControl_enc/
DREADME129 subregion. It act the same as OpenGL glReadPixels however pixels
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h136 glReadPixels_server_proc_t glReadPixels; member
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib228 #void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLv…
229 glReadPixels
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp90 mGl->glReadPixels(x, y, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, rgba); in GetPixelAt()
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h715 GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum forma…
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h505 GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum forma…
/hardware/google/gfxstream/include/GLES/
Dgl.h715 GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum forma…

123