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

  /external/skia/src/gpu/mesa/
SkMesaGLContext.cpp 14 fOldContext = (Context)OSMesaGetCurrentContext();
15 if (NULL != (OSMesaContext)fOldContext) {
16 OSMesaGetColorBuffer((OSMesaContext)fOldContext,
23 if (NULL != (OSMesaContext)fOldContext) {
24 OSMesaMakeCurrent((OSMesaContext)fOldContext, fOldImage,
  /external/skia/include/gpu/gl/
SkMesaGLContext.h 32 Context fOldContext;

Completed in 34 milliseconds