OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrBufferAllocPool
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.h
30
class
GrBufferAllocPool
: SkNoncopyable {
90
GrBufferAllocPool
(GrGpu* gpu,
96
virtual ~
GrBufferAllocPool
();
184
* A
GrBufferAllocPool
of vertex buffers
186
class GrVertexBufferAllocPool : public
GrBufferAllocPool
{
266
typedef
GrBufferAllocPool
INHERITED;
272
* A
GrBufferAllocPool
of index buffers
274
class GrIndexBufferAllocPool : public
GrBufferAllocPool
{
344
typedef
GrBufferAllocPool
INHERITED;
GrBufferAllocPool.cpp
10
#include "
GrBufferAllocPool
.h"
31
"
GrBufferAllocPool
Unmapping Buffer", \
38
GrBufferAllocPool
::
GrBufferAllocPool
(GrGpu* gpu,
67
GrBufferAllocPool
::~
GrBufferAllocPool
() {
82
void
GrBufferAllocPool
::releaseGpuRef() {
89
void
GrBufferAllocPool
::reset() {
116
void
GrBufferAllocPool
::unmap() {
133
void
GrBufferAllocPool
::validate(bool unusedBlockAllowed) const
[
all
...]
Completed in 167 milliseconds