HomeSort by relevance Sort by last modified time
    Searched defs:copyTexSubImage2D (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 343 void GLContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
355 m_context.getFunctions().copyTexSubImage2D(target, level, xoffset, yoffset, offset.x()+x, offset.y()+y, width, height);
  /external/skia/src/gpu/gl/
GrGLTestInterface.h 46 virtual GrGLvoid copyTexSubImage2D(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLint x, GrGLint y, GrGLsizei width, GrGLsizei height) {}
    [all...]

Completed in 61 milliseconds