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 143 virtual uint32_t lastFlushID() { return 0; }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 59 virtual uint32_t lastFlushID();
webgraphicscontext3d_impl.cc 173 uint32_t WebGraphicsContext3DImpl::lastFlushID() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 146 if (context->webContext()->lastFlushID() < candidate->webContext()->lastFlushID()) {
680 // This ensures that the context has a valid "lastFlushID" and won't be mistakenly identified as the "least recently used" context.
    [all...]

Completed in 1105 milliseconds