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 26 class GrGLProgramDesc {
28 GrGLProgramDesc() : fInitialized(false) {}
29 GrGLProgramDesc(const GrGLProgramDesc& desc) { *this = desc; }
71 GrGLProgramDesc* outDesc);
85 GrGLProgramDesc& operator= (const GrGLProgramDesc& other);
87 bool operator== (const GrGLProgramDesc& other) const {
93 bool operator!= (const GrGLProgramDesc& other) const {
97 static bool Less(const GrGLProgramDesc& a, const GrGLProgramDesc& b)
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgramDesc.h 26 class GrGLProgramDesc {
28 GrGLProgramDesc() : fInitialized(false) {}
29 GrGLProgramDesc(const GrGLProgramDesc& desc) { *this = desc; }
71 GrGLProgramDesc* outDesc);
85 GrGLProgramDesc& operator= (const GrGLProgramDesc& other);
87 bool operator== (const GrGLProgramDesc& other) const {
93 bool operator!= (const GrGLProgramDesc& other) const {
97 static bool Less(const GrGLProgramDesc& a, const GrGLProgramDesc& b)
    [all...]

Completed in 59 milliseconds