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

  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 38 , fGlxPixmap(0) {
54 if (fGlxPixmap) {
55 glXDestroyGLXPixmap(fDisplay, fGlxPixmap);
56 fGlxPixmap = 0;
145 fGlxPixmap = glXCreateGLXPixmap(fDisplay, vi, fPixmap);
265 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) {
281 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) {
287 glXSwapBuffers(fDisplay, fGlxPixmap);
  /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)) {
290 glXSwapBuffers(fDisplay, fGlxPixmap);
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkNativeGLContext.h 99 GLXPixmap fGlxPixmap;
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 75 GLXPixmap fGlxPixmap;

Completed in 174 milliseconds