Searched defs:hasUVs (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.cpp608 void set_vertex_attributes(GrDrawState* drawState, bool hasUVs) { argument
609 if (hasUVs) {
H A DGrInOrderDrawBuffer.cpp92 bool hasColor, bool hasUVs,
103 if (hasColor && hasUVs) {
110 } else if (hasUVs) {
91 set_vertex_attributes(GrDrawState* drawState, bool hasColor, bool hasUVs, int* colorOffset, int* localOffset) argument
/external/skia/src/gpu/
H A DGrDrawTarget.cpp608 void set_vertex_attributes(GrDrawState* drawState, bool hasUVs) { argument
609 if (hasUVs) {
H A DGrInOrderDrawBuffer.cpp92 bool hasColor, bool hasUVs,
103 if (hasColor && hasUVs) {
110 } else if (hasUVs) {
91 set_vertex_attributes(GrDrawState* drawState, bool hasColor, bool hasUVs, int* colorOffset, int* localOffset) argument

Completed in 63 milliseconds