Home
last modified time | relevance | path

Searched refs:preConcatSamplerMatrices (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/
DGrDrawTarget.h99 this->drawState()->preConcatSamplerMatrices(stageMask, matrix); in preConcatEnabledSamplerMatrices()
DGrDrawState.h217 void preConcatSamplerMatrices(StageMask stageMask, const GrMatrix& matrix) { in preConcatSamplerMatrices() function
DGrDefaultPathRenderer.cpp492 drawState->preConcatSamplerMatrices(stageMask, vmi); in internalDrawPath()
DGrAAConvexPathRenderer.cpp443 drawState->preConcatSamplerMatrices(stageMask, ivm); in onDrawPath()
DGrAAHairLinePathRenderer.cpp617 drawState->preConcatSamplerMatrices(stageMask, ivm); in onDrawPath()
DGrContext.cpp1017 drawState->preConcatSamplerMatrices(stageMask, *matrix); in drawRect()
1041 drawState->preConcatSamplerMatrices(stageMask, m); in drawRect()
1085 drawState->preConcatSamplerMatrices(otherStageMask, m); in drawRectToRect()
DGrDrawTarget.cpp1124 drawState->preConcatSamplerMatrices(fStageMask, invVM); in AutoDeviceCoordDraw()