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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.h 136 uint32_t lastFlushID();
GraphicsContext3D.cpp 288 DELEGATE_TO_WEBCONTEXT_R(lastFlushID, uint32_t)
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 149 virtual uint32_t lastFlushID() { return 0; }
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 125 virtual uint32_t lastFlushID();
webgraphicscontext3d_command_buffer_impl.cc 436 uint32_t WebGraphicsContext3DCommandBufferImpl::lastFlushID() {
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 78 virtual uint32_t lastFlushID();
webgraphicscontext3d_in_process_command_buffer_impl.cc 217 uint32_t WebGraphicsContext3DInProcessCommandBufferImpl::lastFlushID() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 129 if (context->graphicsContext3D() && candidate->graphicsContext3D() && context->graphicsContext3D()->lastFlushID() < candidate->graphicsContext3D()->lastFlushID()) {
681 // This ensures that the context has a valid "lastFlushID" and won't be mistakenly identified as the "least recently used" context.
    [all...]

Completed in 58 milliseconds