/external/chromium_org/cc/trees/ |
layer_tree_host_common.h | 13 #include "cc/base/cc_export.h" 14 #include "cc/base/scoped_ptr_vector.h" 15 #include "cc/layers/layer_lists.h" 20 namespace cc { namespace 255 } // namespace cc
|
layer_tree_host_common_perftest.cc | 5 #include "cc/trees/layer_tree_host_common.h" 16 #include "cc/base/scoped_ptr_deque.h" 17 #include "cc/base/scoped_ptr_vector.h" 18 #include "cc/debug/lap_timer.h" 19 #include "cc/layers/layer.h" 20 #include "cc/output/bsp_tree.h" 21 #include "cc/quads/draw_polygon.h" 22 #include "cc/quads/draw_quad.h" 23 #include "cc/test/fake_content_layer_client.h" 24 #include "cc/test/fake_layer_tree_host_client.h 32 namespace cc { namespace [all...] |
layer_tree_host_perftest.cc | 5 #include "cc/trees/layer_tree_host.h" 14 #include "cc/debug/lap_timer.h" 15 #include "cc/layers/content_layer.h" 16 #include "cc/layers/nine_patch_layer.h" 17 #include "cc/layers/solid_color_layer.h" 18 #include "cc/layers/texture_layer.h" 19 #include "cc/resources/single_release_callback.h" 20 #include "cc/resources/texture_mailbox.h" 21 #include "cc/test/fake_content_layer_client.h" 22 #include "cc/test/layer_tree_json_parser.h 28 namespace cc { namespace [all...] |
layer_tree_host_unittest_damage.cc | 5 #include "cc/trees/layer_tree_host.h" 12 #include "cc/test/fake_content_layer.h" 13 #include "cc/test/fake_content_layer_client.h" 14 #include "cc/test/fake_painted_scrollbar_layer.h" 15 #include "cc/test/fake_picture_layer.h" 16 #include "cc/test/layer_tree_test.h" 17 #include "cc/trees/damage_tracker.h" 18 #include "cc/trees/layer_tree_impl.h" 20 namespace cc { namespace 646 } // namespace cc [all...] |
layer_tree_host_unittest_no_message_loop.cc | 7 #include "cc/layers/delegated_frame_provider.h" 8 #include "cc/layers/delegated_frame_resource_collection.h" 9 #include "cc/layers/delegated_renderer_layer.h" 10 #include "cc/layers/layer.h" 11 #include "cc/layers/solid_color_layer.h" 12 #include "cc/output/delegated_frame_data.h" 13 #include "cc/output/output_surface.h" 14 #include "cc/output/output_surface_client.h" 15 #include "cc/resources/resource_provider.h" 16 #include "cc/test/fake_delegated_renderer_layer.h 25 namespace cc { namespace [all...] |
occlusion_tracker_perftest.cc | 5 #include "cc/trees/occlusion_tracker.h" 8 #include "cc/debug/lap_timer.h" 9 #include "cc/layers/layer_iterator.h" 10 #include "cc/layers/solid_color_layer_impl.h" 11 #include "cc/test/fake_layer_tree_host_impl_client.h" 12 #include "cc/test/fake_output_surface.h" 13 #include "cc/test/fake_proxy.h" 14 #include "cc/test/fake_rendering_stats_instrumentation.h" 15 #include "cc/test/test_shared_bitmap_manager.h" 16 #include "cc/trees/layer_tree_host_impl.h 22 namespace cc { namespace [all...] |
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_guest.h | 53 namespace cc { namespace 55 } // namespace cc 203 scoped_ptr<cc::CompositorFrame> frame);
|
/external/chromium_org/content/browser/renderer_host/ |
compositor_impl_android.h | 13 #include "cc/trees/layer_tree_host_client.h" 14 #include "cc/trees/layer_tree_host_single_thread_client.h" 28 namespace cc { namespace 42 public cc::LayerTreeHostClient, 43 public cc::LayerTreeHostSingleThreadClient, 63 virtual void SetRootLayer(scoped_refptr<cc::Layer> root) OVERRIDE; 75 virtual void BeginMainFrame(const cc::BeginFrameArgs& args) OVERRIDE {} 98 virtual void AttachLayerForReadback(scoped_refptr<cc::Layer> layer) OVERRIDE; 100 scoped_ptr<cc::CopyOutputRequest> request) OVERRIDE; 141 scoped_refptr<cc::Layer> root_layer_ [all...] |
/external/chromium_org/content/renderer/ |
renderer_webkitplatformsupport_impl.h | 11 #include "cc/blink/web_compositor_support_impl.h" 23 namespace cc { namespace
|
/external/chromium_org/mojo/services/html_viewer/ |
weblayertreeview_impl.h | 12 #include "cc/trees/layer_tree_host_client.h" 13 #include "mojo/cc/output_surface_mojo.h" 26 namespace cc { namespace 34 public cc::LayerTreeHostClient, 46 // cc::LayerTreeHostClient implementation. 49 virtual void BeginMainFrame(const cc::BeginFrameArgs& args) OVERRIDE; 108 virtual void DidCreateSurface(cc::SurfaceId id) OVERRIDE; 112 void DidCreateSurfaceOnMainThread(cc::SurfaceId id); 117 scoped_ptr<cc::LayerTreeHost> layer_tree_host_; 119 scoped_ptr<cc::OutputSurface> output_surface_ [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/ |
html5_fs.cc | 293 PP_CompletionCallback cc = local 299 filesystem_iface_->Open(filesystem_resource_, expected_size, cc);
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLEntityParser.cpp | 46 static bool isAlphaNumeric(UChar cc) 48 return (cc >= '0' && cc <= '9') || (cc >= 'a' && cc <= 'z') || (cc >= 'A' && cc <= 'Z'); 74 static bool isHexDigit(UChar cc) 76 return (cc >= '0' && cc <= '9') || (cc >= 'a' && cc <= 'f') || (cc >= 'A' && cc <= 'F') 177 UChar cc = source.currentChar(); local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_cnt.cpp | 187 uint8_t ccMax = 0, ccMin = 255, cc = 0; local 189 cc = u_getCombiningClass(table->elements[i]->codePoints[j]); 190 if(cc>ccMax) { 191 ccMax = cc; 193 if(cc<ccMin) { 194 ccMin = cc;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_logic.c | 122 unsigned cc; local 128 cc = 0; 131 cc = 4; 134 cc = 1; 137 cc = 2; 140 cc = 1; 144 cc = 2; 161 args[2] = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), cc, 0);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/ |
ss_tritmp.h | 57 GLfloat cc = ex*fy - ey*fx; local 61 facing = (cc < 0.0) ^ ctx->Polygon._FrontBit; 141 if (cc * cc > 1e-16) { 144 const GLfloat oneOverArea = 1.0F / cc;
|
/external/clang/test/SemaCXX/ |
const-cast.cpp | 12 typedef const char cc; typedef 13 typedef cc *ccp;
|
/external/libedit/examples/ |
tc1.c | 181 int ac, cc, co; local 205 ac = cc = co = 0; 206 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co); 213 (void) fprintf(stderr, " > nc %d ac %d cc %d co %d\n", 214 ncontinuation, ac, cc, co); 241 if (i != cc)
|
wtc1.c | 158 int ac, cc, co, rc; local 181 ac = cc = co = 0; 182 ncontinuation = tok_wline(tok, li, &ac, &av, &cc, &co); 190 (void)fprintf(stderr, " > nc %d ac %d cc %d co %d\n", 191 ncontinuation, ac, cc, co); 203 if (i != cc)
|
/external/libedit/src/ |
tokenizer.c | 199 int cc, co; local 201 cc = co = -1; 207 cc = (int)tok->argc; 425 if (cc == -1 && co == -1) { 426 cc = (int)tok->argc; 430 *cursorc = cc;
|
/external/libpcap/ |
pcap-pf.c | 110 register int cc, n, buflen, inc; local 118 cc = pc->cc; 119 if (cc == 0) { 120 cc = read(pc->fd, (char *)pc->buffer + pc->offset, pc->bufsize); 121 if (cc < 0) { 147 while (cc > 0) { 162 pc->cc = cc; 167 if (cc < sizeof(*sp)) [all...] |
pcap-snit.c | 22 * Micky Liu, micky@cunixc.cc.columbia.edu, Columbia University in May, 1989. 124 register int cc, n; local 132 cc = p->cc; 133 if (cc == 0) { 134 cc = read(p->fd, (char *)p->buffer, p->bufsize); 135 if (cc < 0) { 150 ep = bp + cc; 167 p->cc = ep - bp; 205 p->cc = ep - bp [all...] |
pcap-snoop.c | 72 int cc; local 91 cc = read(p->fd, (char *)p->buffer, p->bufsize); 92 if (cc < 0) { 114 if (cc == (p->snapshot + sizeof(struct snoopheader)) &&
|
/external/libpcap/tests/ |
filtertest.c | 74 register int i, fd, cc; local 89 cc = read(fd, cp, (u_int)buf.st_size); 90 if (cc < 0) 92 if (cc != buf.st_size) 93 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size); 97 for (i = 0; i < cc; i++) { 99 while (i < cc && cp[i] != '\n') 102 cp[cc] = '\0';
|
valgrindtest.c | 107 register int i, fd, cc; local 122 cc = read(fd, cp, (u_int)buf.st_size); 123 if (cc < 0) 125 if (cc != buf.st_size) 126 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size); 130 for (i = 0; i < cc; i++) { 132 while (i < cc && cp[i] != '\n') 135 cp[cc] = '\0';
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_logic.c | 122 unsigned cc; local 128 cc = 0; 131 cc = 4; 134 cc = 1; 137 cc = 2; 140 cc = 1; 144 cc = 2; 161 args[2] = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), cc, 0);
|