Home
last modified time | relevance | path

Searched defs:makeSpace (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrBufferAllocPool.cpp146 void* GrBufferAllocPool::makeSpace(size_t size, in makeSpace() function in GrBufferAllocPool
339 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize, in makeSpace() function in GrVertexBufferAllocPool
367 void* GrIndexBufferAllocPool::makeSpace(int indexCount, in makeSpace() function in GrIndexBufferAllocPool
/external/skia/src/core/
DSkVarAlloc.cpp45 void SkVarAlloc::makeSpace(size_t bytes) { in makeSpace() function in SkVarAlloc
/external/skia/include/core/
DSkPathRef.h405 void makeSpace(size_t size) { in makeSpace() function