OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MDPCompHighRes
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h
201
class
MDPCompHighRes
: public MDPComp {
203
explicit
MDPCompHighRes
(int dpy):MDPComp(dpy){};
204
virtual ~
MDPCompHighRes
(){};
hwc_mdpcomp.cpp
45
return new
MDPCompHighRes
(dpy);
950
//=============
MDPCompHighRes
===================================================
952
int
MDPCompHighRes
::pipesNeeded(hwc_context_t *ctx,
973
bool
MDPCompHighRes
::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer,
999
bool
MDPCompHighRes
::allocLayerPipes(hwc_context_t *ctx,
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h
210
class
MDPCompHighRes
: public MDPComp {
212
explicit
MDPCompHighRes
(int dpy):MDPComp(dpy){};
213
virtual ~
MDPCompHighRes
(){};
hwc_mdpcomp.cpp
47
return new
MDPCompHighRes
(dpy);
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.h
201
class
MDPCompHighRes
: public MDPComp {
203
explicit
MDPCompHighRes
(int dpy):MDPComp(dpy){};
204
virtual ~
MDPCompHighRes
(){};
hwc_mdpcomp.cpp
45
return new
MDPCompHighRes
(dpy);
939
//=============
MDPCompHighRes
===================================================
941
int
MDPCompHighRes
::pipesNeeded(hwc_context_t *ctx,
962
bool
MDPCompHighRes
::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer,
988
bool
MDPCompHighRes
::allocLayerPipes(hwc_context_t *ctx,
[
all
...]
Completed in 30 milliseconds