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

  /external/skia/src/gpu/
GrBufferAllocPool.h 114 void* makeSpaceAtLeast(size_t minSize,
214 void* makeSpaceAtLeast(size_t vertexSize,
284 void* makeSpaceAtLeast(int minIndexCount,
GrBufferAllocPool.cpp 187 void* GrBufferAllocPool::makeSpaceAtLeast(size_t minSize,
405 void* GrVertexBufferAllocPool::makeSpaceAtLeast(size_t vertexSize, int minVertexCount,
417 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(vertexSize, minVertexCount),
459 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
470 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(minIndexCount, sizeof(uint16_t)),
GrOpFlushState.cpp 173 return fVertexPool.makeSpaceAtLeast(vertexSize, minVertexCount, fallbackVertexCount, buffer,
180 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpaceAtLeast(
  /external/skqp/src/gpu/
GrBufferAllocPool.h 114 void* makeSpaceAtLeast(size_t minSize,
214 void* makeSpaceAtLeast(size_t vertexSize,
284 void* makeSpaceAtLeast(int minIndexCount,
GrBufferAllocPool.cpp 187 void* GrBufferAllocPool::makeSpaceAtLeast(size_t minSize,
405 void* GrVertexBufferAllocPool::makeSpaceAtLeast(size_t vertexSize, int minVertexCount,
417 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(vertexSize, minVertexCount),
459 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
470 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(minIndexCount, sizeof(uint16_t)),
GrOpFlushState.cpp 169 return fVertexPool.makeSpaceAtLeast(vertexSize, minVertexCount, fallbackVertexCount, buffer,
176 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpaceAtLeast(

Completed in 73 milliseconds