/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 134 ASSIGN("glCopyTextureSubImage2D", copyTextureSubImage2D); in initProcsDesktopGL() 912 ASSIGN("glCopyTextureSubImage2DEXT", copyTextureSubImage2D); in initProcsDesktopGL() 1845 ASSIGN("glCopyTextureSubImage2D", copyTextureSubImage2D); in initProcsDesktopGL() 2963 copyTextureSubImage2D = &glCopyTextureSubImage2DNULL; in initProcsDesktopGLNULL() 3740 copyTextureSubImage2D = &glCopyTextureSubImage2DNULL; in initProcsDesktopGLNULL() 4672 copyTextureSubImage2D = &glCopyTextureSubImage2DNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 633 PFNGLCOPYTEXTURESUBIMAGE2DPROC copyTextureSubImage2D = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 5678 gl.copyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height); in CopyTextureSubImage2DAndCheckErrors() 11653 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 0, 0, 0, 0, s_width, s_height); in Test2D() 11669 gl.copyTextureSubImage2D(m_to_invalid, 0, 0, 0, 0, 0, s_width, s_height); in Test2D() 11673 gl.copyTextureSubImage2D(m_to_1D_dst, 0, 0, 0, 0, 0, s_width, s_height); in Test2D() 11681 gl.copyTextureSubImage2D(m_to_2D_dst, -1, 0, 0, 0, 0, s_width, s_height); in Test2D() 11690 gl.copyTextureSubImage2D(m_to_2D_dst, 0, -1, 0, 0, 0, s_width, s_height); in Test2D() 11693 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 1, 0, 0, 0, s_width, s_height); in Test2D() 11698 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 0, -1, 0, 0, s_width, s_height); in Test2D() 11701 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 0, 1, 0, 0, s_width, s_height); in Test2D() 11713 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 0, 0, 0, 0, s_width, s_height); in Test2D() [all …]
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 124 glCopyTextureSubImage2DFunc copyTextureSubImage2D; variable
|
D | glwInitGL46.inl | 94 gl->copyTextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubI…
|
D | glwInitGL45.inl | 94 gl->copyTextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubI…
|
D | glwInitExtGL.inl | 632 …gl->copyTextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubI…
|
D | glwImpl.inl | 956 gl->copyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height);
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 180 void copyTextureSubImage2D(TextureID texturePacked, GLint level, GLint xoffset, GLint yoffset, \
|
D | Context_gl.cpp | 2637 void Context::copyTextureSubImage2D(TextureID texture, in copyTextureSubImage2D() function in gl::Context
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 124 gl->copyTextureSubImage2D = glCopyTextureSubImage2D;
|
/external/angle/src/libGLESv2/ |
D | entry_points_gl_4_autogen.cpp | 3879 context->copyTextureSubImage2D(texturePacked, level, xoffset, yoffset, x, y, width, in GL_CopyTextureSubImage2D()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 849 m_gl.copyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height);
|