Home
last modified time | relevance | path

Searched refs:copyTexSubImage1D (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp73 virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width) = DE_NULL;
H A DsglrContextWrapper.cpp161 m_curCtx->copyTexSubImage1D(target, level, xoffset, x, y, width); in glCopyTexSubImage1D()
H A DsglrGLContext.hpp85 virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width);
H A DsglrGLContext.cpp328 void GLContext::copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width) in copyTexSubImage1D() function in sglr::GLContext
340 m_context.getFunctions().copyTexSubImage1D(target, level, xoffset, offset.x()+x, offset.y()+y, width); in copyTexSubImage1D()
H A DsglrReferenceContext.hpp638 virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width);
H A DsglrReferenceContext.cpp1579 void ReferenceContext::copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_1_autogen.h256 void copyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, \
H A DContext_gl.cpp1906 void Context::copyTexSubImage1D(GLenum target, in copyTexSubImage1D() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp887 ASSIGN("glCopyTexSubImage1DEXT", copyTexSubImage1D); in initProcsDesktopGL()
1242 ASSIGN("glCopyTexSubImage1D", copyTexSubImage1D); in initProcsDesktopGL()
3675 copyTexSubImage1D = &glCopyTexSubImage1DNULL; in initProcsDesktopGLNULL()
4029 copyTexSubImage1D = &glCopyTexSubImage1DNULL; in initProcsDesktopGLNULL()
H A DDispatchTableGL_autogen.h84 PFNGLCOPYTEXSUBIMAGE1DPROC copyTexSubImage1D = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp7535 context->copyTexSubImage1D(target, level, xoffset, x, y, width); in GL_CopyTexSubImage1D()

Completed in 45 milliseconds