HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 676 - 700 of 1020) sorted by null

<<21222324252627282930>>

  /external/chromium_org/cc/trees/
layer_tree_impl.h 14 #include "cc/layers/layer_impl.h"
15 #include "cc/resources/ui_resource_client.h"
21 struct hash<cc::LayerImpl*> {
22 size_t operator()(cc::LayerImpl* ptr) const {
29 namespace cc { namespace
85 // TODO(nduca): These are implemented in cc files temporarily, but will become
260 } // namespace cc
layer_tree_settings.h 11 #include "cc/base/cc_export.h"
12 #include "cc/debug/layer_tree_debug_state.h"
16 namespace cc { namespace
73 } // namespace cc
occlusion_tracker.cc 5 #include "cc/trees/occlusion_tracker.h"
9 #include "cc/base/math_util.h"
10 #include "cc/debug/overdraw_metrics.h"
11 #include "cc/layers/layer.h"
12 #include "cc/layers/layer_impl.h"
13 #include "cc/layers/render_surface.h"
14 #include "cc/layers/render_surface_impl.h"
18 namespace cc { namespace
746 } // namespace cc
single_thread_proxy.cc 5 #include "cc/trees/single_thread_proxy.h"
9 #include "cc/output/context_provider.h"
10 #include "cc/output/output_surface.h"
11 #include "cc/quads/draw_quad.h"
12 #include "cc/resources/prioritized_resource_manager.h"
13 #include "cc/resources/resource_update_controller.h"
14 #include "cc/trees/layer_tree_host.h"
15 #include "cc/trees/layer_tree_impl.h"
17 namespace cc { namespace
30 TRACE_EVENT0("cc", "SingleThreadProxy::SingleThreadProxy")
    [all...]
thread_proxy.h 13 #include "cc/animation/animation_events.h"
14 #include "cc/base/completion_event.h"
15 #include "cc/resources/resource_update_controller.h"
16 #include "cc/scheduler/rolling_time_delta_history.h"
17 #include "cc/scheduler/scheduler.h"
18 #include "cc/trees/layer_tree_host_impl.h"
19 #include "cc/trees/proxy.h"
23 namespace cc { namespace
151 scoped_refptr<cc::ContextProvider> offscreen_context_provider);
270 } // namespace cc
    [all...]
tree_synchronizer_unittest.cc 5 #include "cc/trees/tree_synchronizer.h"
10 #include "cc/animation/layer_animation_controller.h"
11 #include "cc/layers/layer.h"
12 #include "cc/layers/layer_impl.h"
13 #include "cc/test/animation_test_common.h"
14 #include "cc/test/fake_impl_proxy.h"
15 #include "cc/test/fake_layer_tree_host.h"
16 #include "cc/trees/proxy.h"
17 #include "cc/trees/single_thread_proxy.h"
20 namespace cc { namespace
    [all...]
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.h 58 namespace cc { namespace
345 const cc::CompositorFrameAck& ack);
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 28 namespace cc { namespace
287 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);
279 CompletionCallback cc = NewCallback(method); local
280 cc.set_flags(cc.flags() | PP_COMPLETIONCALLBACK_FLAG_OPTIONAL);
281 return cc;
361 CompletionCallback cc = NewCallback(method, a); local
362 cc.set_flags(cc.flags() | PP_COMPLETIONCALLBACK_FLAG_OPTIONAL)
457 CompletionCallback cc = NewCallback(method, a, b); local
571 CompletionCallback cc = NewCallback(method, a, b, c); local
    [all...]
  /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/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/core/
SkFloat.cpp 308 int cc = c.getInt(); local
309 SkASSERT(cc == aa + bb);
312 cc = c.getInt();
313 SkASSERT(cc == aa - bb);
320 cc = c.getInt();
321 SkASSERT(cc == aa * bb);
326 cc = a.getFixed();
327 SkASSERT(aa == cc);
331 cc = b.getFixed();
332 SkASSERT(bb == cc);
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.cpp 207 SkPMColor cc = A32_MASK_IN_PLACE; local
210 cc &= c;
214 return cc != A32_MASK_IN_PLACE;
250 SkPMColor cc = A32_MASK_IN_PLACE; local
253 cc &= c;
257 return cc != A32_MASK_IN_PLACE;
265 SkPMColor cc = A32_MASK_IN_PLACE; local
270 cc &= c;
274 return cc != A32_MASK_IN_PLACE;
  /external/chromium_org/ui/compositor/
compositor.h 15 #include "cc/trees/layer_tree_host_client.h"
32 namespace cc { namespace
80 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
95 virtual scoped_refptr<cc::ContextProvider>
97 virtual scoped_refptr<cc::ContextProvider>
115 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
125 virtual scoped_refptr<cc::ContextProvider>
127 virtual scoped_refptr<cc::ContextProvider>
154 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
164 virtual scoped_refptr<cc::ContextProvider
    [all...]
  /external/chromium_org/v8/src/
regexp-macro-assembler.h 37 RegExpCharacterClass cc; member in struct:v8::internal::DisjunctDecisionRow
  /external/eigen/Eigen/src/Eigenvalues/
EigenSolver.h 498 std::complex<Scalar> cc = cdiv<Scalar>(0.0,-m_matT.coeff(n-1,n),m_matT.coeff(n-1,n-1)-p,q); local
499 m_matT.coeffRef(n-1,n-1) = internal::real(cc);
500 m_matT.coeffRef(n-1,n) = internal::imag(cc);
521 std::complex<Scalar> cc = cdiv(-ra,-sa,w,q); local
522 m_matT.coeffRef(i,n-1) = internal::real(cc);
523 m_matT.coeffRef(i,n) = internal::imag(cc);
535 std::complex<Scalar> cc = cdiv(x*lastra-lastw*ra+q*sa,x*lastsa-lastw*sa-q*ra,vr,vi); local
536 m_matT.coeffRef(i,n-1) = internal::real(cc);
537 m_matT.coeffRef(i,n) = internal::imag(cc);
545 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...]
  /external/icu4c/i18n/
dcfmtsym.cpp 324 char cc[4]={0}; local
325 u_UCharsToChars(ucc, cc, uccLen);
329 currency = ures_getByKeyWithFallback(currency, cc, currency, &localStatus);
  /external/iputils/
ping_common.h 189 ssize_t cc; local
191 cc = write(STDOUT_FILENO, str + o, len - o);
192 o += cc;
193 } while (len > o || cc < 0);
293 int cc, __u16 seq, int hops,
295 void (*pr_reply)(__u8 *ptr, int cc));
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 157 CtClass cc = pool.get(classname); local
158 ClassFile cf = cc.getClassFile2();
  /external/javassist/src/main/javassist/expr/
FieldAccess.java 112 CtClass cc = getCtClass(); local
113 return cc.getField(getFieldName());

Completed in 1403 milliseconds

<<21222324252627282930>>