Searched refs:ComputeMatrixKey (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/glsl/ |
D | GrGLSLGeometryProcessor.h | 203 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/ |
D | GrDistanceFieldGeoProc.cpp | 192 key |= ComputeMatrixKey(shaderCaps, dfTexEffect.localMatrix()) << 16; in GenKey() 477 key |= ComputeMatrixKey(shaderCaps, dfTexEffect.matrix()) << 16; in GenKey() 797 ComputeMatrixKey(shaderCaps, dfTexEffect.localMatrix()); in GenKey()
|
D | GrBitmapTextGeoProc.cpp | 109 ComputeMatrixKey(shaderCaps, btgp.localMatrix()), in GenKey()
|
/external/skia/tools/gpu/ |
D | TestOps.cpp | 57 b->add32(ComputeMatrixKey(shaderCaps, gp.fLocalMatrix)); in GenKey()
|
/external/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 967 key |= ComputeMatrixKey(shaderCaps, dce.localMatrix()) << 3; in GenKey() 1206 key |= ComputeMatrixKey(shaderCaps, de.localMatrix()) << 3; in GenKey()
|
D | GrDrawVerticesOp.cpp | 130 key |= ComputeMatrixKey(shaderCaps, vgp.viewMatrix()) << 20; in GenKey()
|
D | GrOvalOpFactory.cpp | 220 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()
|
D | GrAAConvexPathRenderer.cpp | 627 ComputeMatrixKey(shaderCaps, qee.fLocalMatrix), in GenKey()
|