HomeSort by relevance Sort by last modified time
    Searched refs:getColorStage (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrRODrawState.cpp 61 if (!GrProcessorStage::AreCompatible(this->getColorStage(i), that.getColorStage(i),
156 if (this->getColorStage(s).getFragmentProcessor()->willReadDstColor()) {
317 const GrProcessor* processor = this->getColorStage(s).getProcessor();
GrOptDrawState.cpp 187 const GrFragmentProcessor* fp = ds.getColorStage(i).getFragmentProcessor();
201 fColorStages.reset(&ds.getColorStage(firstColorStage),
252 const GrFragmentStage& stage = this->getColorStage(s);
GrRODrawState.h 140 const GrFragmentStage& getColorStage(int stageIdx) const { return fColorStages[stageIdx]; }
GrDrawState.cpp 189 fColorStages.push_back(paint.getColorStage(i));
452 fDrawState->getColorStage(s).saveCoordChange(&fSavedCoordChanges[i]);
GrDrawTarget.cpp 402 const GrProcessor* effect = drawState.getColorStage(s).getProcessor();
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 65 const GrEffect* effect = drawState.getColorStage(firstEffectiveColorStage).getEffect()->get();
123 get_key_and_update_stats(drawState.getColorStage(s), gpu->glCaps(),
254 colorStages->push_back(&drawState.getColorStage(s));
  /external/chromium_org/third_party/skia/include/gpu/
GrPaint.h 124 const GrFragmentStage& getColorStage(int s) const { return fColorStages[s]; }
  /external/skia/include/gpu/
GrPaint.h 129 const GrEffectStage& getColorStage(int s) const { return fColorStages[s]; }
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 264 !GetProcessorKey(optState.getColorStage(s), gpu->glCaps(),
393 colorStages->push_back(&optState.getColorStage(s));
  /external/skia/src/gpu/
GrDrawState.cpp 36 fColorStages.push_back(paint.getColorStage(i));
GrDrawState.h 426 const GrEffectStage& getColorStage(int stageIdx) const { return fColorStages[stageIdx]; }
    [all...]
GrDrawTarget.cpp 392 const GrEffectRef& effect = *drawState.getColorStage(s).getEffect();
    [all...]

Completed in 586 milliseconds