Home
last modified time | relevance | path

Searched refs:readnPixels (Results 1 – 18 of 18) sorted by relevance

/external/deqp/framework/opengl/wrapper/
DglwInitExtES.inl32 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixelsEXT");
41 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixelsKHR");
DglwInitES32Direct.inl265 gl->readnPixels = &glReadnPixels;
DglwFunctions.inl647 glReadnPixelsFunc readnPixels; variable
DglwInitES32.inl265 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixels");
DglwInitGL46.inl442 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixels");
DglwInitGL45.inl439 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixels");
DglwInitExtGL.inl32 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixels");
DglwImpl.inl5140 gl->readnPixels(x, y, width, height, format, type, bufSize, data);
/external/angle/src/libANGLE/
DContext_gles_3_2_autogen.h57 void readnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, \
DContext.cpp8521 void Context::readnPixels(GLint x, in readnPixels() function in gl::Context
/external/deqp/external/openglcts/modules/common/
DglcRobustnessTests.cpp582 gl.readnPixels(0, 0, width, height, GL_RGBA_INTEGER, GL_UNSIGNED_INT, bufSizeValid, pixelsValid); in verifyResults()
603 …gl.readnPixels(0, 0, width, height, GL_RGBA_INTEGER, GL_UNSIGNED_INT, bufSizeInvalid, pixelsInvali… in verifyResults()
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp441 ASSIGN("glReadnPixelsARB", readnPixels); in initProcsDesktopGL()
1174 ASSIGN("glReadnPixels", readnPixels); in initProcsDesktopGL()
1912 ASSIGN("glReadnPixels", readnPixels); in initProcsDesktopGL()
2092 ASSIGN("glReadnPixelsEXT", readnPixels); in initProcsGLES()
2152 ASSIGN("glReadnPixelsKHR", readnPixels); in initProcsGLES()
2655 ASSIGN("glReadnPixels", readnPixels); in initProcsGLES()
3269 readnPixels = &glReadnPixelsNULL; in initProcsDesktopGLNULL()
4001 readnPixels = &glReadnPixelsNULL; in initProcsDesktopGLNULL()
4738 readnPixels = &glReadnPixelsNULL; in initProcsDesktopGLNULL()
4918 readnPixels = &glReadnPixelsNULL; in initProcsGLESNULL()
[all …]
DDispatchTableGL_autogen.h699 PFNGLREADNPIXELSPROC readnPixels = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl647 gl->readnPixels = glReadnPixels;
/external/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp1185 context->readnPixels(x, y, width, height, format, type, bufSize, data); in GL_ReadnPixels()
Dentry_points_gles_ext_autogen.cpp7532 context->readnPixels(x, y, width, height, format, type, bufSize, data); in GL_ReadnPixelsEXT()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp1099 …gl.readnPixels(0, 0, s_fbo_size_x, s_fbo_size_y, Format<S, N>(), Type<T>(), TestReferenceDataSize(… in Check()
1949 gl.readnPixels(0, 0, fbo_size_x, 1, Format<S, N>(), Type<T>(), TestReferenceDataSize(), in Check()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl4733 m_gl.readnPixels(x, y, width, height, format, type, bufSize, data);