/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 85 …virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int w…
|
D | sglrContext.hpp | 73 …virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width…
|
D | sglrContextWrapper.cpp | 161 m_curCtx->copyTexSubImage1D(target, level, xoffset, x, y, width); in glCopyTexSubImage1D()
|
D | sglrGLContext.cpp | 328 void GLContext::copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width) in copyTexSubImage1D() function in sglr::GLContext 340 …m_context.getFunctions().copyTexSubImage1D(target, level, xoffset, offset.x()+x, offset.y()+y, wid… in copyTexSubImage1D()
|
D | sglrReferenceContext.hpp | 636 …virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int widt…
|
D | sglrReferenceContext.cpp | 1559 void ReferenceContext::copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, in… in copyTexSubImage1D() function in sglr::ReferenceContext
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL30.inl | 49 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL31.inl | 50 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL32.inl | 51 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwFunctions.inl | 116 glCopyTexSubImage1DFunc copyTexSubImage1D; variable
|
D | glwInitGL33.inl | 53 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL40.inl | 59 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL42.inl | 63 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL41.inl | 62 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL43.inl | 67 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL44.inl | 76 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL45.inl | 90 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwInitGL46.inl | 90 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
|
D | glwImpl.inl | 892 gl->copyTexSubImage1D(target, level, xoffset, x, y, width);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 116 gl->copyTexSubImage1D = glCopyTexSubImage1D;
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 793 m_gl.copyTexSubImage1D(target, level, xoffset, x, y, width);
|