Home
last modified time | relevance | path

Searched refs:copyTexSubImage3D (Results 1 - 19 of 19) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySubImage3D.cpp407 /** 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 DesextcTextureCubeMapArraySubImage3D.hpp143 void copyTexSubImage3D(const SubImage3DCopyParams& copy_params);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTexImageTest.cpp589 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 DContext_gles_3_0_autogen.h38 void copyTexSubImage3D(TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, \
H A DContext.cpp4516 void Context::copyTexSubImage3D(TextureTarget target, in copyTexSubImage3D() function in gl::__anon19924::Context
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp75 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 DsglrGLContext.hpp87 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
H A DsglrGLContext.cpp358 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 DsglrReferenceContext.hpp640 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
H A DsglrReferenceContext.cpp1671 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 DDispatchTableGL_autogen.cpp889 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 DDispatchTableGL_autogen.h98 PFNGLCOPYTEXSUBIMAGE3DPROC copyTexSubImage3D = nullptr; member in rx::DispatchTableGL
H A DBlitGL.cpp378 mFunctions->copyTexSubImage3D(ToGLenum(target), static_cast<GLint>(level), in copySubImageToLUMAWorkaroundTexture()
H A DTextureGL.cpp865 ANGLE_GL_TRY(context, functions->copyTexSubImage3D( in copySubImage()
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp412 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 Dentry_points_gles_3_0_autogen.cpp531 context->copyTexSubImage3D(targetPacked, level, xoffset, yoffset, zoffset, x, y, width, in GL_CopyTexSubImage3D()
H A Dentry_points_gles_ext_autogen.cpp10409 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 Dframe_capture_replay_autogen.cpp507 context->copyTexSubImage3D( in ReplayCall()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp8189 context->copyTexSubImage3D(targetPacked, level, xoffset, yoffset, zoffset, x, y, width, in GL_CopyTexSubImage3D()

Completed in 87 milliseconds