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

  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 37 , fPixmap(0)
59 if (fPixmap) {
60 XFreePixmap(fDisplay, fPixmap);
61 fPixmap = 0;
137 fPixmap = XCreatePixmap(fDisplay, RootWindow(fDisplay, vi->screen), 10, 10, vi->depth);
139 if (!fPixmap) {
145 fGlxPixmap = glXCreateGLXPixmap(fDisplay, vi, fPixmap);
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 37 , fPixmap(0)
59 if (fPixmap) {
60 XFreePixmap(fDisplay, fPixmap);
61 fPixmap = 0;
158 fPixmap = XCreatePixmap(fDisplay, RootWindow(fDisplay, vi->screen), 10, 10, vi->depth);
160 if (!fPixmap) {
166 fGlxPixmap = glXCreateGLXPixmap(fDisplay, vi, fPixmap);
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkNativeGLContext.h 98 Pixmap fPixmap;
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 74 Pixmap fPixmap;

Completed in 234 milliseconds