Home
last modified time | relevance | path

Searched refs:copyTextureSubImage3D (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp135 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()
DDispatchTableGL_autogen.h634 PFNGLCOPYTEXTURESUBIMAGE3DPROC copyTextureSubImage3D = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp5711 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/
DContext_gl_4_autogen.h197 void copyTextureSubImage3D(TextureID texturePacked, GLint level, GLint xoffset, GLint yoffset, \
DContext_gl.cpp3008 void Context::copyTextureSubImage3D(TextureID texture, in copyTextureSubImage3D() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl126 glCopyTextureSubImage3DFunc copyTextureSubImage3D; variable
DglwInitGL45.inl95 gl->copyTextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubI…
DglwInitGL46.inl95 gl->copyTextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubI…
DglwInitExtGL.inl623 …gl->copyTextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubI…
DglwImpl.inl972 gl->copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl126 gl->copyTextureSubImage3D = glCopyTextureSubImage3D;
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h246 …virtual GrGLvoid copyTextureSubImage3D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint x… in copyTextureSubImage3D() function
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp6332 context->copyTextureSubImage3D(texturePacked, level, xoffset, yoffset, zoffset, x, y, in GL_CopyTextureSubImage3D()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl863 m_gl.copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height);