Searched defs:GrProgramDesc (Results 1 – 13 of 13) sorted by relevance
20 class GrProgramDesc; variable
18 class GrProgramDesc; variable
370 fMap.foreach ([](const GrProgramDesc*, std::unique_ptr<Entry>* entry) { in markPipelineStateUniformsDirty()
1629 bool GrD3DGpu::compile(const GrProgramDesc&, const GrProgramInfo&) { in compile()
23 class GrProgramDesc; variable
70 GrProgramDesc() {} in GrProgramDesc() function
34 class GrProgramDesc; variable
24 class GrProgramDesc; variable
38 fMap.foreach([](GrProgramDesc*, std::unique_ptr<Entry>* e) { in abandon() argument
26 class GrProgramDesc; variable
214 bool compile(const GrProgramDesc&, const GrProgramInfo&) override { return false; } in compile()
490 bool GrDawnGpu::compile(const GrProgramDesc&, const GrProgramInfo&) { in compile()