Searched refs:fInterface (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLContext.cpp13 fInterface.reset(SkSafeRef(that.fInterface.get()));
57 fInterface.reset(SkRef(interface));
66 return NULL != fInterface.get();
70 fInterface.reset(NULL);
H A DGrGLContext.h48 GrGLStandard standard() const { return fInterface->fStandard; }
65 return fInterface->hasExtension(ext);
74 SkAutoTUnref<const GrGLInterface> fInterface; member in class:GrGLContextInfo
104 const GrGLInterface* interface() const { return fInterface.get(); }
/external/skia/src/gpu/gl/
H A DGrGLContext.cpp13 fInterface.reset(SkSafeRef(that.fInterface.get()));
57 fInterface.reset(SkRef(interface));
66 return NULL != fInterface.get();
70 fInterface.reset(NULL);
H A DGrGLContext.h48 GrGLStandard standard() const { return fInterface->fStandard; }
65 return fInterface->hasExtension(ext);
74 SkAutoTUnref<const GrGLInterface> fInterface; member in class:GrGLContextInfo
104 const GrGLInterface* interface() const { return fInterface.get(); }
/external/chromium_org/third_party/skia/experimental/SkiaExamples/
H A DSkExample.cpp58 SkSafeUnref(fInterface);
59 fInterface = NULL;
82 fInterface = GrGLCreateNativeInterface();
84 SkASSERT(NULL != fInterface);
86 fContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface);
104 GR_GL_GetIntegerv(fInterface, GR_GL_FRAMEBUFFER_BINDING, &buffer);
H A DSkExample.h77 const GrGLInterface* fInterface; member in class:SkExampleWindow
/external/skia/experimental/SkiaExamples/
H A DSkExample.cpp58 SkSafeUnref(fInterface);
59 fInterface = NULL;
82 fInterface = GrGLCreateNativeInterface();
84 SkASSERT(NULL != fInterface);
86 fContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface);
104 GR_GL_GetIntegerv(fInterface, GR_GL_FRAMEBUFFER_BINDING, &buffer);
H A DSkExample.h77 const GrGLInterface* fInterface; member in class:SkExampleWindow

Completed in 1919 milliseconds