Home
last modified time | relevance | path

Searched refs:copyTexImage2D (Results 1 – 25 of 35) 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;
DglwInitES30.inl45 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL30.inl48 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL31.inl49 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitES31.inl49 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL32.inl50 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwFunctions.inl115 glCopyTexImage2DFunc copyTexImage2D; variable
DglwInitES32.inl56 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL33.inl52 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL40.inl58 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL42.inl62 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL41.inl61 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL43.inl66 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…
DsglrContext.hpp72 …virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y,…
DsglrContextWrapper.cpp156 m_curCtx->copyTexImage2D(target, level, internalFormat, x, y, width, height, border); in glCopyTexImage2D()
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/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp1535 gl.copyTexImage2D(GL_TEXTURE_2D, 0, GL_DEPTH_STENCIL, 0, 0, TEX_SIZE, TEX_SIZE, 0); in checkErrors()
1540 gl.copyTexImage2D(GL_TEXTURE_2D, 0, GL_DEPTH_STENCIL, 0, 0, TEX_SIZE, TEX_SIZE, 0); in checkErrors()
1715 gl.copyTexImage2D(GL_TEXTURE_2D, 0, m_typeFormat.format, 0, 0, TEX_SIZE, TEX_SIZE, 0); in iterate()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl115 gl->copyTexImage2D = glCopyTexImage2D;

12