HomeSort by relevance Sort by last modified time
    Searched refs:copyTextureSubImage2D (Results 1 - 7 of 7) sorted by null

  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 95 glCopyTextureSubImage2DFunc copyTextureSubImage2D;
    [all...]
glwInitGL45.inl 94 gl->copyTextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubImage2D");
    [all...]
glwImpl.inl 724 gl->copyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height);
    [all...]
  /external/skia/src/gpu/gl/
GrGLTestInterface.cpp 231 fFunctions.fCopyTextureSubImage2D = bind_to_member(this, &GrGLTestInterface::copyTextureSubImage2D);
GrGLTestInterface.h 236 virtual GrGLvoid copyTextureSubImage2D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLint x, GrGLint y, GrGLsizei width, GrGLsizei height) {}
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 95 gl->copyTextureSubImage2D = glCopyTextureSubImage2D;
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapper.inl     [all...]

Completed in 78 milliseconds