Home
last modified time | relevance | path

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

/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.hpp636 …virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int widt…
DsglrReferenceContext.cpp1559 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/
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/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl116 gl->copyTexSubImage1D = glCopyTexSubImage1D;
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl793 m_gl.copyTexSubImage1D(target, level, xoffset, x, y, width);