HomeSort by relevance Sort by last modified time
    Searched refs:ComputePosKey (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/gl/
GrGLGeometryProcessor.h 72 static uint32_t ComputePosKey(const SkMatrix& mat) {
  /external/skia/src/gpu/
GrDefaultGeoProcFactory.cpp 126 key |= ComputePosKey(def.viewMatrix()) << 25;
GrOvalRenderer.cpp 526 key |= ComputePosKey(ellipseEffect.viewMatrix()) << 9;
    [all...]
  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 181 key |= ComputePosKey(ce.viewMatrix()) << 5;
396 key |= ComputePosKey(ce.viewMatrix()) << 5;
626 key |= ComputePosKey(ce.viewMatrix()) << 5;
GrDistanceFieldGeoProc.cpp 174 key |= ComputePosKey(dfTexEffect.viewMatrix()) << 25;
406 key |= ComputePosKey(dfTexEffect.viewMatrix()) << 25;
675 key |= ComputePosKey(dfTexEffect.viewMatrix()) << 25;
    [all...]

Completed in 104 milliseconds