Searched refs:copyTextureSubImage1D (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 94 glCopyTextureSubImage1DFunc copyTextureSubImage1D; variable
|
D | glwInitGL45.inl | 93 gl->copyTextureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubI…
|
D | glwImpl.inl | 716 gl->copyTextureSubImage1D(texture, level, xoffset, x, y, width);
|
/external/skia/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 230 …Functions.fCopyTextureSubImage1D = bind_to_member(this, &GrGLTestInterface::copyTextureSubImage1D); in GrGLTestInterface()
|
D | GrGLTestInterface.h | 235 …virtual GrGLvoid copyTextureSubImage1D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint x… in copyTextureSubImage1D() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 94 gl->copyTextureSubImage1D = glCopyTextureSubImage1D;
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 636 m_gl.copyTextureSubImage1D(texture, level, xoffset, x, y, width);
|