/external/deqp/framework/opengl/wrapper/ |
D | glwInitExtES.inl | 32 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixelsEXT"); 41 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixelsKHR");
|
D | glwInitES32Direct.inl | 265 gl->readnPixels = &glReadnPixels;
|
D | glwFunctions.inl | 647 glReadnPixelsFunc readnPixels; variable
|
D | glwInitES32.inl | 265 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixels");
|
D | glwInitGL46.inl | 442 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixels");
|
D | glwInitGL45.inl | 439 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixels");
|
D | glwInitExtGL.inl | 32 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixels");
|
D | glwImpl.inl | 5140 gl->readnPixels(x, y, width, height, format, type, bufSize, data);
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_2_autogen.h | 57 void readnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, \
|
D | Context.cpp | 8521 void Context::readnPixels(GLint x, in readnPixels() function in gl::Context
|
/external/deqp/external/openglcts/modules/common/ |
D | glcRobustnessTests.cpp | 582 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/ |
D | DispatchTableGL_autogen.cpp | 441 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 …]
|
D | DispatchTableGL_autogen.h | 699 PFNGLREADNPIXELSPROC readnPixels = nullptr; variable
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 647 gl->readnPixels = glReadnPixels;
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_2_autogen.cpp | 1185 context->readnPixels(x, y, width, height, format, type, bufSize, data); in GL_ReadnPixels()
|
D | entry_points_gles_ext_autogen.cpp | 7532 context->readnPixels(x, y, width, height, format, type, bufSize, data); in GL_ReadnPixelsEXT()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 1099 …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/ |
D | gluCallLogWrapper.inl | 4733 m_gl.readnPixels(x, y, width, height, format, type, bufSize, data);
|