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

  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 15 fOldContext = (Context)OSMesaGetCurrentContext();
16 if (fOldContext) {
17 OSMesaGetColorBuffer((OSMesaContext)fOldContext,
24 if (fOldContext) {
25 OSMesaMakeCurrent((OSMesaContext)fOldContext, fOldImage,
  /external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 15 fOldContext = (Context)OSMesaGetCurrentContext();
16 if (NULL != (OSMesaContext)fOldContext) {
17 OSMesaGetColorBuffer((OSMesaContext)fOldContext,
24 if (NULL != (OSMesaContext)fOldContext) {
25 OSMesaMakeCurrent((OSMesaContext)fOldContext, fOldImage,
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkMesaGLContext.h 33 Context fOldContext;
  /external/skia/include/gpu/gl/
SkMesaGLContext.h 33 Context fOldContext;

Completed in 97 milliseconds