Searched refs:set_vertex_attributes (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.cpp683 void set_vertex_attributes(GrDrawState* drawState, bool hasUVs) { function in namespace:__anon15249
697 set_vertex_attributes(this->drawState(), SkToBool(localRect));
H A DGrInOrderDrawBuffer.cpp93 static void set_vertex_attributes(GrDrawState* drawState, bool hasLocalCoords, GrColor color) { function
122 set_vertex_attributes(drawState, SkToBool(localRect), color);
H A DGrContext.cpp950 static void set_vertex_attributes(GrDrawState* drawState, function in namespace:__anon15245
996 set_vertex_attributes(drawState, texCoords, colors, &colorOffset, &texOffset);
/external/skia/src/gpu/
H A DGrDrawTarget.cpp703 void set_vertex_attributes(GrDrawState* drawState, bool hasUVs) { function in namespace:__anon30662
723 set_vertex_attributes(this->drawState(), NULL != localRect);
H A DGrInOrderDrawBuffer.cpp92 static void set_vertex_attributes(GrDrawState* drawState, function in namespace:__anon30669
149 set_vertex_attributes(drawState,
H A DGrContext.cpp938 static void set_vertex_attributes(GrDrawState* drawState, function in namespace:__anon30657
981 set_vertex_attributes(drawState, texCoords, colors, &colorOffset, &texOffset);

Completed in 363 milliseconds