Home
last modified time | relevance | path

Searched refs:ComputePosKey (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLGeometryProcessor.h88 static uint32_t ComputePosKey(const SkMatrix& mat) { in ComputePosKey() function
/external/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp176 key |= ComputePosKey(dfTexEffect.viewMatrix()) << 25; in GenKey()
401 key |= ComputePosKey(dfTexEffect.viewMatrix()) << 25; in GenKey()
666 key |= ComputePosKey(dfTexEffect.viewMatrix()) << 25; in GenKey()
DGrBezierEffect.cpp238 key |= ComputePosKey(ce.viewMatrix()) << 5; in GenKey()
454 key |= ComputePosKey(ce.viewMatrix()) << 5; in GenKey()
687 key |= ComputePosKey(ce.viewMatrix()) << 5; in GenKey()
/external/skia/src/gpu/
DGrDefaultGeoProcFactory.cpp154 key |= ComputePosKey(def.viewMatrix()) << 25; in GenKey()
DGrOvalRenderer.cpp509 key |= ComputePosKey(ellipseEffect.viewMatrix()) << 10; in GenKey()