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

  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.h 103 size_t preallocatedBufferSize() const {
GrBufferAllocPool.cpp 439 return static_cast<int>(INHERITED::preallocatedBufferSize() / vertexSize);
494 return static_cast<int>(INHERITED::preallocatedBufferSize() / sizeof(uint16_t));
  /external/skia/src/gpu/
GrBufferAllocPool.h 103 size_t preallocatedBufferSize() const {
GrBufferAllocPool.cpp 428 return static_cast<int>(INHERITED::preallocatedBufferSize() / vertexSize);
483 return static_cast<int>(INHERITED::preallocatedBufferSize() / sizeof(uint16_t));

Completed in 51 milliseconds