Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl94 glCopyTextureSubImage1DFunc copyTextureSubImage1D; variable
DglwInitGL45.inl93 gl->copyTextureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubI…
DglwImpl.inl716 gl->copyTextureSubImage1D(texture, level, xoffset, x, y, width);
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp230 …Functions.fCopyTextureSubImage1D = bind_to_member(this, &GrGLTestInterface::copyTextureSubImage1D); in GrGLTestInterface()
DGrGLTestInterface.h235 …virtual GrGLvoid copyTextureSubImage1D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint x… in copyTextureSubImage1D() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl94 gl->copyTextureSubImage1D = glCopyTextureSubImage1D;
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl636 m_gl.copyTextureSubImage1D(texture, level, xoffset, x, y, width);