Home
last modified time | relevance | path

Searched refs:copyTexSubImage2D (Results 1 – 25 of 32) sorted by relevance

12

/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl30 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
DglwInitES30Direct.inl46 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
DglwInitES20.inl30 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitES31Direct.inl50 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
DglwInitES32Direct.inl57 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
DglwFunctions.inl92 glCopyTexSubImage2DFunc copyTexSubImage2D; variable
DglwInitES30.inl46 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitGL30.inl50 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitGL31.inl51 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitGL32.inl52 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitES31.inl50 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitGL33.inl54 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitES32.inl57 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitGL40.inl60 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitGL41.inl63 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitGL42.inl64 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitGL43.inl68 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl50 dst->copyTexSubImage2D = src.copyTexSubImage2D;
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp86 …virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x,…
DsglrContextWrapper.cpp166 m_curCtx->copyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
DsglrContext.hpp74 …virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int…
DsglrGLContext.cpp343 void GLContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int… in copyTexSubImage2D() function in sglr::GLContext
355 …m_context.getFunctions().copyTexSubImage2D(target, level, xoffset, yoffset, offset.x()+x, offset.y… in copyTexSubImage2D()
DsglrReferenceContext.hpp637 …virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, in…
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp45 fFunctions.fCopyTexSubImage2D = bind_to_member(this, &GrGLTestInterface::copyTexSubImage2D); in GrGLTestInterface()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl92 gl->copyTexSubImage2D = glCopyTexSubImage2D;

12