/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 135 ASSIGN("glCopyTextureSubImage3D", copyTextureSubImage3D); in initProcsDesktopGL() 913 ASSIGN("glCopyTextureSubImage3DEXT", copyTextureSubImage3D); in initProcsDesktopGL() 1826 ASSIGN("glCopyTextureSubImage3D", copyTextureSubImage3D); in initProcsDesktopGL() 2924 copyTextureSubImage3D = &glCopyTextureSubImage3DNULL; in initProcsDesktopGLNULL() 3701 copyTextureSubImage3D = &glCopyTextureSubImage3DNULL; in initProcsDesktopGLNULL() 4613 copyTextureSubImage3D = &glCopyTextureSubImage3DNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 634 PFNGLCOPYTEXTURESUBIMAGE3DPROC copyTextureSubImage3D = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 5711 gl.copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height); in CopyTextureSubImage3DAndCheckErrors() 11757 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 0, 0, 0, 0, 0, s_width, s_height); in Test3D() 11773 gl.copyTextureSubImage3D(m_to_invalid, 0, 0, 0, 0, 0, 0, s_width, s_height); in Test3D() 11777 gl.copyTextureSubImage3D(m_to_1D_dst, 0, 0, 0, 0, 0, 0, s_width, s_height); in Test3D() 11785 gl.copyTextureSubImage3D(m_to_3D_dst, -1, 0, 0, 0, 0, 0, s_width, s_height); in Test3D() 11795 gl.copyTextureSubImage3D(m_to_3D_dst, 0, -1, 0, 0, 0, 0, s_width, s_height); in Test3D() 11798 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 1, 0, 0, 0, 0, s_width, s_height); in Test3D() 11803 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 0, -1, 0, 0, 0, s_width, s_height); in Test3D() 11806 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 0, 1, 0, 0, 0, s_width, s_height); in Test3D() 11811 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 0, 0, -1, 0, 0, s_width, s_height); in Test3D() [all …]
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 197 void copyTextureSubImage3D(TextureID texturePacked, GLint level, GLint xoffset, GLint yoffset, \
|
D | Context_gl.cpp | 3008 void Context::copyTextureSubImage3D(TextureID texture, in copyTextureSubImage3D() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 126 glCopyTextureSubImage3DFunc copyTextureSubImage3D; variable
|
D | glwInitGL45.inl | 95 gl->copyTextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubI…
|
D | glwInitGL46.inl | 95 gl->copyTextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubI…
|
D | glwInitExtGL.inl | 623 …gl->copyTextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubI…
|
D | glwImpl.inl | 972 gl->copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 126 gl->copyTextureSubImage3D = glCopyTextureSubImage3D;
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.h | 246 …virtual GrGLvoid copyTextureSubImage3D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint x… in copyTextureSubImage3D() function
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 6332 context->copyTextureSubImage3D(texturePacked, level, xoffset, yoffset, zoffset, x, y, in GL_CopyTextureSubImage3D()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 863 m_gl.copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height);
|