Searched refs:fragmentProcessorHasCoordsParam (Results 1 – 3 of 3) sorted by relevance
84 bool fragmentProcessorHasCoordsParam(const GrFragmentProcessor*);
232 if (this->fragmentProcessorHasCoordsParam(&fp)) { in writeFPFunction()481 bool GrGLSLProgramBuilder::fragmentProcessorHasCoordsParam(const GrFragmentProcessor* fp) { in fragmentProcessorHasCoordsParam() function in GrGLSLProgramBuilder
881 if (args.fFragBuilder->getProgramBuilder()->fragmentProcessorHasCoordsParam(childProc)) { in invokeChild()933 if (args.fFragBuilder->getProgramBuilder()->fragmentProcessorHasCoordsParam(childProc)) { in invokeChildWithMatrix()