OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reserveVertexAndIndexSpace
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.h
173
bool
reserveVertexAndIndexSpace
(int vertexCount,
[
all
...]
GrDrawTarget.cpp
194
bool GrDrawTarget::
reserveVertexAndIndexSpace
(int vertexCount,
821
success = target->
reserveVertexAndIndexSpace
(vertexCount,
[
all
...]
GrBitmapTextContext.cpp
561
bool success = fDrawTarget->
reserveVertexAndIndexSpace
(fMaxVertices,
GrDistanceFieldTextContext.cpp
381
bool success = fDrawTarget->
reserveVertexAndIndexSpace
(fMaxVertices,
Completed in 1255 milliseconds