Searched refs:GrBufferAllocPool (Results 1 - 4 of 4) sorted by relevance

/external/skia/gpu/src/
H A DGrBufferAllocPool.h41 class GrBufferAllocPool : GrNoncopyable { class in inherits:GrNoncopyable
102 GrBufferAllocPool(GrGpu* gpu,
108 virtual ~GrBufferAllocPool();
192 * A GrBufferAllocPool of vertex buffers
194 class GrVertexBufferAllocPool : public GrBufferAllocPool {
274 typedef GrBufferAllocPool INHERITED;
280 * A GrBufferAllocPool of index buffers
282 class GrIndexBufferAllocPool : public GrBufferAllocPool {
352 typedef GrBufferAllocPool INHERITED;
H A DGrBufferAllocPool.cpp17 #include "GrBufferAllocPool.h"
31 GrBufferAllocPool::GrBufferAllocPool(GrGpu* gpu, function in class:GrBufferAllocPool
59 GrBufferAllocPool::~GrBufferAllocPool() {
74 void GrBufferAllocPool::releaseGpuRef() {
81 void GrBufferAllocPool::reset() {
102 void GrBufferAllocPool::unlock() {
119 void GrBufferAllocPool::validate() const {
138 void* GrBufferAllocPool
[all...]
H A Dgr_files.mk30 GrBufferAllocPool.cpp\
/external/skia/
H A DAndroid.mk306 gpu/src/GrBufferAllocPool.cpp\

Completed in 67 milliseconds