Home
last modified time | relevance | path

Searched refs:copyTexSubImage1D (Results 1 – 20 of 20) 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…
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.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/
DglwFunctions.inl91 glCopyTexSubImage1DFunc copyTexSubImage1D; variable
DglwInitGL30.inl49 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL31.inl50 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
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");
DglwInitGL43.inl67 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL44.inl76 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL45.inl90 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwImpl.inl692 gl->copyTexSubImage1D(target, level, xoffset, x, y, width);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl91 gl->copyTexSubImage1D = glCopyTexSubImage1D;
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl615 m_gl.copyTexSubImage1D(target, level, xoffset, x, y, width);