Searched defs:GrProgramDesc (Results 1 – 13 of 13) sorted by relevance
18 class GrProgramDesc; variable
365 fMap.foreach ([](const GrProgramDesc*, std::unique_ptr<Entry>* entry) { in markPipelineStateUniformsDirty()
1592 bool GrD3DGpu::compile(const GrProgramDesc&, const GrProgramInfo&) { in compile()
19 class GrProgramDesc; variable
22 class GrProgramDesc; variable
24 class GrProgramDesc; variable
38 fMap.foreach([](GrProgramDesc*, std::unique_ptr<Entry>* e) { in abandon() argument
150 GrProgramDesc() {} in GrProgramDesc() function
28 class GrProgramDesc; variable
25 class GrProgramDesc; variable
209 bool compile(const GrProgramDesc&, const GrProgramInfo&) override { return false; } in compile()
468 bool GrDawnGpu::compile(const GrProgramDesc&, const GrProgramInfo&) { in compile()