OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScanoutBuffer
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ui/ozone/platform/dri/
scanout_buffer.h
16
class
ScanoutBuffer
: public base::RefCounted<
ScanoutBuffer
> {
28
virtual ~
ScanoutBuffer
() {}
30
friend class base::RefCounted<
ScanoutBuffer
>;
37
virtual scoped_refptr<
ScanoutBuffer
> Create(const gfx::Size& size) = 0;
hardware_display_controller.h
26
class
ScanoutBuffer
;
30
explicit OverlayPlane(scoped_refptr<
ScanoutBuffer
> buffer);
32
OverlayPlane(scoped_refptr<
ScanoutBuffer
> buffer,
40
scoped_refptr<
ScanoutBuffer
> buffer;
158
bool SetCursor(scoped_refptr<
ScanoutBuffer
> buffer);
181
bool ModesetCrtc(const scoped_refptr<
ScanoutBuffer
>& buffer,
192
scoped_refptr<
ScanoutBuffer
> cursor_buffer_;
dri_buffer.h
20
class DriBuffer : public
ScanoutBuffer
{
30
//
ScanoutBuffer
:
62
virtual scoped_refptr<
ScanoutBuffer
> Create(const gfx::Size& size) OVERRIDE;
hardware_display_controller_unittest.cc
28
class MockScanoutBuffer : public ui::
ScanoutBuffer
{
32
//
ScanoutBuffer
:
76
ui::OverlayPlane plane(scoped_refptr<ui::
ScanoutBuffer
>(
84
ui::OverlayPlane plane1(scoped_refptr<ui::
ScanoutBuffer
>(
89
ui::OverlayPlane plane2(scoped_refptr<ui::
ScanoutBuffer
>(
104
ui::OverlayPlane plane(scoped_refptr<ui::
ScanoutBuffer
>(new MockScanoutBuffer(
113
ui::OverlayPlane plane1(scoped_refptr<ui::
ScanoutBuffer
>(
118
ui::OverlayPlane plane2(scoped_refptr<ui::
ScanoutBuffer
>(
131
ui::OverlayPlane plane1(scoped_refptr<ui::
ScanoutBuffer
>(
136
ui::OverlayPlane plane2(scoped_refptr<ui::
ScanoutBuffer
>(
[
all
...]
gbm_buffer_base.h
20
class GbmBufferBase : public
ScanoutBuffer
{
24
//
ScanoutBuffer
:
dri_buffer.cc
102
scoped_refptr<
ScanoutBuffer
> DriBufferGenerator::Create(const gfx::Size& size) {
hardware_display_controller.cc
59
OverlayPlane::OverlayPlane(scoped_refptr<
ScanoutBuffer
> buffer)
66
OverlayPlane::OverlayPlane(scoped_refptr<
ScanoutBuffer
> buffer,
191
bool HardwareDisplayController::SetCursor(scoped_refptr<
ScanoutBuffer
> buffer) {
266
const scoped_refptr<
ScanoutBuffer
>& buffer,
ozone_platform_gbm.cc
65
virtual scoped_refptr<
ScanoutBuffer
> Create(const gfx::Size& size) OVERRIDE {
screen_manager.cc
178
scoped_refptr<
ScanoutBuffer
> buffer =
Completed in 65 milliseconds