Searched refs:getVertexAttribIndices (Results 1 - 11 of 11) sorted by relevance

/external/skia/include/gpu/
H A DGrDrawEffect.h42 const int* getVertexAttribIndices() const { return fEffectStage->getVertexAttribIndices(); } function in class:GrDrawEffect
H A DGrEffectStage.h213 const int* getVertexAttribIndices() const { return fVertexAttribIndices; } function in class:GrEffectStage
/external/skia/src/gpu/effects/
H A DGrCustomCoordsTextureEffect.cpp37 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[0])->c_str();
H A DGrBezierEffect.cpp56 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[0]);
202 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[0]);
342 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[0]);
H A DGrDistanceFieldTextureEffect.cpp58 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[0])->c_str();
275 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[0])->c_str();
H A DGrDashingEffect.cpp512 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[0]);
/external/skia/src/gpu/
H A DGrOvalRenderer.cpp109 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[0]);
222 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[0]);
227 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[1]);
362 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[0]);
368 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[1]);
H A DGrAARectRenderer.cpp59 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[0]);
177 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[0]);
185 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[1]);
H A DGrDrawState.cpp159 const int* attributeIndices = stage.getVertexAttribIndices();
H A DGrAAConvexPathRenderer.cpp542 builder->getEffectAttributeName(drawEffect.getVertexAttribIndices()[0]);
/external/skia/src/gpu/gl/
H A DGrGLProgramEffects.cpp147 const int* attributeIndices = drawEffect.getVertexAttribIndices();
300 const int* attributeIndices = stage.getVertexAttribIndices();

Completed in 572 milliseconds