Home
last modified time | relevance | path

Searched refs:ComputeMatrixKey (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLGeometryProcessor.h203 static uint32_t ComputeMatrixKey(const GrShaderCaps& caps, const SkMatrix& mat) { in ComputeMatrixKey() function
220 return (ComputeMatrixKey(shaderCaps, viewMatrix) << kMatrixKeyBits) | in ComputeMatrixKeys()
221 ComputeMatrixKey(shaderCaps, localMatrix); in ComputeMatrixKeys()
/external/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp192 key |= ComputeMatrixKey(shaderCaps, dfTexEffect.localMatrix()) << 16; in GenKey()
477 key |= ComputeMatrixKey(shaderCaps, dfTexEffect.matrix()) << 16; in GenKey()
797 ComputeMatrixKey(shaderCaps, dfTexEffect.localMatrix()); in GenKey()
DGrBitmapTextGeoProc.cpp109 ComputeMatrixKey(shaderCaps, btgp.localMatrix()), in GenKey()
/external/skia/tools/gpu/
DTestOps.cpp57 b->add32(ComputeMatrixKey(shaderCaps, gp.fLocalMatrix)); in GenKey()
/external/skia/src/gpu/ops/
DGrDashOp.cpp967 key |= ComputeMatrixKey(shaderCaps, dce.localMatrix()) << 3; in GenKey()
1206 key |= ComputeMatrixKey(shaderCaps, de.localMatrix()) << 3; in GenKey()
DGrDrawVerticesOp.cpp130 key |= ComputeMatrixKey(shaderCaps, vgp.viewMatrix()) << 20; in GenKey()
DGrOvalOpFactory.cpp220 ComputeMatrixKey(shaderCaps, cgp.fLocalMatrix), in GenKey()
489 ComputeMatrixKey(shaderCaps, bcscgp.fLocalMatrix), in GenKey()
688 ComputeMatrixKey(shaderCaps, egp.fLocalMatrix), in GenKey()
887 ComputeMatrixKey(shaderCaps, diegp.fViewMatrix), in GenKey()
DGrAAConvexPathRenderer.cpp627 ComputeMatrixKey(shaderCaps, qee.fLocalMatrix), in GenKey()