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

  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 38 , fGlxPixmap(0) {
54 if (fGlxPixmap) {
55 glXDestroyGLXPixmap(fDisplay, fGlxPixmap);
56 fGlxPixmap = 0;
166 fGlxPixmap = glXCreateGLXPixmap(fDisplay, vi, fPixmap);
268 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) {
284 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) {
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 74 GLXPixmap fGlxPixmap;

Completed in 172 milliseconds