HomeSort by relevance Sort by last modified time
    Searched defs:cgp (Results 1 - 2 of 2) sorted by null

  /external/skia/samplecode/
SampleBigGradient.cpp 299 MyPort cgp(c2.get());
300 doDraw(&cgp); variable
  /external/skia/src/gpu/ops/
GrOvalOpFactory.cpp 124 const CircleGeometryProcessor& cgp = args.fGP.cast<CircleGeometryProcessor>(); variable
131 varyingHandler->emitAttributes(cgp);
133 varyingHandler->addPassThroughAttribute(cgp.fInCircleEdge, "circleEdge",
135 if (cgp.fInClipPlane) {
137 varyingHandler->addPassThroughAttribute(cgp.fInClipPlane, "clipPlane");
139 if (cgp.fInIsectPlane) {
140 SkASSERT(cgp.fInClipPlane);
142 varyingHandler->addPassThroughAttribute(cgp.fInIsectPlane, "isectPlane");
144 if (cgp.fInUnionPlane) {
145 SkASSERT(cgp.fInClipPlane)
212 const CircleGeometryProcessor& cgp = gp.cast<CircleGeometryProcessor>(); local
    [all...]

Completed in 476 milliseconds