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

  /external/skia/src/gpu/glsl/
GrGLSLGeometryProcessor.h 88 static uint32_t ComputePosKey(const SkMatrix& mat) {
  /external/skia/src/gpu/
GrDefaultGeoProcFactory.cpp 154 key |= ComputePosKey(def.viewMatrix()) << 25;
GrOvalRenderer.cpp 509 key |= ComputePosKey(ellipseEffect.viewMatrix()) << 10;
    [all...]
  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 238 key |= ComputePosKey(ce.viewMatrix()) << 5;
454 key |= ComputePosKey(ce.viewMatrix()) << 5;
687 key |= ComputePosKey(ce.viewMatrix()) << 5;
    [all...]
GrDistanceFieldGeoProc.cpp 176 key |= ComputePosKey(dfTexEffect.viewMatrix()) << 25;
401 key |= ComputePosKey(dfTexEffect.viewMatrix()) << 25;
666 key |= ComputePosKey(dfTexEffect.viewMatrix()) << 25;
    [all...]

Completed in 3025 milliseconds