Searched refs:addVertexAttrib (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrVertexEffect.h28 void addVertexAttrib(GrSLType type) { function in class:GrVertexEffect
H A DGrCustomCoordsTextureEffect.cpp61 this->addVertexAttrib(kVec2f_GrSLType);
H A DGrDistanceFieldTextureEffect.cpp72 this->addVertexAttrib(kVec2f_GrSLType);
H A DGrBezierEffect.cpp131 this->addVertexAttrib(kVec4f_GrSLType);
262 this->addVertexAttrib(kVec4f_GrSLType);
403 this->addVertexAttrib(kVec4f_GrSLType);
/external/skia/src/gpu/effects/
H A DGrVertexEffect.h28 void addVertexAttrib(GrSLType type) { function in class:GrVertexEffect
H A DGrCustomCoordsTextureEffect.cpp61 this->addVertexAttrib(kVec2f_GrSLType);
H A DGrDistanceFieldTextureEffect.cpp72 this->addVertexAttrib(kVec2f_GrSLType);
H A DGrBezierEffect.cpp131 this->addVertexAttrib(kVec4f_GrSLType);
262 this->addVertexAttrib(kVec4f_GrSLType);
403 this->addVertexAttrib(kVec4f_GrSLType);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrOvalRenderer.cpp136 this->addVertexAttrib(kVec4f_GrSLType);
268 this->addVertexAttrib(kVec2f_GrSLType);
269 this->addVertexAttrib(kVec4f_GrSLType);
426 this->addVertexAttrib(kVec2f_GrSLType);
427 this->addVertexAttrib(kVec2f_GrSLType);
H A DGrAARectRenderer.cpp103 this->addVertexAttrib(kVec4f_GrSLType);
236 this->addVertexAttrib(kVec4f_GrSLType);
237 this->addVertexAttrib(kVec2f_GrSLType);
H A DGrAAConvexPathRenderer.cpp584 this->addVertexAttrib(kVec4f_GrSLType);
/external/skia/src/gpu/
H A DGrOvalRenderer.cpp136 this->addVertexAttrib(kVec4f_GrSLType);
268 this->addVertexAttrib(kVec2f_GrSLType);
269 this->addVertexAttrib(kVec4f_GrSLType);
426 this->addVertexAttrib(kVec2f_GrSLType);
427 this->addVertexAttrib(kVec2f_GrSLType);
H A DGrAARectRenderer.cpp103 this->addVertexAttrib(kVec4f_GrSLType);
236 this->addVertexAttrib(kVec4f_GrSLType);
237 this->addVertexAttrib(kVec2f_GrSLType);
H A DGrAAConvexPathRenderer.cpp584 this->addVertexAttrib(kVec4f_GrSLType);

Completed in 821 milliseconds