Searched refs:getCoordChangeMatrix (Results 1 - 5 of 5) sorted by relevance

/external/skia/include/gpu/
H A DGrDrawEffect.h32 const SkMatrix& getCoordChangeMatrix() const { function in class:GrDrawEffect
36 return fEffectStage->getCoordChangeMatrix();
H A DGrEffectStage.h203 const SkMatrix& getCoordChangeMatrix() const { function in class:GrEffectStage
/external/chromium_org/third_party/skia/include/gpu/
H A DGrProcessorStage.h125 const SkMatrix& getCoordChangeMatrix() const { function in class:GrProcessorStage
139 SkMatrix::kIdentity_Mask : this->getCoordChangeMatrix().getType();
/external/skia/src/gpu/gl/
H A DGrGLProgramEffects.cpp103 const SkMatrix& coordChangeMatrix = drawEffect.getCoordChangeMatrix();
122 combined.setConcat(coordTransform.getMatrix(), drawEffect.getCoordChangeMatrix());
165 type1 = drawEffect.getCoordChangeMatrix().getType();
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramEffects.cpp34 useExplicitLocalCoords ? SkMatrix::I() : effectStage.getCoordChangeMatrix();

Completed in 134 milliseconds