Home
last modified time | relevance | path

Searched refs:copyTexSubImage1D (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp85 …virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int w…
DsglrContext.hpp73 …virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width…
DsglrContextWrapper.cpp161 m_curCtx->copyTexSubImage1D(target, level, xoffset, x, y, width); in glCopyTexSubImage1D()
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, wid… in copyTexSubImage1D()
DsglrReferenceContext.hpp638 …virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int widt…
DsglrReferenceContext.cpp1577 void ReferenceContext::copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, in… in copyTexSubImage1D() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwInitGL31.inl50 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL30.inl49 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwFunctions.inl116 glCopyTexSubImage1DFunc copyTexSubImage1D; variable
DglwInitGL32.inl51 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL33.inl53 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL40.inl59 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL41.inl62 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL42.inl63 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL44.inl76 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL43.inl67 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL45.inl90 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL46.inl90 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwImpl.inl892 gl->copyTexSubImage1D(target, level, xoffset, x, y, width);
/external/angle/src/libANGLE/
DContext_gl_1_autogen.h256 void copyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, \
DContext_gl.cpp1911 void Context::copyTexSubImage1D(GLenum target, in copyTexSubImage1D() function in gl::Context
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp898 ASSIGN("glCopyTexSubImage1DEXT", copyTexSubImage1D); in initProcsDesktopGL()
1253 ASSIGN("glCopyTexSubImage1D", copyTexSubImage1D); in initProcsDesktopGL()
3686 copyTexSubImage1D = &glCopyTexSubImage1DNULL; in initProcsDesktopGLNULL()
4040 copyTexSubImage1D = &glCopyTexSubImage1DNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h84 PFNGLCOPYTEXSUBIMAGE1DPROC copyTexSubImage1D = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl116 gl->copyTexSubImage1D = glCopyTexSubImage1D;
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp7200 context->copyTexSubImage1D(target, level, xoffset, x, y, width); in GL_CopyTexSubImage1D()

12