Searched refs:copyTexImage2D (Results 1 – 25 of 30) sorted by relevance
12
/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 | glwFunctions.inl | 90 glCopyTexImage2DFunc copyTexImage2D; variable
|
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 | glwInitGL32.inl | 50 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitES31.inl | 49 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitGL33.inl | 52 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitES32.inl | 56 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 | glwInitGL44.inl | 75 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 | sglrContextWrapper.cpp | 156 m_curCtx->copyTexImage2D(target, level, internalFormat, x, y, width, height, border); in glCopyTexImage2D()
|
D | sglrContext.hpp | 72 …virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y,…
|
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/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 90 gl->copyTexImage2D = glCopyTexImage2D;
|
12