Searched refs:copyTexSubImage3D (Results 1 - 22 of 22) sorted by relevance

/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl150 dst->copyTexSubImage3D = src.copyTexSubImage3D;
H A DgluCallLogWrapper.inl511 m_gl.copyTexSubImage3D(param0, param1, param2, param3, param4, param5, param6, param7, param8);
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp75 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) = DE_NULL;
H A DsglrGLContext.hpp87 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
H A DsglrGLContext.cpp358 void GLContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) function in class:sglr::GLContext
370 m_context.getFunctions().copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, offset.x()+x, offset.y()+y, width, height);
H A DsglrReferenceContext.hpp633 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
H A DsglrReferenceContext.cpp1630 void ReferenceContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
/external/deqp/framework/opengl/wrapper/
H A DglwInitES30Direct.inl150 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
H A DglwFunctions.inl73 glCopyTexSubImage3DFunc copyTexSubImage3D;
H A DglwInitES30.inl150 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
H A DglwInitES31.inl150 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
H A DglwInitGL30.inl71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
H A DglwInitGL31.inl71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
H A DglwInitGL32.inl71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
H A DglwInitGL33.inl71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
H A DglwInitGL40.inl71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
H A DglwInitGL41.inl71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
H A DglwInitGL42.inl71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
H A DglwInitGL43.inl71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
H A DglwInitGL44.inl71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
H A DglwImpl.inl562 gl->copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl73 gl->copyTexSubImage3D = glCopyTexSubImage3D;

Completed in 1054 milliseconds