Searched defs:GrProgramDesc (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrProgramDesc.h22 class GrProgramDesc { class
25 GrProgramDesc() {} function in class:GrProgramDesc
29 * on the returned GrProgramDesc.
39 * @param GrProgramDesc The built and finalized descriptor
41 static bool Build(GrProgramDesc*,
60 GrProgramDesc& operator= (const GrProgramDesc& other) {
67 bool operator== (const GrProgramDesc& that) const {
80 bool operator!= (const GrProgramDesc& other) const {
89 static bool Less(const GrProgramDesc
[all...]

Completed in 97 milliseconds