Searched refs:copyTexSubImage1D (Results 1 - 11 of 11) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContext.hpp | 73 virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width) = DE_NULL;
|
H A D | sglrContextWrapper.cpp | 161 m_curCtx->copyTexSubImage1D(target, level, xoffset, x, y, width); in glCopyTexSubImage1D()
|
H A D | sglrGLContext.hpp | 85 virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width);
|
H A D | sglrGLContext.cpp | 328 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 D | sglrReferenceContext.hpp | 638 virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width);
|
H A D | sglrReferenceContext.cpp | 1579 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 D | Context_gl_1_autogen.h | 256 void copyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, \
|
H A D | Context_gl.cpp | 1906 void Context::copyTexSubImage1D(GLenum target, in copyTexSubImage1D() function in gl::Context
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 887 ASSIGN("glCopyTexSubImage1DEXT", copyTexSubImage1D); in initProcsDesktopGL() 1242 ASSIGN("glCopyTexSubImage1D", copyTexSubImage1D); in initProcsDesktopGL() 3675 copyTexSubImage1D = &glCopyTexSubImage1DNULL; in initProcsDesktopGLNULL() 4029 copyTexSubImage1D = &glCopyTexSubImage1DNULL; in initProcsDesktopGLNULL()
|
H A D | DispatchTableGL_autogen.h | 84 PFNGLCOPYTEXSUBIMAGE1DPROC copyTexSubImage1D = nullptr; member in rx::DispatchTableGL
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.cpp | 7535 context->copyTexSubImage1D(target, level, xoffset, x, y, width); in GL_CopyTexSubImage1D()
|
Completed in 45 milliseconds