Searched refs:copyTexSubImage2D (Results 1 - 25 of 35) sorted by relevance

12

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

Completed in 587 milliseconds

12