/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 29 gl->copyTexImage2D = &glCopyTexImage2D;
|
D | glwInitES30Direct.inl | 45 gl->copyTexImage2D = &glCopyTexImage2D;
|
D | glwInitES20.inl | 29 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitES31Direct.inl | 49 gl->copyTexImage2D = &glCopyTexImage2D;
|
D | glwInitES32Direct.inl | 56 gl->copyTexImage2D = &glCopyTexImage2D;
|
D | glwInitES30.inl | 45 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitGL30.inl | 48 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitGL31.inl | 49 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitES31.inl | 49 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitGL32.inl | 50 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwFunctions.inl | 115 glCopyTexImage2DFunc copyTexImage2D; variable
|
D | glwInitES32.inl | 56 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitGL33.inl | 52 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitGL40.inl | 58 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitGL42.inl | 62 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitGL41.inl | 61 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitGL43.inl | 66 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 49 dst->copyTexImage2D = src.copyTexImage2D;
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 84 …virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, in…
|
D | sglrContext.hpp | 72 …virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y,…
|
D | sglrContextWrapper.cpp | 156 m_curCtx->copyTexImage2D(target, level, internalFormat, x, y, width, height, border); in glCopyTexImage2D()
|
D | sglrGLContext.cpp | 311 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()
|
D | sglrReferenceContext.hpp | 635 …virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y…
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedDepthStencilTests.cpp | 1535 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/ |
D | tcuNullRenderContextInitFuncs.inl | 115 gl->copyTexImage2D = glCopyTexImage2D;
|