HomeSort by relevance Sort by last modified time
    Searched defs:OutputSurface (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/output/
output_surface.cc 43 OutputSurface::OutputSurface(
53 OutputSurface::OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device)
62 OutputSurface::OutputSurface(
74 void OutputSurface::CommitVSyncParameters(base::TimeTicks timebase,
77 "OutputSurface::CommitVSyncParameters",
86 void OutputSurface::SetNeedsRedrawRect(const gfx::Rect& damage_rect) {
87 TRACE_EVENT0("cc", "OutputSurface::SetNeedsRedrawRect")
    [all...]
output_surface.h 44 class CC_EXPORT OutputSurface {
50 explicit OutputSurface(
53 explicit OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device);
55 OutputSurface(const scoped_refptr<ContextProvider>& context_provider,
58 virtual ~OutputSurface();
151 struct OutputSurface::Capabilities capabilities_;
185 base::WeakPtrFactory<OutputSurface> weak_ptr_factory_;
187 DISALLOW_COPY_AND_ASSIGN(OutputSurface);
  /cts/tests/tests/media/src/android/media/cts/
OutputSurface.java 44 class OutputSurface implements SurfaceTexture.OnFrameAvailableListener {
45 private static final String TAG = "OutputSurface";
61 * Creates an OutputSurface backed by a pbuffer with the specifed dimensions. The new
65 public OutputSurface(int width, int height) {
77 * Creates an OutputSurface using the current EGL context (rather than establishing a
80 public OutputSurface() {
84 public OutputSurface(final SurfaceTexture.OnFrameAvailableListener listener) {
103 // This doesn't work if OutputSurface is created on the thread that CTS started for
109 // this to do anything useful, OutputSurface must be created on a thread without
227 * the OutputSurface object, after the onFrameAvailable callback has signaled that ne
    [all...]

Completed in 79 milliseconds