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

  /external/chromium_org/cc/resources/
texture_mailbox.h 42 bool IsValid() const { return IsTexture() || IsSharedMemory(); }
44 bool IsSharedMemory() const { return shared_memory_ != NULL; }
texture_mailbox.cc 85 else if (other.IsSharedMemory())
resource_provider.cc 298 DCHECK(mailbox.IsSharedMemory());
368 DCHECK(resource->mailbox.IsSharedMemory());
946 DCHECK(!source->mailbox.IsSharedMemory());
    [all...]
  /external/chromium_org/cc/layers/
texture_layer_impl.cc 80 texture_mailbox_.IsSharedMemory())) {
93 texture_mailbox_.IsSharedMemory()) {
  /external/chromium_org/ui/compositor/
layer.cc 947 DCHECK(mailbox_.IsSharedMemory());
  /external/chromium_org/ui/aura/
window.cc 175 } else if (old_mailbox.IsSharedMemory()) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc     [all...]

Completed in 1258 milliseconds