HomeSort by relevance Sort by last modified time
    Searched refs:copyTexImage2D (Results 1 - 25 of 32) sorted by null

1 2

  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 27 gl->copyTexImage2D = &glCopyTexImage2D;
glwInitES20.inl 27 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
glwInitES30Direct.inl 27 gl->copyTexImage2D = &glCopyTexImage2D;
glwFunctions.inl 59 glCopyTexImage2DFunc copyTexImage2D;
glwInitES30.inl 27 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
glwInitES31.inl 27 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
glwInitGL30.inl 57 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
glwInitGL31.inl 57 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
glwInitGL32.inl 57 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
glwInitGL33.inl 57 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
glwInitGL40.inl 57 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
    [all...]
glwInitGL41.inl 57 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
    [all...]
glwInitGL42.inl 57 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 27 dst->copyTexImage2D = src.copyTexImage2D;
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 72 virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) = DE_NULL;
sglrContextWrapper.cpp 156 m_curCtx->copyTexImage2D(target, level, internalFormat, x, y, width, height, border);
sglrGLContext.hpp 84 virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border);
sglrGLContext.cpp 311 void GLContext::copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border)
325 m_context.getFunctions().copyTexImage2D(target, level, internalFormat, offset.x()+x, offset.y()+y, width, height, border);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 98 virtual void copyTexImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border) { }
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 59 gl->copyTexImage2D = glCopyTexImage2D;
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 232 virtual void copyTexImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border) = 0;
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 123 virtual void copyTexImage2D(WGC3Denum target,
webgraphicscontext3d_impl.cc 279 DELEGATE_TO_GL_8(copyTexImage2D, CopyTexImage2D,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 509 void copyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
    [all...]
WebGLRenderingContextBase.h 146 void copyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
    [all...]

Completed in 213 milliseconds

1 2