Searched defs:GrProgramDesc (Results 1 – 15 of 15) sorted by relevance
18 class GrProgramDesc; variable
365 fMap.foreach ([](const GrProgramDesc*, std::unique_ptr<Entry>* entry) { in markPipelineStateUniformsDirty()
1379 bool GrD3DGpu::compile(const GrProgramDesc&, const GrProgramInfo&) { in compile()
19 class GrProgramDesc; variable
22 class GrProgramDesc; variable
26 GrProgramDesc() {} in GrProgramDesc() function
38 fMap.foreach([](GrProgramDesc*, std::unique_ptr<Entry>* e) { in abandon() argument
25 class GrProgramDesc; variable
149 GrProgramDesc() {} in GrProgramDesc() function
27 class GrProgramDesc; variable
187 bool compile(const GrProgramDesc&, const GrProgramInfo&) override { return false; } in compile()
454 bool GrDawnGpu::compile(const GrProgramDesc&, const GrProgramInfo&) { in compile()