OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIndexPool
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp
35
,
fIndexPool
(NULL)
68
delete
fIndexPool
;
69
fIndexPool
= NULL;
84
delete
fIndexPool
;
85
fIndexPool
= NULL;
418
SkASSERT(NULL !=
fIndexPool
);
419
fIndexPool
->unlock();
436
if (NULL ==
fIndexPool
) {
438
fIndexPool
= SkNEW_ARGS(GrIndexBufferAllocPool, (this, true,
441
fIndexPool
->releaseGpuRef()
[
all
...]
GrInOrderDrawBuffer.cpp
29
,
fIndexPool
(*indexPool)
462
fIndexPool
.reset();
486
fIndexPool
.unlock();
641
int32_t currIndices =
fIndexPool
.currentBufferIndices();
643
(!
fIndexPool
.preallocatedBuffersRemaining() &&
644
*indexCount <=
fIndexPool
.preallocatedBufferIndices())) {
685
*indices =
fIndexPool
.makeSpace(indexCount,
724
fIndexPool
.putBack(reservedIndexBytes - poolState.fUsedPoolIndexBytes);
753
fIndexPool
.appendIndices(indexCount,
GrInOrderDrawBuffer.h
226
GrIndexBufferAllocPool&
fIndexPool
;
GrGpu.h
514
GrIndexBufferAllocPool*
fIndexPool
;
/external/skia/src/gpu/
GrGpu.cpp
35
,
fIndexPool
(NULL)
68
delete
fIndexPool
;
69
fIndexPool
= NULL;
84
delete
fIndexPool
;
85
fIndexPool
= NULL;
418
SkASSERT(NULL !=
fIndexPool
);
419
fIndexPool
->unlock();
436
if (NULL ==
fIndexPool
) {
438
fIndexPool
= SkNEW_ARGS(GrIndexBufferAllocPool, (this, true,
441
fIndexPool
->releaseGpuRef()
[
all
...]
GrInOrderDrawBuffer.cpp
29
,
fIndexPool
(*indexPool)
462
fIndexPool
.reset();
486
fIndexPool
.unlock();
641
int32_t currIndices =
fIndexPool
.currentBufferIndices();
643
(!
fIndexPool
.preallocatedBuffersRemaining() &&
644
*indexCount <=
fIndexPool
.preallocatedBufferIndices())) {
685
*indices =
fIndexPool
.makeSpace(indexCount,
724
fIndexPool
.putBack(reservedIndexBytes - poolState.fUsedPoolIndexBytes);
753
fIndexPool
.appendIndices(indexCount,
GrInOrderDrawBuffer.h
226
GrIndexBufferAllocPool&
fIndexPool
;
GrGpu.h
514
GrIndexBufferAllocPool*
fIndexPool
;
Completed in 35 milliseconds