OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrIndexBufferAllocPool
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.h
274
class
GrIndexBufferAllocPool
: public GrBufferAllocPool {
290
GrIndexBufferAllocPool
(GrGpu* gpu,
GrInOrderDrawBuffer.h
21
class
GrIndexBufferAllocPool
;
48
GrIndexBufferAllocPool
* indexPool);
226
GrIndexBufferAllocPool
& fIndexPool;
GrBufferAllocPool.cpp
437
GrIndexBufferAllocPool
::
GrIndexBufferAllocPool
(GrGpu* gpu,
448
void*
GrIndexBufferAllocPool
::makeSpace(int indexCount,
469
bool
GrIndexBufferAllocPool
::appendIndices(int indexCount,
482
int
GrIndexBufferAllocPool
::preallocatedBufferIndices() const {
486
int
GrIndexBufferAllocPool
::currentBufferIndices() const {
GrGpu.h
16
class
GrIndexBufferAllocPool
;
514
GrIndexBufferAllocPool
* fIndexPool;
GrGpu.cpp
438
fIndexPool = SkNEW_ARGS(
GrIndexBufferAllocPool
, (this, true,
GrInOrderDrawBuffer.cpp
23
GrIndexBufferAllocPool
* indexPool)
GrContext.cpp
[
all
...]
/external/skia/src/gpu/
GrBufferAllocPool.h
274
class
GrIndexBufferAllocPool
: public GrBufferAllocPool {
290
GrIndexBufferAllocPool
(GrGpu* gpu,
GrInOrderDrawBuffer.h
21
class
GrIndexBufferAllocPool
;
48
GrIndexBufferAllocPool
* indexPool);
226
GrIndexBufferAllocPool
& fIndexPool;
GrBufferAllocPool.cpp
437
GrIndexBufferAllocPool
::
GrIndexBufferAllocPool
(GrGpu* gpu,
448
void*
GrIndexBufferAllocPool
::makeSpace(int indexCount,
469
bool
GrIndexBufferAllocPool
::appendIndices(int indexCount,
482
int
GrIndexBufferAllocPool
::preallocatedBufferIndices() const {
486
int
GrIndexBufferAllocPool
::currentBufferIndices() const {
GrGpu.h
16
class
GrIndexBufferAllocPool
;
514
GrIndexBufferAllocPool
* fIndexPool;
GrGpu.cpp
438
fIndexPool = SkNEW_ARGS(
GrIndexBufferAllocPool
, (this, true,
GrInOrderDrawBuffer.cpp
23
GrIndexBufferAllocPool
* indexPool)
GrContext.cpp
[
all
...]
/external/chromium_org/third_party/skia/include/gpu/
GrContext.h
29
class
GrIndexBufferAllocPool
;
[
all
...]
/external/skia/include/gpu/
GrContext.h
29
class
GrIndexBufferAllocPool
;
[
all
...]
Completed in 43 milliseconds