Lines Matching refs:fProgramInfos
800 if (fProgramInfos[i]) { in visitProxies()
801 fProgramInfos[i]->visitFPProxies(func); in visitProxies()
942 GrProgramInfo* fProgramInfos[3] = { nullptr }; member in __anon7bc5d5d10111::AAHairlineOp
957 if (fProgramInfos[0]) { in GR_MAKE_BITFIELD_CLASS_OPS()
978 fProgramInfos[0] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in GR_MAKE_BITFIELD_CLASS_OPS()
991 if (fProgramInfos[1]) { in makeQuadProgramInfo()
1004 fProgramInfos[1] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in makeQuadProgramInfo()
1017 if (fProgramInfos[2]) { in makeConicProgramInfo()
1030 fProgramInfos[2] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in makeConicProgramInfo()
1127 context->priv().recordProgramInfo(fProgramInfos[0]); in onPrePrepareDraws()
1128 context->priv().recordProgramInfo(fProgramInfos[1]); in onPrePrepareDraws()
1129 context->priv().recordProgramInfo(fProgramInfos[2]); in onPrePrepareDraws()
1264 if (fProgramInfos[i] && fMeshes[i]) { in onExecute()
1265 flushState->bindPipelineAndScissorClip(*fProgramInfos[i], chainBounds); in onExecute()
1266 flushState->bindTextures(fProgramInfos[i]->geomProc(), nullptr, in onExecute()
1267 fProgramInfos[i]->pipeline()); in onExecute()