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

  /external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 58 if (this->getGpu()->getCaps().bufferLockSupport()) {
83 GrAssert(this->getGpu()->getCaps().bufferLockSupport());
GrGLVertexBuffer.cpp 57 if (this->getGpu()->getCaps().bufferLockSupport()) {
79 GrAssert(this->getGpu()->getCaps().bufferLockSupport());
  /external/skia/src/gpu/
GrBufferAllocPool.cpp 299 if (fGpu->getCaps().bufferLockSupport() &&
341 if (fGpu->getCaps().bufferLockSupport() &&
GrDrawTarget.h 79 bool bufferLockSupport() const { return fInternals.fBufferLockSupport; }
    [all...]

Completed in 802 milliseconds