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