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

  /external/chromium_org/cc/output/
renderer.cc 20 using_offscreen_context3d(false),
34 using_offscreen_context3d,
renderer.h 26 bool using_offscreen_context3d; member in struct:cc::RendererCapabilitiesImpl
delegating_renderer.cc 62 capabilities_.using_offscreen_context3d = false;
gl_renderer.cc 205 capabilities_.using_offscreen_context3d = true;
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host.h 69 bool using_offscreen_context3d,
79 bool using_offscreen_context3d; member in struct:cc::RendererCapabilities
layer_tree_host.cc 52 bool using_offscreen_context3d,
57 using_offscreen_context3d(using_offscreen_context3d),
64 using_offscreen_context3d(false),
    [all...]
single_thread_proxy.cc 460 if (renderer_capabilities_for_main_thread_.using_offscreen_context3d &&
thread_proxy.cc 911 if (renderer_capabilities_main_thread_copy_.using_offscreen_context3d &&
    [all...]

Completed in 30 milliseconds