Home
last modified time | relevance | path

Searched refs:copyTexSubImage2D (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h46 void copyTexSubImage2D(TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, \
H A DContext.cpp4490 void Context::copyTexSubImage2D(TextureTarget target, in copyTexSubImage2D() function in gl::__anon19924::Context
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp74 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) = DE_NULL;
H A DsglrContextWrapper.cpp166 m_curCtx->copyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
H A DsglrGLContext.hpp86 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height);
H A DsglrGLContext.cpp343 void GLContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) in copyTexSubImage2D() function in sglr::GLContext
355 m_context.getFunctions().copyTexSubImage2D(target, level, xoffset, yoffset, offset.x()+x, offset.y()+y, width, height); in copyTexSubImage2D()
H A DsglrReferenceContext.hpp639 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height);
H A DsglrReferenceContext.cpp1610 void ReferenceContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp888 ASSIGN("glCopyTexSubImage2DEXT", copyTexSubImage2D); in initProcsDesktopGL()
1243 ASSIGN("glCopyTexSubImage2D", copyTexSubImage2D); in initProcsDesktopGL()
2291 ASSIGN("glCopyTexSubImage2D", copyTexSubImage2D); in initProcsGLES()
3676 copyTexSubImage2D = &glCopyTexSubImage2DNULL; in initProcsDesktopGLNULL()
4030 copyTexSubImage2D = &glCopyTexSubImage2DNULL; in initProcsDesktopGLNULL()
5077 copyTexSubImage2D = &glCopyTexSubImage2DNULL; in initProcsGLESNULL()
H A DBlitGL.cpp385 ANGLE_GL_TRY(context, mFunctions->copyTexSubImage2D( in copySubImageToLUMAWorkaroundTexture()
849 mFunctions->copyTexSubImage2D(ToGLenum(destTarget), static_cast<GLint>(destLevel), in copyTexSubImage()
H A DTextureGL.cpp775 ANGLE_GL_TRY(context, functions->copyTexSubImage2D( in copyImage()
856 ANGLE_GL_TRY(context, functions->copyTexSubImage2D( in copySubImage()
H A DDispatchTableGL_autogen.h85 PFNGLCOPYTEXSUBIMAGE2DPROC copyTexSubImage2D = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp708 context->copyTexSubImage2D(targetPacked, level, xoffset, yoffset, x, y, width, height); in GL_CopyTexSubImage2D()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp495 context->copyTexSubImage2D( in ReplayCall()
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1143 GLU_CHECK_GLW_CALL(thread.gl, copyTexSubImage2D(GL_TEXTURE_2D, m_level, m_xoffset, m_yoffset, m_x, m_y, m_width, m_height)); in exec()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp7571 context->copyTexSubImage2D(targetPacked, level, xoffset, yoffset, x, y, width, height); in GL_CopyTexSubImage2D()

Completed in 73 milliseconds