Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl95 glCopyTextureSubImage2DFunc copyTextureSubImage2D; variable
DglwInitGL45.inl94 gl->copyTextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubI…
DglwImpl.inl724 gl->copyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height);
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp231 …Functions.fCopyTextureSubImage2D = bind_to_member(this, &GrGLTestInterface::copyTextureSubImage2D); in GrGLTestInterface()
DGrGLTestInterface.h236 …virtual GrGLvoid copyTextureSubImage2D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint x… in copyTextureSubImage2D() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl95 gl->copyTextureSubImage2D = glCopyTextureSubImage2D;
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl643 m_gl.copyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height);