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 47 OutputSurface::OutputSurface(scoped_refptr<ContextProvider> context_provider)
60 OutputSurface::OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device)
73 OutputSurface::OutputSurface(scoped_refptr<ContextProvider> context_provider,
88 void OutputSurface::InitializeBeginImplFrameEmulation(
115 void OutputSurface::SetMaxFramesPending(int max_frames_pending) {
121 void OutputSurface::OnVSyncParametersChanged(base::TimeTicks timebase,
123 TRACE_EVENT2("cc", "OutputSurface::OnVSyncParametersChanged"
    [all...]
output_surface.h 44 class CC_EXPORT OutputSurface : public FrameRateControllerClient {
50 explicit OutputSurface(scoped_refptr<ContextProvider> context_provider);
52 explicit OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device);
54 OutputSurface(scoped_refptr<ContextProvider> context_provider,
57 virtual ~OutputSurface();
154 struct OutputSurface::Capabilities capabilities_;
176 // Forwarded to OutputSurfaceClient but threaded through OutputSurface
177 // first so OutputSurface has a chance to update the FrameRateController
209 base::WeakPtrFactory<OutputSurface> weak_ptr_factory_;
215 DISALLOW_COPY_AND_ASSIGN(OutputSurface);
    [all...]
  /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() {
99 // This doesn't work if OutputSurface is created on the thread that CTS started for
105 // this to do anything useful, OutputSurface must be created on a thread without
223 * the OutputSurface object, after the onFrameAvailable callback has signaled that new

Completed in 469 milliseconds