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

  /external/skia/src/utils/unix/
SkOSWindow_Unix.cpp 35 SkOSWindow::SkOSWindow(void* unused) : INHERITED(), fGLAttached(false), fVi(0)
43 fVi = glXChooseVisual(dsp, DefaultScreen(dsp), att);
44 if (fVi) {
45 Colormap colorMap = XCreateColormap(dsp, RootWindow(dsp, fVi->screen),
46 fVi->visual, AllocNone);
50 fUnixWindow.fWin = XCreateWindow(dsp, RootWindow(dsp, fVi->screen),
51 0, 0, WIDTH, HEIGHT, 0, fVi->depth,
52 InputOutput, fVi->visual, CWEventMask | CWColormap, &swa);
177 if (!dsp || !fVi) return false;
180 fUnixWindow.fGLContext = glXCreateContext(dsp, fVi, NULL, GL_TRUE)
    [all...]
  /external/skia/include/views/
SkOSWindow_Unix.h 61 XVisualInfo* fVi;

Completed in 142 milliseconds