/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 629 } // namespace cc
|
layer_tree_impl_unittest.cc | 5 #include "cc/trees/layer_tree_impl.h" 7 #include "cc/layers/heads_up_display_layer_impl.h" 8 #include "cc/layers/layer.h" 9 #include "cc/test/fake_impl_proxy.h" 10 #include "cc/test/fake_layer_tree_host_impl.h" 11 #include "cc/test/fake_output_surface.h" 12 #include "cc/test/geometry_test_utils.h" 13 #include "cc/test/layer_tree_host_common_test.h" 14 #include "cc/test/test_shared_bitmap_manager.h" 15 #include "cc/trees/layer_tree_host_impl.h 18 namespace cc { namespace [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 88 } // namespace cc
|
occlusion_tracker.cc | 5 #include "cc/trees/occlusion_tracker.h" 9 #include "cc/base/math_util.h" 10 #include "cc/base/region.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 557 } // namespace cc
|
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 305 } // namespace cc [all...] |
/external/chromium_org/content/browser/compositor/ |
delegated_frame_host.h | 8 #include "cc/layers/delegated_frame_provider.h" 9 #include "cc/layers/delegated_frame_resource_collection.h" 10 #include "cc/output/copy_output_result.h" 11 #include "cc/surfaces/surface_factory_client.h" 26 namespace cc { namespace 66 virtual void RequestCopyOfOutput(scoped_ptr<cc::CopyOutputRequest> request); 79 public cc::DelegatedFrameResourceCollectionClient, 80 public cc::SurfaceFactoryClient, 91 scoped_ptr<cc::DelegatedFrameData> frame_data, 117 cc::DelegatedFrameProvider* FrameProviderForTesting() const [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_android.h | 17 #include "cc/layers/delegated_frame_resource_collection.h" 18 #include "cc/output/begin_frame_args.h" 40 namespace cc { namespace 89 public cc::DelegatedFrameResourceCollectionClient, 183 scoped_ptr<cc::CompositorFrame> frame) OVERRIDE; 196 // cc::DelegatedFrameResourceCollectionClient implementation. 256 scoped_refptr<cc::DelegatedRendererLayer> 267 const cc::CompositorFrameMetadata& frame_metadata); 292 scoped_ptr<cc::DelegatedFrameData> frame_data); 297 const cc::CompositorFrameMetadata& frame_metadata) [all...] |
/external/chromium_org/content/renderer/npapi/ |
webplugin_impl.h | 28 namespace cc { namespace 279 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/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 | 326 char cc[4]={0}; local 327 u_UCharsToChars(ucc, cc, uccLen); 332 ures_getByKeyWithFallback(currency.getAlias(), cc, currency.getAlias(), &localStatus);
|
/external/chromium_org/third_party/libsrtp/srtp/include/ |
srtp_priv.h | 72 unsigned char cc:4; /* CSRC count */ member in struct:__anon17462 89 unsigned char cc:4; /* CSRC count */ member in struct:__anon17463
|
/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/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 | 16 #include "cc/trees/layer_tree_host_client.h" 17 #include "cc/trees/layer_tree_host_single_thread_client.h" 34 namespace cc { namespace 69 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface( 82 virtual scoped_refptr<cc::ContextProvider> 93 virtual cc::SharedBitmapManager* GetSharedBitmapManager() = 0; 131 : NON_EXPORTED_BASE(public cc::LayerTreeHostClient), 132 NON_EXPORTED_BASE(public cc::LayerTreeHostSingleThreadClient) { 233 virtual void BeginMainFrame(const cc::BeginFrameArgs& args) OVERRIDE; 246 // cc::LayerTreeHostSingleThreadClient implementation [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...] |
/external/icu/icu4c/source/i18n/ |
dcfmtsym.cpp | 326 char cc[4]={0}; local 327 u_UCharsToChars(ucc, cc, uccLen); 332 ures_getByKeyWithFallback(currency.getAlias(), cc, currency.getAlias(), &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); 294 int cc, __u16 seq, int hops, 296 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());
|
/external/jdiff/src/jdiff/ |
HTMLStatistics.java | 264 List cc = new ArrayList(pkg.classesChanged); local 265 Iterator iter2 = cc.iterator(); 270 allChangedClasses.addAll(cc);
|