OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FBUpdateHighRes
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.h
67
class
FBUpdateHighRes
: public IFBUpdate {
69
explicit
FBUpdateHighRes
(const int& dpy);
70
virtual ~
FBUpdateHighRes
() {};
hwc_fbupdate.cpp
31
return new
FBUpdateHighRes
(dpy);
143
FBUpdateHighRes
::
FBUpdateHighRes
(const int& dpy): IFBUpdate(dpy) {}
145
inline void
FBUpdateHighRes
::reset() {
151
bool
FBUpdateHighRes
::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
164
bool
FBUpdateHighRes
::configure(hwc_context_t *ctx,
264
bool
FBUpdateHighRes
::draw(hwc_context_t *ctx, private_handle_t *hnd)
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.h
68
class
FBUpdateHighRes
: public IFBUpdate {
70
explicit
FBUpdateHighRes
(const int& dpy);
71
virtual ~
FBUpdateHighRes
() {};
hwc_fbupdate.cpp
37
return new
FBUpdateHighRes
(dpy);
159
FBUpdateHighRes
::
FBUpdateHighRes
(const int& dpy): IFBUpdate(dpy) {}
161
inline void
FBUpdateHighRes
::reset() {
167
bool
FBUpdateHighRes
::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
180
bool
FBUpdateHighRes
::configure(hwc_context_t *ctx,
295
bool
FBUpdateHighRes
::draw(hwc_context_t *ctx, private_handle_t *hnd)
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_fbupdate.h
67
class
FBUpdateHighRes
: public IFBUpdate {
69
explicit
FBUpdateHighRes
(const int& dpy);
70
virtual ~
FBUpdateHighRes
() {};
hwc_fbupdate.cpp
31
return new
FBUpdateHighRes
(dpy);
143
FBUpdateHighRes
::
FBUpdateHighRes
(const int& dpy): IFBUpdate(dpy) {}
145
inline void
FBUpdateHighRes
::reset() {
151
bool
FBUpdateHighRes
::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
164
bool
FBUpdateHighRes
::configure(hwc_context_t *ctx,
264
bool
FBUpdateHighRes
::draw(hwc_context_t *ctx, private_handle_t *hnd)
Completed in 8555 milliseconds