Home
last modified time | relevance | path

Searched refs:copyTexSubImage3D (Results 1 – 25 of 39) sorted by relevance

12

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySubImage3D.cpp410 void TextureCubeMapArraySubImage3D::copyTexSubImage3D(const SubImage3DCopyParams& copy_params) in copyTexSubImage3D() function in glcts::TextureCubeMapArraySubImage3D
420 gl.copyTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, copy_params.m_xoffset, copy_params.m_yoffset, in copyTexSubImage3D()
533 copyTexSubImage3D(copy_params); in testCopyTexSubImage3D()
DesextcTextureCubeMapArraySubImage3D.hpp143 void copyTexSubImage3D(const SubImage3DCopyParams& copy_params);
/external/angle/src/tests/gl_tests/
DCopyTexImageTest.cpp812 void copyTexSubImage3D(GLTexture &subTexture2D,
1103 void CopyTexImageTestES3::copyTexSubImage3D(GLTexture &subTexture2D, in copyTexSubImage3D() function in angle::CopyTexImageTestES3
1158 copyTexSubImage3D(subTexture2D, kXOffset, kYOffset, kSubImageWidth, kSubImageHeight,
1205 copyTexSubImage3D(subTexture2D, kXOffset, kYOffset, kSubImageWidth, kSubImageHeight,
1252 copyTexSubImage3D(subTexture2D, kXOffset, kYOffset, kSubImageWidth, kSubImageHeight,
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl51 dst->copyTexSubImage3D = src.copyTexSubImage3D;
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl47 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
DglwInitES31Direct.inl51 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
DglwInitES32Direct.inl58 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
DglwInitES30.inl47 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL30.inl51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL31.inl52 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitES31.inl51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL32.inl53 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwFunctions.inl118 glCopyTexSubImage3DFunc copyTexSubImage3D; variable
DglwInitGL33.inl55 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitES32.inl58 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL40.inl61 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
/external/angle/src/libANGLE/
DContext_gles_3_0_autogen.h38 void copyTexSubImage3D(TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, \
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp87 …virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zo…
DsglrContext.hpp75 …virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffse…
DsglrGLContext.cpp358 void GLContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffse… in copyTexSubImage3D() function in sglr::GLContext
370 …m_context.getFunctions().copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, offset.x()+x,… in copyTexSubImage3D()
DsglrReferenceContext.hpp640 …virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffs…
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp900 ASSIGN("glCopyTexSubImage3DEXT", copyTexSubImage3D); in initProcsDesktopGL()
1287 ASSIGN("glCopyTexSubImage3D", copyTexSubImage3D); in initProcsDesktopGL()
2233 ASSIGN("glCopyTexSubImage3DOES", copyTexSubImage3D); in initProcsGLES()
2455 ASSIGN("glCopyTexSubImage3D", copyTexSubImage3D); in initProcsGLES()
3728 copyTexSubImage3D = &glCopyTexSubImage3DNULL; in initProcsDesktopGLNULL()
4114 copyTexSubImage3D = &glCopyTexSubImage3DNULL; in initProcsDesktopGLNULL()
5059 copyTexSubImage3D = &glCopyTexSubImage3DNULL; in initProcsGLESNULL()
5281 copyTexSubImage3D = &glCopyTexSubImage3DNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h98 PFNGLCOPYTEXSUBIMAGE3DPROC copyTexSubImage3D = nullptr; variable
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp412 else if (gl.copyTexSubImage3D) in callCopyTexSubImage3D()
413 gl.copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); in callCopyTexSubImage3D()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl118 gl->copyTexSubImage3D = glCopyTexSubImage3D;

12