Searched refs:polygonPts (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ccpr/ |
D | GrCCPRCoverageProcessor.cpp | 169 const char* polygonPts, int numSides, in emitHullGeometry() argument 175 polygonPts, numSides, 1.0 / numSides); in emitHullGeometry() 185 polygonPts, wedgeIdx, fGeomWind.c_str(), fGeomWind.c_str()); in emitHullGeometry() 188 g->codeAppendf("highp vec2 right = %s[rightidx];", polygonPts); in emitHullGeometry() 194 g->codeAppendf("highp vec2 diag = %s[(%s + 2) %% 4];", polygonPts, wedgeIdx); in emitHullGeometry() 199 g->codeAppendf("highp vec2 qls = sign(self - %s[leftidx]);", polygonPts); in emitHullGeometry()
|
D | GrCCPRCoverageProcessor.h | 201 int emitHullGeometry(GrGLSLGeometryBuilder*, const char* emitVertexFn, const char* polygonPts,
|