Home
last modified time | relevance | path

Searched refs:copyTexImage2D (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl29 gl->copyTexImage2D = &glCopyTexImage2D;
DglwInitES30Direct.inl45 gl->copyTexImage2D = &glCopyTexImage2D;
DglwInitES20.inl29 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitES31Direct.inl49 gl->copyTexImage2D = &glCopyTexImage2D;
DglwInitES32Direct.inl56 gl->copyTexImage2D = &glCopyTexImage2D;
DglwFunctions.inl90 glCopyTexImage2DFunc copyTexImage2D; variable
DglwInitES30.inl45 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL30.inl48 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL31.inl49 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL32.inl50 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitES31.inl49 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL33.inl52 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitES32.inl56 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL40.inl58 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL41.inl61 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL42.inl62 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL43.inl66 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL44.inl75 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl49 dst->copyTexImage2D = src.copyTexImage2D;
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp84 …virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, in…
DsglrContextWrapper.cpp156 m_curCtx->copyTexImage2D(target, level, internalFormat, x, y, width, height, border); in glCopyTexImage2D()
DsglrContext.hpp72 …virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y,…
DsglrGLContext.cpp311 void GLContext::copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, … in copyTexImage2D() function in sglr::GLContext
325 …m_context.getFunctions().copyTexImage2D(target, level, internalFormat, offset.x()+x, offset.y()+y,… in copyTexImage2D()
DsglrReferenceContext.hpp635 …virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y…
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl90 gl->copyTexImage2D = glCopyTexImage2D;

12