OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fColorAttributeIndex
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgram.cpp
257
SkASSERT(-1 != header.
fColorAttributeIndex
);
259
sharedState->fConstAttribColorIndex != header.
fColorAttributeIndex
) {
263
GL_CALL(VertexAttrib4fv(header.
fColorAttributeIndex
, c));
265
sharedState->fConstAttribColorIndex = header.
fColorAttributeIndex
;
GrGLProgramDesc.cpp
198
header->
fColorAttributeIndex
= drawState.colorVertexAttributeIndex();
201
header->
fColorAttributeIndex
= availableAttributeIndex;
204
header->
fColorAttributeIndex
= -1;
GrGLProgramDesc.h
172
int8_t
fColorAttributeIndex
;
GrGLShaderBuilder.cpp
[
all
...]
/external/skia/src/gpu/gl/
GrGLProgram.cpp
257
SkASSERT(-1 != header.
fColorAttributeIndex
);
259
sharedState->fConstAttribColorIndex != header.
fColorAttributeIndex
) {
263
GL_CALL(VertexAttrib4fv(header.
fColorAttributeIndex
, c));
265
sharedState->fConstAttribColorIndex = header.
fColorAttributeIndex
;
GrGLProgramDesc.cpp
198
header->
fColorAttributeIndex
= drawState.colorVertexAttributeIndex();
201
header->
fColorAttributeIndex
= availableAttributeIndex;
204
header->
fColorAttributeIndex
= -1;
GrGLProgramDesc.h
172
int8_t
fColorAttributeIndex
;
GrGLShaderBuilder.cpp
[
all
...]
/external/skia/tests/
GLProgramsTest.cpp
51
header->
fColorAttributeIndex
= (header->fColorInput == kAttribute_ColorInput) ?
Completed in 473 milliseconds