Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp83 …virtual void copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, in…
DsglrContext.hpp71 …virtual void copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y,…
DsglrContextWrapper.cpp151 m_curCtx->copyTexImage1D(target, level, internalFormat, x, y, width, border); in glCopyTexImage1D()
DsglrGLContext.cpp295 void GLContext::copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y, … in copyTexImage1D() function in sglr::GLContext
308 …m_context.getFunctions().copyTexImage1D(target, level, internalFormat, offset.x()+x, offset.y()+y,… in copyTexImage1D()
DsglrReferenceContext.hpp634 …virtual void copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y…
DsglrReferenceContext.cpp1424 void ReferenceContext::copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, … in copyTexImage1D() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwInitGL30.inl47 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL31.inl48 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL32.inl49 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwFunctions.inl114 glCopyTexImage1DFunc copyTexImage1D; variable
DglwInitGL33.inl51 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL40.inl57 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL42.inl61 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL41.inl60 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL43.inl65 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL44.inl74 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL45.inl88 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL46.inl88 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwImpl.inl876 gl->copyTexImage1D(target, level, internalformat, x, y, width, border);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl114 gl->copyTexImage1D = glCopyTexImage1D;
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl779 m_gl.copyTexImage1D(target, level, internalformat, x, y, width, border);