Searched defs:fShapeInverseMatrix (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/instanced/
H A DInstanceProcessor.cpp1066 , fShapeInverseMatrix(kMat22f_GrSLType)
1121 GrGLSLVertToFrag fShapeInverseMatrix; member in class:gr_instanced::GLSLInstanceProcessor::BackendMultisample
1152 varyingHandler->addFlatVarying("shapeInverseMatrix", &fShapeInverseMatrix,
1168 fArcInverseMatrix = fShapeInverseMatrix;
1191 if (fShapeInverseMatrix.vsOut()) {
1192 v->codeAppendf("%s = shapeInverseMatrix;", fShapeInverseMatrix.vsOut());
1268 if (fShapeInverseMatrix.vsOut()) {
1269 v->codeAppendf("%s = shapeInverseMatrix;", fShapeInverseMatrix.vsOut());
1370 shapeCoords.fInverseMatrix = fShapeInverseMatrix.fsIn();

Completed in 109 milliseconds