Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/command_buffer/
DSkCommandBufferGLContext.cpp333 this->gl()->fFunctions.fFlush(); in presentCommandBuffer()
/external/skia/include/gpu/gl/
DGrGLInterface.h188 GrGLFunction<GrGLFlushProc> fFlush; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp394 functions->fFlush = noOpGLFlush; in GrGLCreateNullInterface()
DSkNullGLContext.cpp443 functions->fFlush = noOpGLFlush; in create_null_interface()
DGrGLInterface.cpp204 nullptr == fFunctions.fFlush || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp888 functions->fFlush = noOpGLFlush; in GrGLCreateDebugInterface()