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

  /external/skia/src/gpu/unix/
SkNativeGLContext_unix.cpp 35 , fPixmap(0)
57 if (fPixmap) {
58 XFreePixmap(fDisplay, fPixmap);
59 fPixmap = 0;
138 fPixmap = XCreatePixmap(fDisplay, RootWindow(fDisplay, vi->screen), 10, 10, vi->depth);
140 if (!fPixmap) {
146 fGlxPixmap = glXCreateGLXPixmap(fDisplay, vi, fPixmap);
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 67 Pixmap fPixmap;

Completed in 244 milliseconds