OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MDPCompLowRes
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/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 20 milliseconds