/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySubImage3D.cpp | 407 /** Replaces region of cube map array texture's data store using copyTexSubImage3D function 410 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() 520 /** Perform a full test of copyTexSubImage3D function on cube map array texture 533 copyTexSubImage3D(copy_params); in testCopyTexSubImage3D()
|
H A D | esextcTextureCubeMapArraySubImage3D.hpp | 143 void copyTexSubImage3D(const SubImage3DCopyParams& copy_params);
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTexImageTest.cpp | 589 void copyTexSubImage3D(GLTexture &subTexture2D, 880 void CopyTexImageTestES3::copyTexSubImage3D(GLTexture &subTexture2D, in copyTexSubImage3D() function in angle::CopyTexImageTestES3 935 copyTexSubImage3D(subTexture2D, kXOffset, kYOffset, kSubImageWidth, kSubImageHeight, in TEST_P() 982 copyTexSubImage3D(subTexture2D, kXOffset, kYOffset, kSubImageWidth, kSubImageHeight, in TEST_P() 1029 copyTexSubImage3D(subTexture2D, kXOffset, kYOffset, kSubImageWidth, kSubImageHeight, in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_0_autogen.h | 38 void copyTexSubImage3D(TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, \
|
H A D | Context.cpp | 4516 void Context::copyTexSubImage3D(TextureTarget target, in copyTexSubImage3D() function in gl::__anon19924::Context
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContext.hpp | 75 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) = DE_NULL;
|
H A D | sglrGLContext.hpp | 87 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
|
H A D | sglrGLContext.cpp | 358 void GLContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) in copyTexSubImage3D() function in sglr::GLContext 370 m_context.getFunctions().copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, offset.x()+x, offset.y()+y, width, height); in copyTexSubImage3D()
|
H A D | sglrReferenceContext.hpp | 640 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
|
H A D | sglrReferenceContext.cpp | 1671 void ReferenceContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 889 ASSIGN("glCopyTexSubImage3DEXT", copyTexSubImage3D); in initProcsDesktopGL() 1256 ASSIGN("glCopyTexSubImage3D", copyTexSubImage3D); in initProcsDesktopGL() 2207 ASSIGN("glCopyTexSubImage3DOES", copyTexSubImage3D); in initProcsGLES() 2429 ASSIGN("glCopyTexSubImage3D", copyTexSubImage3D); in initProcsGLES() 3677 copyTexSubImage3D = &glCopyTexSubImage3DNULL; in initProcsDesktopGLNULL() 4043 copyTexSubImage3D = &glCopyTexSubImage3DNULL; in initProcsDesktopGLNULL() 4993 copyTexSubImage3D = &glCopyTexSubImage3DNULL; in initProcsGLESNULL() 5215 copyTexSubImage3D = &glCopyTexSubImage3DNULL; in initProcsGLESNULL()
|
H A D | DispatchTableGL_autogen.h | 98 PFNGLCOPYTEXSUBIMAGE3DPROC copyTexSubImage3D = nullptr; member in rx::DispatchTableGL
|
H A D | BlitGL.cpp | 378 mFunctions->copyTexSubImage3D(ToGLenum(target), static_cast<GLint>(level), in copySubImageToLUMAWorkaroundTexture()
|
H A D | TextureGL.cpp | 865 ANGLE_GL_TRY(context, functions->copyTexSubImage3D( in copySubImage()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
H A D | es2cTexture3DTests.cpp | 412 else if (gl.copyTexSubImage3D) in callCopyTexSubImage3D() 413 gl.copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); in callCopyTexSubImage3D()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_0_autogen.cpp | 531 context->copyTexSubImage3D(targetPacked, level, xoffset, yoffset, zoffset, x, y, width, in GL_CopyTexSubImage3D()
|
H A D | entry_points_gles_ext_autogen.cpp | 10409 context->copyTexSubImage3D(targetPacked, level, xoffset, yoffset, zoffset, x, y, width, in GL_CopyTexSubImage3DOES()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_replay_autogen.cpp | 507 context->copyTexSubImage3D( in ReplayCall()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.cpp | 8189 context->copyTexSubImage3D(targetPacked, level, xoffset, yoffset, zoffset, x, y, width, in GL_CopyTexSubImage3D()
|