Searched refs:copyTexImage2D (Results 1 - 25 of 31) sorted by relevance

12

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

Completed in 242 milliseconds

12