OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fVi
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp
36
:
fVi
(NULL)
55
fVi
= NULL;
69
if (NULL !=
fVi
) {
70
glXGetConfig(fUnixWindow.fDisplay,
fVi
, GLX_SAMPLES_ARB, &info->fSampleCount);
71
glXGetConfig(fUnixWindow.fDisplay,
fVi
, GLX_STENCIL_SIZE, &info->fStencilBits);
93
SkASSERT(NULL ==
fVi
);
104
fVi
= glXChooseVisual(dsp, DefaultScreen(dsp), msaaAtt);
107
if (NULL ==
fVi
) {
108
fVi
= glXChooseVisual(dsp, DefaultScreen(dsp), att);
112
if (
fVi
) {
[
all
...]
/external/skia/src/views/unix/
SkOSWindow_Unix.cpp
36
:
fVi
(NULL)
55
fVi
= NULL;
69
if (NULL !=
fVi
) {
70
glXGetConfig(fUnixWindow.fDisplay,
fVi
, GLX_SAMPLES_ARB, &info->fSampleCount);
71
glXGetConfig(fUnixWindow.fDisplay,
fVi
, GLX_STENCIL_SIZE, &info->fStencilBits);
93
SkASSERT(NULL ==
fVi
);
104
fVi
= glXChooseVisual(dsp, DefaultScreen(dsp), msaaAtt);
107
if (NULL ==
fVi
) {
108
fVi
= glXChooseVisual(dsp, DefaultScreen(dsp), att);
112
if (
fVi
) {
[
all
...]
/external/chromium_org/third_party/skia/include/views/
SkOSWindow_Unix.h
75
XVisualInfo*
fVi
;
/external/skia/include/views/
SkOSWindow_Unix.h
75
XVisualInfo*
fVi
;
Completed in 237 milliseconds