Home
last modified time | relevance | path

Searched refs:lastFlushID (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h59 virtual uint32_t lastFlushID(); in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_impl.cc173 uint32_t WebGraphicsContext3DImpl::lastFlushID() { in lastFlushID() function in webkit::gpu::WebGraphicsContext3DImpl
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h143 virtual uint32_t lastFlushID() { return 0; } in lastFlushID() function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp146 if (context->webContext()->lastFlushID() < candidate->webContext()->lastFlushID()) { in oldestContextIndex()