Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/
DContext_gl_1_1_autogen.h18 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/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp85 …virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int w…
DsglrContextWrapper.cpp161 m_curCtx->copyTexSubImage1D(target, level, xoffset, x, y, width); in glCopyTexSubImage1D()
DsglrContext.hpp73 …virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width…
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.cpp1561 void ReferenceContext::copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, in… in copyTexSubImage1D() function in sglr::ReferenceContext
/external/angle/src/libGL/
Dentry_points_gl_1_1_autogen.cpp204 context->copyTexSubImage1D(target, level, xoffset, x, y, width); in CopyTexSubImage1D()
/external/deqp/framework/opengl/wrapper/
DglwInitGL30.inl49 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL31.inl50 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL32.inl51 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwFunctions.inl116 glCopyTexSubImage1DFunc copyTexSubImage1D; variable
DglwInitGL33.inl53 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL40.inl59 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL42.inl63 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL41.inl62 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL43.inl67 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL44.inl76 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/renderer/gl/
DDispatchTableGL_autogen.cpp89 ASSIGN("glCopyTexSubImage1D", copyTexSubImage1D); in initProcsDesktopGL()
1623 ASSIGN("glCopyTexSubImage1DEXT", copyTexSubImage1D); in initProcsDesktopGL()
2857 copyTexSubImage1D = &glCopyTexSubImage1DNULL; in initProcsDesktopGLNULL()
4389 copyTexSubImage1D = &glCopyTexSubImage1DNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h84 PFNGLCOPYTEXSUBIMAGE1DPROC copyTexSubImage1D = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl116 gl->copyTexSubImage1D = glCopyTexSubImage1D;

12