HomeSort by relevance Sort by last modified time
    Searched full:reflector (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/ui/compositor/
reflector.h 12 class Reflector : public base::RefCountedThreadSafe<Reflector> {
14 Reflector() {}
19 friend class base::RefCountedThreadSafe<Reflector>;
20 virtual ~Reflector() {}
22 DISALLOW_COPY_AND_ASSIGN(Reflector);
compositor.h 54 class Reflector;
70 // Creates a reflector that copies the content of the |mirrored_compositor|
72 virtual scoped_refptr<Reflector> CreateReflector(
75 // Removes the reflector, which stops the mirroring.
76 virtual void RemoveReflector(scoped_refptr<Reflector> reflector) = 0;
BUILD.gn 40 "reflector.h",
  /external/chromium_org/mojo/aura/
context_factory_mojo.h 22 virtual scoped_refptr<ui::Reflector> CreateReflector(
25 virtual void RemoveReflector(scoped_refptr<ui::Reflector> reflector) OVERRIDE;
context_factory_mojo.cc 13 #include "ui/compositor/reflector.h"
109 scoped_refptr<ui::Reflector> ContextFactoryMojo::CreateReflector(
112 return new ui::Reflector();
116 scoped_refptr<ui::Reflector> reflector) {
  /external/chromium_org/ui/compositor/test/
in_process_context_factory.h 32 virtual scoped_refptr<Reflector> CreateReflector(
35 virtual void RemoveReflector(scoped_refptr<Reflector> reflector) OVERRIDE;
in_process_context_factory.cc 12 #include "ui/compositor/reflector.h"
62 scoped_refptr<Reflector> InProcessContextFactory::CreateReflector(
65 return new Reflector();
69 scoped_refptr<Reflector> reflector) {}
  /external/chromium_org/mojo/services/view_manager/
context_factory_impl.cc 9 #include "ui/compositor/reflector.h"
35 scoped_refptr<ui::Reflector> ContextFactoryImpl::CreateReflector(
42 scoped_refptr<ui::Reflector> reflector) {
context_factory_impl.h 31 virtual scoped_refptr<ui::Reflector> CreateReflector(
34 virtual void RemoveReflector(scoped_refptr<ui::Reflector> reflector) OVERRIDE;
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 40 class Reflector extends Thread {
88 public Reflector(int port, InetAddress address) {
94 "Creating datagram reflector failed", ex);
120 Reflector reflector = null; local
124 // Setup the reflector, so we have a partner to send to
125 reflector = new Reflector(1234, InetAddress.getLocalHost());
126 reflector.start();
157 if (reflector != null)
    [all...]
  /external/chromium_org/content/browser/compositor/
reflector_impl.h 14 #include "ui/compositor/reflector.h"
31 // A reflector implementation that copies the framebuffer content
34 public ui::Reflector {
51 // Post a task to attach the reflector to the output surface onto ImplThread.
55 // ui::Reflector implementation.
121 static void DeleteOnMainThread(scoped_refptr<ReflectorImpl> reflector) {}
gpu_process_transport_factory.h 48 virtual scoped_refptr<ui::Reflector> CreateReflector(
52 scoped_refptr<ui::Reflector> reflector) OVERRIDE;
gpu_process_transport_factory.cc 65 scoped_refptr<ReflectorImpl> reflector; member in struct:content::GpuProcessTransportFactory::PerCompositorData
230 if (data->reflector.get())
231 data->reflector->ReattachToOutputSurfaceFromMainThread(surface.get());
236 scoped_refptr<ui::Reflector> GpuProcessTransportFactory::CreateReflector(
242 data->reflector = new ReflectorImpl(source,
247 return data->reflector;
251 scoped_refptr<ui::Reflector> reflector) {
253 static_cast<ReflectorImpl*>(reflector.get());
257 data->reflector->Shutdown()
    [all...]
browser_compositor_output_surface.cc 97 void BrowserCompositorOutputSurface::SetReflector(ReflectorImpl* reflector) {
98 reflector_ = reflector;
browser_compositor_output_surface.h 41 void SetReflector(ReflectorImpl* reflector);
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p5.cpp 11 // FIXME: This example from the standard is wrong; note posted to CWG reflector
  /external/chromium_org/ash/display/
mirror_window_controller.h 21 class Reflector;
68 scoped_refptr<ui::Reflector> reflector_;
  /external/eigen/Eigen/src/Householder/
Householder.h 25 /** Computes the elementary reflector H such that:
48 /** Computes the elementary reflector H such that:
95 /** Apply the elementary reflector H given by
132 /** Apply the elementary reflector H given by
  /external/eigen/lapack/
clarft.f 37 *> CLARFT forms the triangular factor T of a complex block reflector H
44 *> If STOREV = 'C', the vector which defines the elementary reflector
49 *> If STOREV = 'R', the vector which defines the elementary reflector
62 *> multiplied to form the block reflector:
79 *> The order of the block reflector H. N >= 0.
108 *> reflector H(i).
114 *> The k by k triangular factor T of the block reflector.
dlarft.f 37 *> DLARFT forms the triangular factor T of a real block reflector H
44 *> If STOREV = 'C', the vector which defines the elementary reflector
49 *> If STOREV = 'R', the vector which defines the elementary reflector
62 *> multiplied to form the block reflector:
79 *> The order of the block reflector H. N >= 0.
108 *> reflector H(i).
114 *> The k by k triangular factor T of the block reflector.
slarft.f 37 *> SLARFT forms the triangular factor T of a real block reflector H
44 *> If STOREV = 'C', the vector which defines the elementary reflector
49 *> If STOREV = 'R', the vector which defines the elementary reflector
62 *> multiplied to form the block reflector:
79 *> The order of the block reflector H. N >= 0.
108 *> reflector H(i).
114 *> The k by k triangular factor T of the block reflector.
zlarft.f 37 *> ZLARFT forms the triangular factor T of a complex block reflector H
44 *> If STOREV = 'C', the vector which defines the elementary reflector
49 *> If STOREV = 'R', the vector which defines the elementary reflector
62 *> multiplied to form the block reflector:
79 *> The order of the block reflector H. N >= 0.
108 *> reflector H(i).
114 *> The k by k triangular factor T of the block reflector.
clarfg.f 37 *> CLARFG generates a complex elementary reflector H of order n, such
64 *> The order of the elementary reflector.
dlarfg.f 37 *> DLARFG generates a real elementary reflector H of order n, such
64 *> The order of the elementary reflector.
slarfg.f 37 *> SLARFG generates a real elementary reflector H of order n, such
64 *> The order of the elementary reflector.

Completed in 2462 milliseconds

1 2 3