OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currAttribIndex
(Results
1 - 3
of
3
) sorted by null
/external/skia/tests/
GLProgramsTest.cpp
32
int
currAttribIndex
) {
49
} while (GrDrawState::kMaxVertexAttribCnt <=
currAttribIndex
&&
52
currAttribIndex
++ :
58
} while (GrDrawState::kMaxVertexAttribCnt <=
currAttribIndex
&&
61
currAttribIndex
++ :
70
bool useLocalCoords = random->nextBool() &&
currAttribIndex
< GrDrawState::kMaxVertexAttribCnt;
71
header->fLocalCoordAttributeIndex = useLocalCoords ?
currAttribIndex
++ : -1;
157
int
currAttribIndex
= 1; // we need to always leave room for position
180
if (
currAttribIndex
+ numAttribs > GrDrawState::kMaxVertexAttribCnt) {
198
attribIndices[i] =
currAttribIndex
++
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.h
57
int
currAttribIndex
);
/external/skia/src/gpu/gl/
GrGLProgramDesc.h
57
int
currAttribIndex
);
Completed in 70 milliseconds