OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fVertexPool
(Results
1 - 4
of
4
) sorted by null
/external/skia/gpu/src/
GrInOrderDrawBuffer.cpp
38
fVertexPool
(*vertexPool),
335
fVertexPool
.reset();
353
fVertexPool
.unlock();
426
int32_t currVertices =
fVertexPool
.currentBufferVertices(vertexLayout);
428
(!
fVertexPool
.preallocatedBuffersRemaining() &&
429
*vertexCount <=
fVertexPool
.preallocatedBufferVertices(vertexLayout))) {
449
*vertices =
fVertexPool
.makeSpace(vertexLayout,
466
fVertexPool
.putBack(fReservedVertexBytes);
480
fVertexPool
.putBack(vertexSlack);
500
fVertexPool
.appendVertices(fGeometrySrc.fVertexLayout
[
all
...]
GrGpu.cpp
43
,
fVertexPool
(NULL)
75
delete
fVertexPool
;
76
fVertexPool
= NULL;
92
delete
fVertexPool
;
93
fVertexPool
= NULL;
622
GrAssert(NULL !=
fVertexPool
);
623
fVertexPool
->unlock();
632
if (NULL ==
fVertexPool
) {
633
fVertexPool
= new GrVertexBufferAllocPool(this, true,
636
fVertexPool
->releaseGpuRef()
[
all
...]
/external/skia/gpu/include/
GrInOrderDrawBuffer.h
156
GrVertexBufferAllocPool&
fVertexPool
;
GrGpu.h
494
GrVertexBufferAllocPool*
fVertexPool
;
Completed in 284 milliseconds