OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DisplaySurface
(Results
1 - 13
of
13
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
DisplaySurface.h
31
class
DisplaySurface
: public virtual RefBase {
34
// the configuration is known. The
DisplaySurface
should do anything it
39
// before composition takes place. The
DisplaySurface
can use the
74
DisplaySurface
() {}
75
virtual ~
DisplaySurface
() {}
FramebufferSurface.h
25
#include "
DisplaySurface
.h"
38
public
DisplaySurface
{
48
// Implementation of
DisplaySurface
::dump(). Note that ConsumerBase also
VirtualDisplaySurface.cpp
38
static const char* dbgCompositionTypeStr(
DisplaySurface
::CompositionType type) {
40
case
DisplaySurface
::COMPOSITION_UNKNOWN: return "UNKNOWN";
41
case
DisplaySurface
::COMPOSITION_GLES: return "GLES";
42
case
DisplaySurface
::COMPOSITION_HWC: return "HWC";
43
case
DisplaySurface
::COMPOSITION_MIXED: return "MIXED";
VirtualDisplaySurface.h
23
#include "
DisplaySurface
.h"
31
/* This
DisplaySurface
implementation supports virtual displays, where GLES
70
class VirtualDisplaySurface : public
DisplaySurface
,
80
//
DisplaySurface
interface
/external/qemu/
console.h
137
struct
DisplaySurface
{
205
DisplaySurface
* (*create_displaysurface)(int width, int height);
206
DisplaySurface
* (*resize_displaysurface)(
DisplaySurface
*surface, int width, int height);
207
void (*free_displaysurface)(
DisplaySurface
*surface);
211
struct
DisplaySurface
*surface;
230
DisplaySurface
* qemu_create_displaysurface_from(int width, int height, int bpp,
232
void qemu_alloc_display(
DisplaySurface
*surface, int width, int height,
239
static inline
DisplaySurface
* qemu_create_displaysurface(DisplayState *ds, int width, int height)
244
static inline
DisplaySurface
* qemu_resize_displaysurface(DisplayState *ds, int width, int height
[
all
...]
console.c
[
all
...]
vnc.h
110
DisplaySurface
*ds;
150
DisplaySurface
clientds;
qemu-common.h
261
typedef struct
DisplaySurface
DisplaySurface
;
/frameworks/native/services/surfaceflinger/
DisplayDevice.h
41
class
DisplaySurface
;
80
const sp<
DisplaySurface
>&
displaySurface
,
174
sp<
DisplaySurface
> mDisplaySurface;
DisplayDevice.cpp
34
#include "DisplayHardware/
DisplaySurface
.h"
58
const sp<
DisplaySurface
>&
displaySurface
,
64
mDisplaySurface(
displaySurface
),
206
DisplaySurface
::CompositionType compositionType;
210
compositionType =
DisplaySurface
::COMPOSITION_MIXED;
212
compositionType =
DisplaySurface
::COMPOSITION_GLES;
214
compositionType =
DisplaySurface
::COMPOSITION_HWC;
219
compositionType =
DisplaySurface
::COMPOSITION_HWC;
SurfaceFlinger.cpp
[
all
...]
/external/qemu/android/protocol/
fb-updates-proxy.c
83
_pixel_offset(const
DisplaySurface
* dsu, int x, int y)
96
_copy_fb_rect(uint8_t* rect, const
DisplaySurface
* dsu, int x, int y, int w, int h)
203
DisplaySurface
* dsu;
/external/qemu/android/
multitouch-screen.c
333
const
DisplaySurface
* const surface = mts_state->ds->surface;
Completed in 1181 milliseconds