Searched refs:copyTexSubImage2D (Results 1 - 25 of 32) sorted by relevance

12

/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl28 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
H A DglwInitES20.inl28 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
H A DglwInitES30Direct.inl28 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
H A DglwFunctions.inl61 glCopyTexSubImage2DFunc copyTexSubImage2D;
H A DglwInitES30.inl28 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
H A DglwInitES31.inl28 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
H A DglwInitGL30.inl59 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
H A DglwInitGL31.inl59 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
H A DglwInitGL32.inl59 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
H A DglwInitGL33.inl59 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
H A DglwInitGL40.inl59 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
H A DglwInitGL41.inl59 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
H A DglwInitGL42.inl59 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl28 dst->copyTexSubImage2D = src.copyTexSubImage2D;
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp74 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) = DE_NULL;
H A DsglrContextWrapper.cpp166 m_curCtx->copyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
H A DsglrGLContext.hpp86 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height);
H A DsglrGLContext.cpp343 void GLContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) function in class:sglr::GLContext
355 m_context.getFunctions().copyTexSubImage2D(target, level, xoffset, yoffset, offset.x()+x, offset.y()+y, width, height);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h99 virtual void copyTexSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height) { } function in class:blink::MockWebGraphicsContext3D
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl61 gl->copyTexSubImage2D = glCopyTexSubImage2D;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h233 virtual void copyTexSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h131 virtual void copyTexSubImage2D(WGC3Denum target,
H A Dwebgraphicscontext3d_impl.cc283 DELEGATE_TO_GL_8(copyTexSubImage2D, CopyTexSubImage2D,
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl510 void copyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
H A DWebGLRenderingContextBase.h147 void copyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
804 // copyTexSubImage2D.

Completed in 1891 milliseconds

12