Searched defs:GrProgramInfo (Results 1 – 14 of 14) sorted by relevance
17 class GrProgramInfo; variable
20 class GrProgramInfo; variable
26 class GrProgramInfo; variable177 virtual void recordProgramInfo(const GrProgramInfo*) {} in recordProgramInfo()
24 class GrProgramInfo; variable
1581 bool GrD3DGpu::compile(const GrProgramDesc&, const GrProgramInfo&) { in compile()
19 GrProgramInfo(const GrCaps& caps, in GrProgramInfo() function
19 class GrProgramInfo; variable
29 class GrProgramInfo; variable
23 class GrProgramInfo; variable
36 bool onBindPipeline(const GrProgramInfo&, const SkRect&) override { return true; } in onBindPipeline()
201 bool compile(const GrProgramDesc&, const GrProgramInfo&) override { return false; } in compile()
460 bool GrDawnGpu::compile(const GrProgramDesc&, const GrProgramInfo&) { in compile()