Home
last modified time | relevance | path

Searched refs:fFlush (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp54 interface->fFlush = glFlush; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp53 interface->fFlush = glFlush; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp78 interface->fFlush = glFlush; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/
DGrGLInterface.cpp123 NULL == fFlush || in validate()
DGrGLCreateNullInterface.cpp434 interface->fFlush = nullGLFlush; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp66 interface->fFlush = glFlush; in GrGLCreateNativeInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h182 GLPtr<GrGLFlushProc> fFlush; member
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp87 interface->fFlush = glFlush; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp1375 interface->fFlush = debugGLFlush; in SK_DEFINE_INST_COUNT()