Searched refs:fFPCoordsMap (Results 1 – 2 of 2) sorted by relevance
119 fFPCoordsMap = fGPImpl->emitCode(args, this->pipeline()); in emitAndInstallPrimProc()239 GrShaderVar varying = fFPCoordsMap[&fp].coordsVarying; in writeFPFunction()482 return fFPCoordsMap[fp].hasCoordsParam; in fragmentProcessorHasCoordsParam()
168 GrGeometryProcessor::ProgramImpl::FPCoordsMap fFPCoordsMap; variable