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

  /external/skia/src/gpu/unix/
SkNativeGLContext_unix.cpp 36 , fGlxPixmap(0) {
52 if (fGlxPixmap) {
53 glXDestroyGLXPixmap(fDisplay, fGlxPixmap);
54 fGlxPixmap = 0;
146 fGlxPixmap = glXCreateGLXPixmap(fDisplay, vi, fPixmap);
239 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) {
255 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) {
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 68 GLXPixmap fGlxPixmap;

Completed in 875 milliseconds