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

  /external/chromium_org/third_party/skia/experimental/SkiaExamples/
SkExample.h 77 const GrGLInterface* fInterface;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLContext.h 48 GrGLStandard standard() const { return fInterface->fStandard; }
65 return fInterface->hasExtension(ext);
68 const GrGLExtensions& extensions() const { return fInterface->fExtensions; }
76 SkAutoTUnref<const GrGLInterface> fInterface;
106 const GrGLInterface* interface() const { return fInterface.get(); }

Completed in 68 milliseconds