Home
last modified time | relevance | path

Searched refs:copyTexImage2D (Results 1 – 25 of 45) 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");
DglwInitGL31.inl49 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL30.inl48 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwFunctions.inl115 glCopyTexImage2DFunc copyTexImage2D; variable
DglwInitES31.inl49 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL32.inl50 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");
/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.hpp637 …virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y…
/external/angle/src/libANGLE/
DContext_gles_2_0_autogen.h44 void copyTexImage2D(TextureTarget targetPacked, GLint level, GLenum internalformat, GLint x, \
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp897 ASSIGN("glCopyTexImage2DEXT", copyTexImage2D); in initProcsDesktopGL()
1252 ASSIGN("glCopyTexImage2D", copyTexImage2D); in initProcsDesktopGL()
2301 ASSIGN("glCopyTexImage2D", copyTexImage2D); in initProcsGLES()
3685 copyTexImage2D = &glCopyTexImage2DNULL; in initProcsDesktopGLNULL()
4039 copyTexImage2D = &glCopyTexImage2DNULL; in initProcsDesktopGLNULL()
5087 copyTexImage2D = &glCopyTexImage2DNULL; in initProcsGLESNULL()
DBlitGL.cpp323 context, mFunctions->copyTexImage2D(GL_TEXTURE_2D, 0, copyTexImageFormat.internalFormat, in copySubImageToLUMAWorkaroundTexture()
493 context, mFunctions->copyTexImage2D(GL_TEXTURE_2D, 0, copyTexImageFormat.internalFormat, in blitColorBufferWithShader()
DDispatchTableGL_autogen.h83 PFNGLCOPYTEXIMAGE2DPROC copyTexImage2D = nullptr; variable
/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()

12