OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MDPCompLowRes
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h
177
class
MDPCompLowRes
: public MDPComp {
179
explicit
MDPCompLowRes
(int dpy):MDPComp(dpy){};
180
virtual ~
MDPCompLowRes
(){};
hwc_mdpcomp.cpp
43
return new
MDPCompLowRes
(dpy);
795
//=============
MDPCompLowRes
===================================================
800
int
MDPCompLowRes
::configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
816
int
MDPCompLowRes
::pipesNeeded(hwc_context_t *ctx,
821
bool
MDPCompLowRes
::allocLayerPipes(hwc_context_t *ctx,
881
bool
MDPCompLowRes
::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h
185
class
MDPCompLowRes
: public MDPComp {
187
explicit
MDPCompLowRes
(int dpy):MDPComp(dpy){};
188
virtual ~
MDPCompLowRes
(){};
hwc_mdpcomp.cpp
49
return new
MDPCompLowRes
(dpy);
945
//=============
MDPCompLowRes
===================================================
950
int
MDPCompLowRes
::configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
966
bool
MDPCompLowRes
::arePipesAvailable(hwc_context_t *ctx,
985
bool
MDPCompLowRes
::allocLayerPipes(hwc_context_t *ctx,
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.h
177
class
MDPCompLowRes
: public MDPComp {
179
explicit
MDPCompLowRes
(int dpy):MDPComp(dpy){};
180
virtual ~
MDPCompLowRes
(){};
hwc_mdpcomp.cpp
43
return new
MDPCompLowRes
(dpy);
784
//=============
MDPCompLowRes
===================================================
789
int
MDPCompLowRes
::configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
805
int
MDPCompLowRes
::pipesNeeded(hwc_context_t *ctx,
810
bool
MDPCompLowRes
::allocLayerPipes(hwc_context_t *ctx,
870
bool
MDPCompLowRes
::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
[
all
...]
Completed in 58 milliseconds