OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indicesPerInstance
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp
629
int
indicesPerInstance
,
631
if (!verticesPerInstance || !
indicesPerInstance
) {
635
int maxInstancesPerDraw = this->indexCountInCurrentSource() /
indicesPerInstance
;
644
info.fIndicesPerInstance =
indicesPerInstance
;
659
info.fIndexCount = info.fInstanceCount *
indicesPerInstance
;
[
all
...]
GrDrawTarget.h
396
*
indicesPerInstance
indices drawn as the primitive
400
* @param
indicesPerInstance
The number of indices in each instance (I
408
int
indicesPerInstance
,
[
all
...]
GrInOrderDrawBuffer.cpp
243
draw->
indicesPerInstance
() != info.
indicesPerInstance
() ||
258
int instancesToConcat = this->indexCountInCurrentSource() / info.
indicesPerInstance
();
[
all
...]
Completed in 186 milliseconds