Searched refs:fFPCoordsMap (Results 1 – 2 of 2) sorted by relevance
112 std::tie(fFPCoordsMap, fLocalCoordsVar) = fGPImpl->emitCode(args, this->pipeline()); in emitAndInstallPrimProc()250 GrShaderVar varying = fFPCoordsMap[&fp].coordsVarying; in writeFPFunction()500 return fFPCoordsMap[fp].hasCoordsParam; in fragmentProcessorHasCoordsParam()
167 GrGeometryProcessor::ProgramImpl::FPCoordsMap fFPCoordsMap; variable