HomeSort by relevance Sort by last modified time
    Searched refs:fCurIntf (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/debugger/QT/
SkGLWidget.cpp 16 fCurIntf = NULL;
23 SkSafeUnref(fCurIntf);
38 fCurIntf = GrGLCreateNativeInterface();
39 if (!fCurIntf) {
46 fCurContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf);
91 GR_GL_GetIntegerv(fCurIntf, GR_GL_SAMPLES, &desc.fSampleCnt);
92 GR_GL_GetIntegerv(fCurIntf, GR_GL_STENCIL_BITS, &desc.fStencilBits);
94 GR_GL_GetIntegerv(fCurIntf, GR_GL_FRAMEBUFFER_BINDING, &buffer);
SkGLWidget.h 48 const GrGLInterface* fCurIntf;
  /external/skia/debugger/QT/
SkGLWidget.cpp 16 fCurIntf = NULL;
23 SkSafeUnref(fCurIntf);
38 fCurIntf = GrGLCreateNativeInterface();
39 if (!fCurIntf) {
46 fCurContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf);
89 GR_GL_GetIntegerv(fCurIntf, GR_GL_SAMPLES, &desc.fSampleCnt);
90 GR_GL_GetIntegerv(fCurIntf, GR_GL_STENCIL_BITS, &desc.fStencilBits);
92 GR_GL_GetIntegerv(fCurIntf, GR_GL_FRAMEBUFFER_BINDING, &buffer);
SkGLWidget.h 48 const GrGLInterface* fCurIntf;
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
SkV8Example.cpp 51 , fCurIntf(NULL)
68 SkSafeUnref(fCurIntf);
85 fCurIntf = GrGLCreateNativeInterface();
87 kOpenGL_GrBackend, (GrBackendContext) fCurIntf);
88 if (NULL == fCurIntf || NULL == fCurContext) {
101 GR_GL_GetIntegerv(fCurIntf, GR_GL_FRAMEBUFFER_BINDING, &buffer);
SkV8Example.h 47 const GrGLInterface* fCurIntf;
  /external/skia/experimental/SkV8Example/
SkV8Example.cpp 51 , fCurIntf(NULL)
68 SkSafeUnref(fCurIntf);
85 fCurIntf = GrGLCreateNativeInterface();
87 kOpenGL_GrBackend, (GrBackendContext) fCurIntf);
88 if (NULL == fCurIntf || NULL == fCurContext) {
101 GR_GL_GetIntegerv(fCurIntf, GR_GL_FRAMEBUFFER_BINDING, &buffer);
SkV8Example.h 47 const GrGLInterface* fCurIntf;
  /external/chromium_org/third_party/skia/samplecode/
SampleApp.cpp 163 fCurIntf = NULL;
173 SkSafeUnref(fCurIntf);
213 SkASSERT(NULL == fCurIntf);
239 fCurIntf = GrGLInterfaceRemoveNVPR(glInterface.get());
242 fCurContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf);
244 if (NULL == fCurContext || NULL == fCurIntf) {
247 SkSafeUnref(fCurIntf);
249 fCurIntf = NULL;
264 SkSafeUnref(fCurIntf);
265 fCurIntf = NULL
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 162 fCurIntf = NULL;
172 SkSafeUnref(fCurIntf);
212 SkASSERT(NULL == fCurIntf);
238 fCurIntf = GrGLInterfaceRemoveNVPR(glInterface.get());
241 fCurContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf);
243 if (NULL == fCurContext || NULL == fCurIntf) {
246 SkSafeUnref(fCurIntf);
248 fCurIntf = NULL;
263 SkSafeUnref(fCurIntf);
264 fCurIntf = NULL
    [all...]

Completed in 1427 milliseconds