OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCurIntf
(Results
1 - 6
of
6
) sorted by null
/external/skia/debugger/QT/
SkGLWidget.cpp
29
if (!
fCurIntf
) {
30
fCurIntf
.reset(GrGLCreateNativeInterface());
32
if (!
fCurIntf
) {
44
fCurContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)
fCurIntf
.get()));
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
49
SkAutoTUnref<const GrGLInterface>
fCurIntf
;
/external/skia/experimental/SkV8Example/
SkV8Example.cpp
50
,
fCurIntf
(NULL)
66
SkSafeUnref(
fCurIntf
);
83
fCurIntf
= GrGLCreateNativeInterface();
85
kOpenGL_GrBackend, (GrBackendContext)
fCurIntf
);
86
if (NULL ==
fCurIntf
|| NULL == fCurContext) {
99
GR_GL_GetIntegerv(
fCurIntf
, GR_GL_FRAMEBUFFER_BINDING, &buffer);
SkV8Example.h
47
const GrGLInterface*
fCurIntf
;
/external/skia/experimental/iOSSampleApp/
SkSampleUIView.mm
34
fCurIntf
= NULL;
45
SkSafeUnref(
fCurIntf
);
75
SkASSERT(NULL ==
fCurIntf
);
78
fCurIntf
= NULL;
81
fCurIntf
= GrGLCreateNativeInterface();
91
(GrBackendContext)
fCurIntf
);
94
if ((NULL == fCurContext || NULL ==
fCurIntf
) &&
98
SkSafeUnref(
fCurIntf
);
112
SkSafeUnref(
fCurIntf
);
113
fCurIntf
= NULL
[
all
...]
/external/skia/samplecode/
SampleApp.cpp
175
fCurIntf
= nullptr;
185
SkSafeUnref(
fCurIntf
);
226
SkASSERT(nullptr ==
fCurIntf
);
251
fCurIntf
= GrGLInterfaceRemoveNVPR(glInterface.get());
254
fCurContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)
fCurIntf
);
256
if (nullptr == fCurContext || nullptr ==
fCurIntf
) {
259
SkSafeUnref(
fCurIntf
);
261
fCurIntf
= nullptr;
280
SkSafeUnref(
fCurIntf
);
281
fCurIntf
= nullptr
[
all
...]
Completed in 141 milliseconds