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

  /external/skia/src/gpu/gl/
GrGLBuffer.cpp 181 GL_CALL_RET(fMapPtr, MapBuffer(target, readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY));
206 readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY));
GrGLDefines.h     [all...]
  /external/skqp/src/gpu/gl/
GrGLBuffer.cpp 181 GL_CALL_RET(fMapPtr, MapBuffer(target, readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY));
206 readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY));
GrGLDefines.h     [all...]
  /external/skia/tools/gpu/gl/debug/
DebugGLTestContext.cpp 846 GrAlwaysAssert(GR_GL_WRITE_ONLY == access);
    [all...]
  /external/skqp/tools/gpu/gl/debug/
DebugGLTestContext.cpp 840 GrAlwaysAssert(GR_GL_WRITE_ONLY == access);
    [all...]

Completed in 106 milliseconds