Home
last modified time | relevance | path

Searched refs:GrBufferAllocPool (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrBufferAllocPool.cpp43 GrBufferAllocPool::GrBufferAllocPool(GrGpu* gpu, in GrBufferAllocPool() function in GrBufferAllocPool
59 void GrBufferAllocPool::deleteBlocks() { in deleteBlocks()
72 GrBufferAllocPool::~GrBufferAllocPool() { in ~GrBufferAllocPool()
79 void GrBufferAllocPool::reset() { in reset()
90 void GrBufferAllocPool::unmap() { in unmap()
107 void GrBufferAllocPool::validate(bool unusedBlockAllowed) const { in validate()
146 void* GrBufferAllocPool::makeSpace(size_t size, in makeSpace()
193 void GrBufferAllocPool::putBack(size_t bytes) { in putBack()
221 bool GrBufferAllocPool::createBlock(size_t requestSize) { in createBlock()
271 void GrBufferAllocPool::destroyBlock() { in destroyBlock()
[all …]
DGrBufferAllocPool.h30 class GrBufferAllocPool : SkNoncopyable {
68 GrBufferAllocPool(GrGpu* gpu,
72 virtual ~GrBufferAllocPool();
131 class GrVertexBufferAllocPool : public GrBufferAllocPool {
167 typedef GrBufferAllocPool INHERITED;
175 class GrIndexBufferAllocPool : public GrBufferAllocPool {
207 typedef GrBufferAllocPool INHERITED;
/external/skia/gyp/
Dgpu.gypi74 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
75 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
/external/skia/experimental/iOSSampleApp/iOSSampleApp.xcodeproj/
Dproject.pbxproj178 …3B122D40064D447 /* GrBufferAllocPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260E03D413…
928 …4D447 /* GrBufferAllocPool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
929 …0064D447 /* GrBufferAllocPool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
2063 260E03D413B122D40064D447 /* GrBufferAllocPool.cpp */,
2064 260E03D513B122D40064D447 /* GrBufferAllocPool.h */,
3075 260E040E13B122D40064D447 /* GrBufferAllocPool.cpp in Sources */,
/external/skia/
DAndroid.mk377 src/gpu/GrBufferAllocPool.cpp \