/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 | 645 glReadnPixelsFunc readnPixels; variable
|
D | glwInitES32.inl | 265 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixels");
|
D | glwInitGL45.inl | 439 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixels");
|
D | glwInitGL46.inl | 442 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixels");
|
D | glwInitExtGL.inl | 32 gl->readnPixels = (glReadnPixelsFunc) loader->get("glReadnPixels");
|
D | glwImpl.inl | 5124 gl->readnPixels(x, y, width, height, format, type, bufSize, data);
|
/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/ |
D | Context_gles_3_2_autogen.h | 70 void readnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, \
|
D | frame_capture_replay_autogen.cpp | 2467 context->readnPixels( in ReplayCall()
|
D | Context.cpp | 7728 void Context::readnPixels(GLint x, in readnPixels() function in gl::Context
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 728 ASSIGN("glReadnPixels", readnPixels); in initProcsDesktopGL() 1166 ASSIGN("glReadnPixelsARB", readnPixels); in initProcsDesktopGL() 1876 ASSIGN("glReadnPixels", readnPixels); in initProcsDesktopGL() 2286 ASSIGN("glReadnPixels", readnPixels); in initProcsGLES() 2438 ASSIGN("glReadnPixelsEXT", readnPixels); in initProcsGLES() 2500 ASSIGN("glReadnPixelsKHR", readnPixels); in initProcsGLES() 3495 readnPixels = &glReadnPixelsNULL; in initProcsDesktopGLNULL() 3932 readnPixels = &glReadnPixelsNULL; in initProcsDesktopGLNULL() 4641 readnPixels = &glReadnPixelsNULL; in initProcsDesktopGLNULL() 5051 readnPixels = &glReadnPixelsNULL; in initProcsGLESNULL() [all …]
|
D | DispatchTableGL_autogen.h | 699 PFNGLREADNPIXELSPROC readnPixels = nullptr; variable
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_2_autogen.cpp | 937 context->readnPixels(x, y, width, height, format, type, bufSize, data); in ReadnPixels()
|
D | entry_points_gles_ext_autogen.cpp | 4584 context->readnPixels(x, y, width, height, format, type, bufSize, data); in ReadnPixelsEXT() 19494 context->readnPixels(x, y, width, height, format, type, bufSize, data); in ReadnPixelsContextANGLE() 19528 context->readnPixels(x, y, width, height, format, type, bufSize, data); in ReadnPixelsEXTContextANGLE()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 645 gl->readnPixels = glReadnPixels;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_5_autogen.cpp | 2455 context->readnPixels(x, y, width, height, format, type, bufSize, data); in ReadnPixels()
|
/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 | 4719 m_gl.readnPixels(x, y, width, height, format, type, bufSize, data);
|