HomeSort by relevance Sort by last modified time
    Searched defs:attributeIndices (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.cpp 147 const int* attributeIndices = drawEffect.getVertexAttribIndices();
149 EffectKey value = attributeIndices[a] << 3 * a;
300 const int* attributeIndices = stage.getVertexAttribIndices();
304 attributeName.appendS32(attributeIndices[a]);
305 builder->addEffectAttribute(attributeIndices[a],
  /external/skia/src/gpu/gl/
GrGLProgramEffects.cpp 147 const int* attributeIndices = drawEffect.getVertexAttribIndices();
149 EffectKey value = attributeIndices[a] << 3 * a;
300 const int* attributeIndices = stage.getVertexAttribIndices();
304 attributeName.appendS32(attributeIndices[a]);
305 builder->addEffectAttribute(attributeIndices[a],

Completed in 116 milliseconds