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

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDesc.h30 class GrGLProgramDesc { class
32 GrGLProgramDesc() : fInitialized(false) {} function in class:GrGLProgramDesc
33 GrGLProgramDesc(const GrGLProgramDesc& desc) { *this = desc; } function in class:GrGLProgramDesc
75 GrGLProgramDesc* outDesc);
89 GrGLProgramDesc& operator= (const GrGLProgramDesc& other);
91 bool operator== (const GrGLProgramDesc& other) const {
97 bool operator!= (const GrGLProgramDesc& other) const {
101 static bool Less(const GrGLProgramDesc
[all...]
/external/skia/src/gpu/gl/
H A DGrGLProgramDesc.h30 class GrGLProgramDesc { class
32 GrGLProgramDesc() : fInitialized(false) {} function in class:GrGLProgramDesc
33 GrGLProgramDesc(const GrGLProgramDesc& desc) { *this = desc; } function in class:GrGLProgramDesc
75 GrGLProgramDesc* outDesc);
89 GrGLProgramDesc& operator= (const GrGLProgramDesc& other);
91 bool operator== (const GrGLProgramDesc& other) const {
97 bool operator!= (const GrGLProgramDesc& other) const {
101 static bool Less(const GrGLProgramDesc
[all...]

Completed in 62 milliseconds