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

  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 149 virtual uint32_t lastFlushID() { return 0; }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 51 virtual uint32_t lastFlushID();
webgraphicscontext3d_impl.cc 172 uint32_t WebGraphicsContext3DImpl::lastFlushID() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 135 if (contextWGC3D && candidateWGC3D && contextWGC3D->lastFlushID() < candidateWGC3D->lastFlushID()) {
628 // This ensures that the context has a valid "lastFlushID" and won't be mistakenly identified as the "least recently used" context.
    [all...]

Completed in 235 milliseconds