Home
last modified time | relevance | path

Searched refs:copyTextureSubImage3D (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl96 glCopyTextureSubImage3DFunc copyTextureSubImage3D; variable
DglwInitGL45.inl95 gl->copyTextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubI…
DglwImpl.inl732 gl->copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height);
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp239 …Functions.fCopyTextureSubImage3D = bind_to_member(this, &GrGLTestInterface::copyTextureSubImage3D); in GrGLTestInterface()
DGrGLTestInterface.h244 …virtual GrGLvoid copyTextureSubImage3D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint x… in copyTextureSubImage3D() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl96 gl->copyTextureSubImage3D = glCopyTextureSubImage3D;
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl650 m_gl.copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height);