HomeSort by relevance Sort by last modified time
    Searched defs:GrGLProgramDesc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.h 29 class GrGLProgramDesc {
31 GrGLProgramDesc() {}
32 GrGLProgramDesc(const GrGLProgramDesc& desc) { *this = desc; }
74 GrGLProgramDesc*);
90 GrGLProgramDesc& operator= (const GrGLProgramDesc& other);
92 bool operator== (const GrGLProgramDesc& other) const {
97 bool operator!= (const GrGLProgramDesc& other) const {
101 static bool Less(const GrGLProgramDesc& a, const GrGLProgramDesc& b)
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgramDesc.h 31 class GrGLProgramDesc {
33 GrGLProgramDesc() : fInitialized(false) {}
34 GrGLProgramDesc(const GrGLProgramDesc& desc) { *this = desc; }
76 GrGLProgramDesc* outDesc);
90 GrGLProgramDesc& operator= (const GrGLProgramDesc& other);
92 bool operator== (const GrGLProgramDesc& other) const {
98 bool operator!= (const GrGLProgramDesc& other) const {
102 static bool Less(const GrGLProgramDesc& a, const GrGLProgramDesc& b)
    [all...]

Completed in 33 milliseconds