/external/chromium_org/content/browser/compositor/ |
surface_display_output_surface.h | 8 #include "cc/output/output_surface.h" 10 namespace cc { namespace 20 class SurfaceDisplayOutputSurface : public cc::OutputSurface { 22 // The underlying cc::Display and cc::SurfaceManager must outlive this class. 24 cc::Display* display, 25 cc::SurfaceManager* surface_manager, 26 const scoped_refptr<cc::ContextProvider>& context_provider); 29 // cc::OutputSurface implementation. 30 virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE [all...] |
/external/chromium_org/content/public/browser/android/ |
compositor.h | 9 #include "cc/resources/ui_resource_bitmap.h" 18 namespace cc { namespace 45 virtual void SetRootLayer(scoped_refptr<cc::Layer> root) = 0;
|
layer_tree_build_helper.h | 10 namespace cc { namespace 21 virtual scoped_refptr<cc::Layer> GetLayerTree( 22 scoped_refptr<cc::Layer> content_root_layer) = 0;
|
/external/chromium_org/content/renderer/compositor_bindings/ |
web_animation_impl.h | 12 namespace cc { namespace 48 scoped_ptr<cc::Animation> PassAnimation(); 51 scoped_ptr<cc::Animation> animation_;
|
web_filter_animation_curve_impl.h | 12 namespace cc { namespace 40 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const; 43 scoped_ptr<cc::KeyframedFilterAnimationCurve> curve_;
|
web_float_animation_curve_impl.h | 12 namespace cc { namespace 43 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const; 46 scoped_ptr<cc::KeyframedFloatAnimationCurve> curve_;
|
web_transform_animation_curve_impl.h | 12 namespace cc { namespace 42 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const; 45 scoped_ptr<cc::KeyframedTransformAnimationCurve> curve_;
|
/external/chromium_org/content/test/ |
web_layer_tree_view_impl_for_testing.h | 9 #include "cc/trees/layer_tree_host_client.h" 10 #include "cc/trees/layer_tree_host_single_thread_client.h" 13 namespace cc { namespace 23 public cc::LayerTreeHostClient, 24 public cc::LayerTreeHostSingleThreadClient { 63 // cc::LayerTreeHostClient implementation. 70 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback) 78 // cc::LayerTreeHostSingleThreadClient implementation. 85 scoped_ptr<cc::LayerTreeHost> layer_tree_host_;
|
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/ |
testable_callback.cc | 34 PP_CompletionCallback cc = local 36 cc.flags = flags; 37 return cc;
|
/external/chromium_org/ui/base/android/ |
window_android_compositor.h | 8 #include "cc/output/copy_output_request.h" 11 namespace cc { namespace 22 virtual void AttachLayerForReadback(scoped_refptr<cc::Layer> layer) = 0; 24 scoped_ptr<cc::CopyOutputRequest> request) = 0;
|
/external/clang/test/CXX/class/class.local/ |
p1-0x.cpp | 8 int cc = c; member in struct:C
|
/external/valgrind/main/memcheck/tests/s390x/ |
cs.c | 12 int cc = 1; local 18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3) 20 : "cc");
|
csg.c | 12 int cc = 1; local 18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3) 20 : "cc");
|
/external/valgrind/main/none/tests/s390x/ |
srst.c | 16 int cc; local 22 :"+d" (start), "+d" (next), "=d" (cc) :"d" (what): "cc"); 23 *__cc = cc; 31 int cc; local 37 :"+d" (start), "+d" (what), "=d" (cc) :: "cc"); 38 *__cc = cc; 45 int cc; local 49 srst3((char *)0x12345678,(char *)0x12345678,'0', &cc); [all...] |
stck.c | 8 int cc; local 12 :"=Q" (*addr), "=d"(cc)::"memory", "cc"); 13 return cc; 24 int cc; local 27 cc = stck(&start); 28 if (cc) 29 printf("cc != 0!\n"); 31 cc = stck(&end); 32 if (cc) [all...] |
stckf.c | 8 int cc; local 12 :"=Q" (*addr), "=d"(cc)::"memory", "cc"); 13 return cc; 24 int cc; local 27 cc = stckf(&start); 28 if (cc) 29 printf("cc != 0!\n"); 31 cc = stckf(&end); 32 if (cc) [all...] |
stfle.c | 11 int cc; local 16 : "=m" (*hoststfle), "+d" (__nr), "=d" (cc) : : "cc", "memory"); 18 printf("the value of cc is %d and #double words is %llu\n", cc, __nr + 1);
|
/external/javassist/sample/ |
Test.java | 28 CtClass cc = pool.get("sample.Test"); local 30 cc.getDeclaredMethod("g"); 37 CtMethod fMethod = cc.getDeclaredMethod("f"); 38 CtMethod gMethod = CtNewMethod.copy(fMethod, "g", cc, null); 39 cc.addMethod(gMethod); 40 cc.writeFile(); // update the class file
|
/external/chromium_org/build/toolchain/android/ |
find_android_compiler.py | 20 cc = glob.glob(android_toolchain + "/*-gcc") variable 28 if len(cc) == 0: 29 cc = [""] variable 32 if len(cc) != 1 or len(cxx) != 1: 40 print ('["' + cc[0] + '","' + cxx[0] + '","' + which_gcc + '","' +
|
/external/chromium_org/cc/animation/ |
animation_registrar.h | 11 #include "cc/base/cc_export.h" 13 namespace cc { namespace 63 } // namespace cc
|
scroll_offset_animation_curve.h | 10 #include "cc/animation/animation_curve.h" 11 #include "cc/base/cc_export.h" 13 namespace cc { namespace 46 } // namespace cc
|
scrollbar_animation_controller_linear_fade.cc | 5 #include "cc/animation/scrollbar_animation_controller_linear_fade.h" 8 #include "cc/layers/layer_impl.h" 9 #include "cc/layers/scrollbar_layer_impl_base.h" 11 namespace cc { namespace 61 } // namespace cc
|
timing_function.h | 8 #include "cc/animation/animation_curve.h" 9 #include "cc/base/cc_export.h" 12 namespace cc { namespace 86 } // namespace cc
|
/external/chromium_org/cc/base/ |
delayed_unique_notifier.cc | 5 #include "cc/base/delayed_unique_notifier.h" 12 namespace cc { namespace 78 } // namespace cc
|
delayed_unique_notifier.h | 10 #include "cc/base/cc_export.h" 16 namespace cc { namespace 59 } // namespace cc
|