HomeSort by relevance Sort by last modified time
    Searched defs:fGLContext (Results 1 - 3 of 3) sorted by null

  /external/skia/include/views/
SkOSWindow_Mac.h 40 void* fGLContext;
SkOSWindow_Unix.h 25 GLXContext fGLContext;
  /external/skia/bench/
benchmain.cpp 205 fGLContext.reset(glCtx);
212 return NULL != fGLContext.get();
216 return fGLContext.get();
227 SkAutoTUnref<SkGLContext> fGLContext;

Completed in 45 milliseconds