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.h51 virtual uint32_t lastFlushID(); in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_impl.cc172 uint32_t WebGraphicsContext3DImpl::lastFlushID() { in lastFlushID() function in webkit::gpu::WebGraphicsContext3DImpl
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h149 virtual uint32_t lastFlushID() { return 0; } in lastFlushID() function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp135 …if (contextWGC3D && candidateWGC3D && contextWGC3D->lastFlushID() < candidateWGC3D->lastFlushID())… in oldestContextIndex()