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

<<31323334353637383940>>

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_occlusion.cc 5 #include "cc/trees/layer_tree_host.h"
7 #include "cc/layers/layer.h"
8 #include "cc/output/copy_output_request.h"
9 #include "cc/output/copy_output_result.h"
10 #include "cc/test/layer_tree_test.h"
11 #include "cc/test/test_occlusion_tracker.h"
13 namespace cc { namespace
620 } // namespace cc
layer_tree_impl.h 15 #include "cc/base/scoped_ptr_vector.h"
16 #include "cc/base/swap_promise.h"
17 #include "cc/layers/layer_impl.h"
18 #include "cc/output/renderer.h"
19 #include "cc/resources/ui_resource_client.h"
24 struct hash<cc::LayerImpl*> {
25 size_t operator()(cc::LayerImpl* ptr) const {
32 namespace cc { namespace
103 // TODO(nduca): These are implemented in cc files temporarily, but will become
333 } // namespace cc
    [all...]
layer_tree_settings.h 9 #include "cc/base/cc_export.h"
10 #include "cc/debug/layer_tree_debug_state.h"
14 namespace cc { namespace
87 } // namespace cc
occlusion_tracker.cc 5 #include "cc/trees/occlusion_tracker.h"
9 #include "cc/base/math_util.h"
10 #include "cc/layers/layer.h"
11 #include "cc/layers/layer_impl.h"
12 #include "cc/layers/render_surface.h"
13 #include "cc/layers/render_surface_impl.h"
17 namespace cc { namespace
625 } // namespace cc
single_thread_proxy.cc 5 #include "cc/trees/single_thread_proxy.h"
9 #include "cc/debug/benchmark_instrumentation.h"
10 #include "cc/output/context_provider.h"
11 #include "cc/output/output_surface.h"
12 #include "cc/quads/draw_quad.h"
13 #include "cc/resources/prioritized_resource_manager.h"
14 #include "cc/resources/resource_update_controller.h"
15 #include "cc/trees/blocking_task_runner.h"
16 #include "cc/trees/layer_tree_host.h"
17 #include "cc/trees/layer_tree_host_single_thread_client.h
21 namespace cc { namespace
    [all...]
thread_proxy.h 13 #include "cc/animation/animation_events.h"
14 #include "cc/base/completion_event.h"
15 #include "cc/base/delayed_unique_notifier.h"
16 #include "cc/resources/resource_update_controller.h"
17 #include "cc/scheduler/scheduler.h"
18 #include "cc/trees/layer_tree_host_impl.h"
19 #include "cc/trees/proxy.h"
20 #include "cc/trees/proxy_timing_history.h"
26 namespace cc { namespace
302 } // namespace cc
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 47 namespace cc { namespace
226 scoped_ptr<cc::CompositorFrame> frame) OVERRIDE;
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 28 namespace cc { namespace
282 scoped_refptr<cc::IOSurfaceLayer> io_surface_layer_;
  /external/chromium_org/ppapi/utility/
completion_callback_factory.h 65 /// pp::CompletionCallback cc = factory_.NewCallback(&MyClass::DidOpen);
66 /// int32_t rv = file_io_.Open(file, PP_FileOpenFlag_Read, cc);
99 /// pp::CompletionCallback cc = factory_.NewCallback(&MyClass::DidOpen,
101 /// int32_t rv = file_io_.Open(file, PP_FileOpenFlag_Read, cc);
275 CompletionCallback cc = NewCallback(method); local
276 cc.set_flags(cc.flags() | PP_COMPLETIONCALLBACK_FLAG_OPTIONAL);
277 return cc;
333 CompletionCallback cc = NewCallback(method, a); local
334 cc.set_flags(cc.flags() | PP_COMPLETIONCALLBACK_FLAG_OPTIONAL)
403 CompletionCallback cc = NewCallback(method, a, b); local
489 CompletionCallback cc = NewCallback(method, a, b, c); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
javascript.js 213 var cc = state.cc;
216 cx.state = state; cx.stream = stream; cx.marked = null, cx.cc = cc;
222 var combinator = cc.length ? cc.pop() : jsonMode ? expression : statement;
224 while(cc.length && cc[cc.length - 1].lex)
225 cc.pop()()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
Length.cpp 82 UChar cc = string[i]; local
83 if (cc > '9' || (cc < '0' && cc != '-' && cc != '.'))
86 spacified[i] = cc;
  /external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp 313 char cc[4]={0}; local
314 u_UCharsToChars(ucc, cc, uccLen);
318 currency = ures_getByKeyWithFallback(currency, cc, currency, &localStatus);
  /external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp 271 UChar32 cc = 0; local
275 if (cc > 0) {
276 result.append(cc);
277 cc = 0;
280 cc = (cc<<4) + (c - 0x30);
282 cc = (cc<<4) + (c & 0x0f)+9;
286 if (cc > 0) {
287 result.append(cc);
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp_priv.h 72 unsigned char cc:4; /* CSRC count */ member in struct:__anon16481
89 unsigned char cc:4; /* CSRC count */ member in struct:__anon16482
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_dump.c 359 const char *name = "CC VP";
388 const char *name = "CC";
402 const char *name = "CC";
403 struct gen6_color_calc_state *cc = brw->intel.batch.bo->virtual + offset; local
408 cc->cc0.alpha_test_format ? "FLOAT32" : "UNORM8",
409 cc->cc0.round_disable,
410 cc->cc0.stencil_ref,
411 cc->cc0.bf_stencil_ref);
413 batch_out(brw, name, offset, 2, "constant red %f\n", cc->constant_r);
414 batch_out(brw, name, offset, 3, "constant green %f\n", cc->constant_g)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_tritmp.h 136 GLfloat cc = ex*fy - ey*fx; local
140 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
230 if (cc * cc > 1e-16) {
231 GLfloat ic = 1.0 / cc;
361 GLfloat cc = ex*fy - ey*fx; local
365 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
463 if (cc * cc > 1e-16) {
468 GLfloat ic = 1.0 / cc;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des_opts.c 431 long ca,cb,cc,cd,ce; local
465 cc=count*3*8/BUFSIZE+1;
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 67 SkScalar cc[4]; local
69 cc[0] = c[0] + SkScalarMul(c[1], t) + SkScalarMul(c[2], t2) + SkScalarMul(c[3], t3);
70 cc[1] = c[4] + SkScalarMul(c[5], t) + SkScalarMul(c[6], t2) + SkScalarMul(c[7], t3);
71 cc[2] = c[8] + SkScalarMul(c[9], t) + SkScalarMul(c[10], t2) + SkScalarMul(c[11], t3);
72 cc[3] = c[12] + SkScalarMul(c[13], t) + SkScalarMul(c[14], t2) + SkScalarMul(c[15], t3);
73 SkScalar a = SkScalarClampMax(SkScalarMul(cc[0], SkGetPackedA32(c0)) + SkScalarMul(cc[1], SkGetPackedA32(c1)) + SkScalarMul(cc[2], SkGetPackedA32(c2)) + SkScalarMul(cc[3], SkGetPackedA32(c3)), 255);
74 SkScalar r = SkScalarMul(cc[0], SkGetPackedR32(c0)) + SkScalarMul(cc[1], SkGetPackedR32(c1)) + SkScalarMul(cc[2], SkGetPackedR (…)
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
loslib.c 220 char cc[4]; local
222 cc[0] = '%';
230 s = checkoption(L, s + 1, cc);
231 reslen = strftime(buff, sizeof(buff), cc, stm);
  /external/chromium_org/ui/compositor/
compositor.h 15 #include "cc/trees/layer_tree_host_client.h"
16 #include "cc/trees/layer_tree_host_single_thread_client.h"
32 namespace cc { namespace
67 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
80 virtual scoped_refptr<cc::ContextProvider>
91 virtual cc::SharedBitmapManager* GetSharedBitmapManager() = 0;
129 : NON_EXPORTED_BASE(public cc::LayerTreeHostClient),
130 NON_EXPORTED_BASE(public cc::LayerTreeHostSingleThreadClient),
222 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
230 // cc::LayerTreeHostSingleThreadClient implementation
    [all...]
layer.h 15 #include "cc/animation/animation_events.h"
16 #include "cc/animation/layer_animation_event_observer.h"
17 #include "cc/base/scoped_ptr_vector.h"
18 #include "cc/layers/content_layer_client.h"
19 #include "cc/layers/layer_client.h"
20 #include "cc/layers/texture_layer_client.h"
21 #include "cc/resources/texture_mailbox.h"
33 namespace cc { namespace
64 NON_EXPORTED_BASE(public cc::ContentLayerClient),
65 NON_EXPORTED_BASE(public cc::TextureLayerClient)
    [all...]
  /external/chromium_org/v8/src/
regexp-macro-assembler.h 14 RegExpCharacterClass cc; member in struct:v8::internal::DisjunctDecisionRow
  /external/eigen/Eigen/src/Eigenvalues/
EigenSolver.h 517 std::complex<Scalar> cc = cdiv<Scalar>(0.0,-m_matT.coeff(n-1,n),m_matT.coeff(n-1,n-1)-p,q); local
518 m_matT.coeffRef(n-1,n-1) = numext::real(cc);
519 m_matT.coeffRef(n-1,n) = numext::imag(cc);
540 std::complex<Scalar> cc = cdiv(-ra,-sa,w,q); local
541 m_matT.coeffRef(i,n-1) = numext::real(cc);
542 m_matT.coeffRef(i,n) = numext::imag(cc);
554 std::complex<Scalar> cc = cdiv(x*lastra-lastw*ra+q*sa,x*lastsa-lastw*sa-q*ra,vr,vi); local
555 m_matT.coeffRef(i,n-1) = numext::real(cc);
556 m_matT.coeffRef(i,n) = numext::imag(cc);
564 cc = cdiv(-lastra-y*m_matT.coeff(i,n-1),-lastsa-y*m_matT.coeff(i,n),lastw,q)
    [all...]
  /external/fdlibm/
e_j0.c 95 double z, s,c,ss,cc,r,u,v; local
106 cc = s+c;
109 if ((s*c)<zero) cc = z/ss;
110 else ss = z/cc;
113 * ieee_j0(x) = 1/ieee_sqrt(pi) * (P(0,x)*cc - Q(0,x)*ss) / ieee_sqrt(x)
114 * ieee_y0(x) = 1/ieee_sqrt(pi) * (P(0,x)*ss + Q(0,x)*cc) / ieee_sqrt(x)
116 if(ix>0x48000000) z = (invsqrtpi*cc)/ieee_sqrt(x);
119 z = invsqrtpi*(u*cc-v*ss)/ieee_sqrt(x);
164 double z, s,c,ss,cc,u,v; local
189 cc = s+c
    [all...]
e_j1.c 96 double z, s,c,ss,cc,r,u,v,y; local
107 cc = s-c;
110 if ((s*c)>zero) cc = z/ss;
111 else ss = z/cc;
114 * ieee_j1(x) = 1/ieee_sqrt(pi) * (P(1,x)*cc - Q(1,x)*ss) / ieee_sqrt(x)
115 * ieee_y1(x) = 1/ieee_sqrt(pi) * (P(1,x)*ss + Q(1,x)*cc) / ieee_sqrt(x)
117 if(ix>0x48000000) z = (invsqrtpi*cc)/ieee_sqrt(y);
120 z = invsqrtpi*(u*cc-v*ss)/ieee_sqrt(y);
165 double z, s,c,ss,cc,u,v; local
179 cc = s-c
    [all...]

Completed in 905 milliseconds

<<31323334353637383940>>