HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 326 - 350 of 1283) sorted by null

<<11121314151617181920>>

  /external/chromium_org/cc/test/
test_web_graphics_context_3d_unittest.cc 6 #include "cc/test/test_web_graphics_context_3d.h"
12 namespace cc { namespace
97 } // namespace cc
  /external/chromium_org/cc/trees/
blocking_task_runner.h 15 #include "cc/base/cc_export.h"
17 namespace cc { namespace
96 } // namespace cc
layer_tree_host_client.h 16 namespace cc { namespace
57 } // namespace cc
layer_tree_host_unittest_picture.cc 5 #include "cc/trees/layer_tree_host.h"
7 #include "cc/test/fake_content_layer_client.h"
8 #include "cc/test/fake_picture_layer.h"
9 #include "cc/test/fake_picture_layer_impl.h"
10 #include "cc/test/layer_tree_test.h"
11 #include "cc/trees/layer_tree_impl.h"
13 namespace cc { namespace
119 } // namespace cc
layer_tree_host_unittest_video.cc 5 #include "cc/trees/layer_tree_host.h"
8 #include "cc/layers/render_surface_impl.h"
9 #include "cc/layers/video_layer.h"
10 #include "cc/layers/video_layer_impl.h"
11 #include "cc/test/fake_video_frame_provider.h"
12 #include "cc/test/layer_tree_test.h"
13 #include "cc/trees/damage_tracker.h"
14 #include "cc/trees/layer_tree_impl.h"
16 namespace cc { namespace
98 } // namespace cc
    [all...]
occlusion.cc 5 #include "cc/trees/occlusion.h"
7 #include "cc/base/math_util.h"
10 namespace cc { namespace
81 } // namespace cc
proxy_timing_history.h 8 #include "cc/base/rolling_time_delta_history.h"
9 #include "cc/debug/rendering_stats_instrumentation.h"
11 namespace cc { namespace
44 } // namespace cc
  /external/chromium_org/content/browser/android/
content_view_render_view.h 15 namespace cc { namespace
system_ui_resource_manager_impl.h 16 namespace cc { namespace
32 virtual cc::UIResourceId GetUIResourceId(ResourceType type) OVERRIDE;
  /external/chromium_org/content/browser/compositor/
browser_compositor_output_surface.h 10 #include "cc/output/output_surface.h"
14 namespace cc { namespace
24 : public cc::OutputSurface,
30 // cc::OutputSurface implementation.
31 virtual bool BindToClient(cc::OutputSurfaceClient* client) OVERRIDE;
57 scoped_ptr<cc::SoftwareOutputDevice> software_device,
  /external/chromium_org/content/browser/compositor/test/
no_transport_image_transport_factory.h 12 namespace cc { namespace
27 virtual scoped_ptr<cc::SurfaceIdAllocator> CreateSurfaceIdAllocator()
29 virtual cc::SurfaceManager* GetSurfaceManager() OVERRIDE;
39 scoped_refptr<cc::ContextProvider> context_provider_;
  /external/chromium_org/content/browser/renderer_host/test/
no_transport_image_transport_factory_android.h 12 namespace cc { namespace
35 scoped_refptr<cc::ContextProvider> context_provider_;
  /external/chromium_org/content/common/
cc_messages.h 7 #include "cc/output/begin_frame_args.h"
8 #include "cc/output/compositor_frame.h"
9 #include "cc/output/compositor_frame_ack.h"
10 #include "cc/output/filter_operation.h"
11 #include "cc/output/viewport_selection_bound.h"
12 #include "cc/quads/checkerboard_draw_quad.h"
13 #include "cc/quads/debug_border_draw_quad.h"
14 #include "cc/quads/draw_quad.h"
15 #include "cc/quads/io_surface_draw_quad.h"
16 #include "cc/quads/picture_draw_quad.h
42 namespace cc { namespace
    [all...]
  /external/chromium_org/content/public/browser/android/
content_view_core.h 19 namespace cc { namespace
50 virtual scoped_refptr<cc::Layer> GetLayer() const = 0;
  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.h 16 namespace cc { namespace
48 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
  /external/chromium_org/content/renderer/input/
input_handler_manager.h 18 namespace cc { namespace
46 const base::WeakPtr<cc::InputHandler>& input_handler,
68 const base::WeakPtr<cc::InputHandler>& input_handler,
input_handler_manager_client.h 18 namespace cc { namespace
46 cc::InputHandler* input_handler) = 0;
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_impl.h 10 namespace cc { namespace
27 const scoped_refptr<cc::ContextProvider>& context_provider,
47 const scoped_refptr<cc::ContextProvider>& context_provider,
52 scoped_refptr<cc::ContextProvider> context_provider_;
  /external/chromium_org/mojo/examples/compositor_app/
compositor_host.h 11 #include "cc/trees/layer_tree_host_client.h"
15 namespace cc { namespace
18 } // namespace cc
24 class CompositorHost : public cc::LayerTreeHostClient {
31 // cc::LayerTreeHostClient implementation.
34 virtual void BeginMainFrame(const cc::BeginFrameArgs& args) OVERRIDE;
50 scoped_ptr<cc::LayerTreeHost> tree_;
51 scoped_refptr<cc::Layer> child_layer_;
  /external/chromium_org/mojo/examples/surfaces_app/
embedder.h 9 #include "cc/surfaces/surface_id.h"
13 namespace cc { namespace
29 void SetSurfaceId(cc::SurfaceId id) { id_ = id; }
30 void ProduceFrame(cc::SurfaceId child_one,
31 cc::SurfaceId child_two,
37 cc::SurfaceId id_;
  /external/chromium_org/mojo/services/surfaces/
surfaces_service_impl.h 12 namespace cc { namespace
22 SurfacesServiceImpl(cc::SurfaceManager* manager,
32 cc::SurfaceManager* manager_;
  /external/chromium_org/remoting/host/chromeos/
aura_desktop_capturer.h 11 namespace cc { namespace
13 } // namespace cc
38 void OnFrameCaptured(scoped_ptr<cc::CopyOutputResult> result);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_cost.c 43 const int cc = c + vp9_cost_bit(prob, b); local
47 costs[-ii] = cc;
49 cost(costs, tree, probs, ii, cc);
  /external/libvpx/libvpx/vp9/encoder/
vp9_cost.c 43 const int cc = c + vp9_cost_bit(prob, b); local
47 costs[-ii] = cc;
49 cost(costs, tree, probs, ii, cc);
  /external/openssl/crypto/bf/
bf_cfb64.c 74 unsigned char *iv,c,cc; local
111 cc= *(in++);
113 iv[n]=cc;
114 *(out++)=c^cc;
118 v0=v1=ti[0]=ti[1]=t=c=cc=0;

Completed in 1992 milliseconds

<<11121314151617181920>>