HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 626 - 650 of 1211) sorted by null

<<21222324252627282930>>

  /external/chromium_org/cc/test/
fake_picture_layer_impl.h 9 #include "cc/layers/picture_layer_impl.h"
11 namespace cc { namespace
115 } // namespace cc
fake_picture_layer_tiling_client.h 8 #include "cc/resources/picture_layer_tiling.h"
9 #include "cc/resources/picture_pile_impl.h"
10 #include "cc/resources/tile.h"
11 #include "cc/resources/tile_manager.h"
12 #include "cc/test/fake_tile_manager_client.h"
15 namespace cc { namespace
81 } // namespace cc
layer_test_common.cc 5 #include "cc/test/layer_test_common.h"
7 #include "cc/base/math_util.h"
8 #include "cc/base/region.h"
9 #include "cc/layers/append_quads_data.h"
10 #include "cc/quads/draw_quad.h"
11 #include "cc/quads/render_pass.h"
12 #include "cc/test/fake_output_surface.h"
13 #include "cc/trees/layer_tree_host_common.h"
20 namespace cc { namespace
160 } // namespace cc
    [all...]
layer_test_common.h 10 #include "cc/test/fake_layer_tree_host.h"
11 #include "cc/test/mock_quad_culler.h"
12 #include "cc/trees/layer_tree_host_impl.h"
30 namespace cc { namespace
127 } // namespace cc
layer_tree_pixel_test.h 13 #include "cc/resources/single_release_callback.h"
14 #include "cc/test/layer_tree_test.h"
23 namespace cc { namespace
110 } // namespace cc
pixel_test.cc 5 #include "cc/test/pixel_test.h"
11 #include "cc/base/switches.h"
12 #include "cc/output/compositor_frame_metadata.h"
13 #include "cc/output/copy_output_request.h"
14 #include "cc/output/copy_output_result.h"
15 #include "cc/output/gl_renderer.h"
16 #include "cc/output/output_surface_client.h"
17 #include "cc/output/software_renderer.h"
18 #include "cc/resources/raster_worker_pool.h"
19 #include "cc/resources/resource_provider.h
30 namespace cc { namespace
    [all...]
pixel_test.h 6 #include "cc/output/gl_renderer.h"
7 #include "cc/output/software_renderer.h"
8 #include "cc/quads/render_pass.h"
9 #include "cc/test/pixel_comparator.h"
17 namespace cc { namespace
189 } // namespace cc
test_context_provider.cc 5 #include "cc/test/test_context_provider.h"
13 #include "cc/test/test_gles2_interface.h"
14 #include "cc/test/test_web_graphics_context_3d.h"
16 namespace cc { namespace
173 } // namespace cc
test_in_process_context_provider.cc 5 #include "cc/test/test_in_process_context_provider.h"
19 namespace cc { namespace
135 } // namespace cc
  /external/chromium_org/cc/trees/
layer_sorter_unittest.cc 5 #include "cc/trees/layer_sorter.h"
7 #include "cc/base/math_util.h"
8 #include "cc/layers/layer_impl.h"
9 #include "cc/test/fake_impl_proxy.h"
10 #include "cc/test/fake_layer_tree_host_impl.h"
11 #include "cc/test/test_shared_bitmap_manager.h"
12 #include "cc/trees/single_thread_proxy.h"
16 namespace cc { namespace
328 } // namespace cc
layer_tree_host_pixeltest_filters.cc 6 #include "cc/layers/solid_color_layer.h"
7 #include "cc/test/layer_tree_pixel_test.h"
8 #include "cc/test/pixel_comparator.h"
14 namespace cc { namespace
215 } // namespace cc
layer_tree_host_pixeltest_readback.cc 6 #include "cc/layers/content_layer.h"
7 #include "cc/layers/solid_color_layer.h"
8 #include "cc/layers/texture_layer.h"
9 #include "cc/output/copy_output_request.h"
10 #include "cc/output/copy_output_result.h"
11 #include "cc/test/layer_tree_pixel_test.h"
12 #include "cc/test/paths.h"
13 #include "cc/test/solid_color_content_layer_client.h"
14 #include "cc/trees/layer_tree_impl.h"
18 namespace cc { namespace
    [all...]
layer_tree_host_unittest_proxy.cc 7 #include "cc/test/layer_tree_test.h"
8 #include "cc/trees/thread_proxy.h"
26 namespace cc { namespace
135 } // namespace cc
single_thread_proxy.h 11 #include "cc/animation/animation_events.h"
12 #include "cc/output/begin_frame_args.h"
13 #include "cc/trees/layer_tree_host_impl.h"
14 #include "cc/trees/proxy.h"
16 namespace cc { namespace
182 } // namespace cc
tree_synchronizer.cc 5 #include "cc/trees/tree_synchronizer.h"
13 #include "cc/animation/scrollbar_animation_controller.h"
14 #include "cc/input/scrollbar.h"
15 #include "cc/layers/layer.h"
16 #include "cc/layers/layer_impl.h"
17 #include "cc/layers/scrollbar_layer_impl_base.h"
18 #include "cc/layers/scrollbar_layer_interface.h"
20 namespace cc { namespace
57 TRACE_EVENT0("cc", "TreeSynchronizer::SynchronizeTrees");
311 } // namespace cc
    [all...]
  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.h 16 #include "cc/output/begin_frame_args.h"
17 #include "cc/output/output_surface.h"
29 namespace cc { namespace
42 : NON_EXPORTED_BASE(public cc::OutputSurface),
52 scoped_ptr<cc::SoftwareOutputDevice> software,
56 // cc::OutputSurface implementation.
57 virtual bool BindToClient(cc::OutputSurfaceClient* client) OVERRIDE;
58 virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE;
69 scoped_ptr<cc::GLFrameData> gl_frame_data,
70 scoped_ptr<cc::SoftwareFrameData> software_frame_data)
    [all...]
compositor_software_output_device.h 12 #include "cc/output/software_output_device.h"
13 #include "cc/resources/shared_bitmap.h"
19 namespace cc { namespace
28 : NON_EXPORTED_BASE(public cc::SoftwareOutputDevice),
37 virtual void EndPaint(cc::SoftwareFrameData* frame_data) OVERRIDE;
50 explicit Buffer(unsigned id, scoped_ptr<cc::SharedBitmap> bitmap);
56 cc::SharedBitmapId shared_bitmap_id() const { return shared_bitmap_->id(); }
68 scoped_ptr<cc::SharedBitmap> shared_bitmap_;
96 cc::SharedBitmapManager* shared_bitmap_manager_;
  /external/chromium_org/net/third_party/nss/ssl/
sslmutex.c 187 int cc; local
190 cc = write(pMutex->u.pipeStr.mPipes[1], &c, 1);
191 } while (cc < 0 && (errno == EINTR || errno == EAGAIN));
192 if (cc != 1) {
193 if (cc < 0)
218 int cc; local
221 cc = read(pMutex->u.pipeStr.mPipes[0], &c, 1);
222 } while (cc < 0 && errno == EINTR);
223 if (cc != 1) {
224 if (cc < 0
245 int cc; local
273 int cc; local
    [all...]
  /external/chromium_org/ppapi/examples/url_loader/
streaming.cc 10 // The other mode is to stream to a file instead. See stream_to_file.cc
114 pp::CompletionCallback cc = local
118 result = loader_.ReadResponseBody(buf_, kBufSize, cc);
133 cc.Run(result);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/
Makefile 105 define egl-cc
106 $(CC) -c $(common_INCLUDES) $($(1)_INCLUDES) $(DEFINES) $(CFLAGS) $< -o $@
110 $(CC) -c $(EGL_CPPFLAGS) $(DEFINES) $(CFLAGS) $< -o $@
113 $(call egl-cc,x11)
116 $(call egl-cc,wayland)
119 $(call egl-cc,drm)
122 $(call egl-cc,fbdev)
125 $(call egl-cc,null)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_cc.c 56 size, 64, &brw->cc.blend_state_offset);
214 struct gen6_color_calc_state *cc; local
216 cc = brw_state_batch(brw, AUB_TRACE_CC_STATE,
217 sizeof(*cc), 64, &brw->cc.state_offset);
218 memset(cc, 0, sizeof(*cc));
221 cc->cc0.alpha_test_format = BRW_ALPHATEST_FORMAT_UNORM8;
222 UNCLAMPED_FLOAT_TO_UBYTE(cc->cc1.alpha_ref_fi.ui, ctx->Color.AlphaRef);
225 cc->cc0.stencil_ref = ctx->Stencil.Ref[0]
    [all...]
  /external/chromium_org/third_party/re2/re2/
simplify.cc 382 CharClass* cc = re->cc(); local
385 if (cc->empty())
387 if (cc->full())
tostring.cc 6 // Tested by parse_test.cc
256 if (re->cc()->size() == 0) {
263 CharClass* cc = re->cc(); local
264 if (cc->Contains(0xFFFE)) {
265 cc = cc->Negate();
268 for (CharClass::iterator i = cc->begin(); i != cc->end(); ++i)
270 if (cc != re->cc()
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
charclass_test.cc 86 static void Broke(const char *desc, const CCTest* t, CharClass* cc) {
104 for (typename CharClass::iterator it = cc->begin(); it != cc->end(); ++it)
118 CharClass* Negate(CharClass *cc) {
119 return cc->Negate();
122 void Delete(CharClass* cc) {
123 cc->Delete();
126 CharClassBuilder* Negate(CharClassBuilder* cc) {
127 CharClassBuilder* ncc = cc->Copy();
132 void Delete(CharClassBuilder* cc) {
206 CharClass* cc = ccb.GetCharClass(); local
    [all...]
  /external/clang/test/CodeGen/
le32-arguments.c 17 int cc; member in struct:__anon22470

Completed in 748 milliseconds

<<21222324252627282930>>