Searched refs:hwc_layer_1_t (Results 1 – 15 of 15) sorted by relevance
/hardware/qcom/display/libhwcomposer/ |
D | hwc_fbupdate.h | 35 static bool prepare(hwc_context_t *ctx, hwc_layer_1_t *fblayer, int dpy); 37 static bool draw(hwc_context_t *ctx, hwc_layer_1_t *fblayer, int dpy); 42 static bool configure(hwc_context_t *ctx, hwc_layer_1_t *fblayer,
|
D | hwc_copybit.h | 50 static int drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, 63 static void markFlags(hwc_layer_1_t *layer); 83 static void getLayerResolution(const hwc_layer_1_t* layer,
|
D | hwc_mdpcomp.h | 92 static void print_info(hwc_layer_1_t* layer); 95 static int prepare(hwc_context_t *ctx, hwc_layer_1_t *layer, 125 static void setVidInfo(hwc_layer_1_t *layer, ovutils::eMdpFlags &mdpFlags);
|
D | hwc_video.h | 43 hwc_layer_1_t *yuvlayer); 46 static void markFlags(hwc_layer_1_t *yuvLayer);
|
D | hwc_fbupdate.cpp | 42 bool FBUpdate::prepare(hwc_context_t *ctx, hwc_layer_1_t *fblayer, int dpy) { in prepare() 54 bool FBUpdate::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, int dpy) in configure() 115 bool FBUpdate::draw(hwc_context_t *ctx, hwc_layer_1_t *layer, int dpy) in draw()
|
D | hwc_mdpcomp.cpp | 76 void MDPComp::print_info(hwc_layer_1_t* layer) in print_info() 97 void MDPComp::setVidInfo(hwc_layer_1_t *layer, ovutils::eMdpFlags &mdpFlags) { in setVidInfo() 109 int MDPComp::prepare(hwc_context_t *ctx, hwc_layer_1_t *layer, in prepare() 292 hwc_layer_1_t* layer = &list->hwLayers[i]; in isDoable() 307 hwc_layer_1_t* layer = &(list->hwLayers[index]); in setMDPCompLayerFlags() 357 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; in allocLayerPipes() 373 hwc_layer_1_t* layer = &list->hwLayers[index]; in allocLayerPipes() 417 hwc_layer_1_t* layer = &list->hwLayers[index]; in setup() 469 hwc_layer_1_t *layer = &list->hwLayers[i]; in draw()
|
D | hwc_utils.h | 117 void dumpLayer(hwc_layer_1_t const* l); 132 static inline bool isSkipLayer(const hwc_layer_1_t* l) { in isSkipLayer() 170 inline void getLayerResolution(const hwc_layer_1_t* layer, in getLayerResolution()
|
D | hwc_video.cpp | 53 hwc_layer_1_t *layer = &list->hwLayers[yuvIndex]; in prepare() 77 void VideoOverlay::markFlags(hwc_layer_1_t *layer) { in markFlags() 85 hwc_layer_1_t *layer) { in configure()
|
D | hwc.cpp | 123 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_primary() 146 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_external() 286 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_primary() 326 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_external()
|
D | hwc_utils.cpp | 99 void dumpLayer(hwc_layer_1_t const* l) in dumpLayer() 114 static inline bool isAlphaScaled(hwc_layer_1_t const* layer) { in isAlphaScaled() 144 hwc_layer_1_t const* layer = &list->hwLayers[i]; in setListStats()
|
D | hwc_copybit.cpp | 231 int CopyBit::drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, in drawLayerUsingCopybit() 462 void CopyBit::getLayerResolution(const hwc_layer_1_t* layer, in getLayerResolution()
|
/hardware/samsung_slsi/exynos5/libhwc/ |
D | hwc.cpp | 154 static void dump_layer(hwc_layer_1_t const *l) in dump_layer() 218 static bool is_transformed(const hwc_layer_1_t &layer) in is_transformed() 223 static bool is_rotated(const hwc_layer_1_t &layer) in is_rotated() 229 static bool is_scaled(const hwc_layer_1_t &layer) in is_scaled() 339 static bool is_x_aligned(const hwc_layer_1_t &layer, int format) in is_x_aligned() 361 static bool exynos5_supports_gscaler(hwc_layer_1_t &layer, int format, in exynos5_supports_gscaler() 406 static bool exynos5_requires_gscaler(hwc_layer_1_t &layer, int format) in exynos5_requires_gscaler() 638 hwc_layer_1_t &layer, in hdmi_output() 750 bool exynos5_is_offscreen(hwc_layer_1_t &layer, in exynos5_is_offscreen() 759 size_t exynos5_visible_width(hwc_layer_1_t &layer, int format, in exynos5_visible_width() [all …]
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer.h | 225 } hwc_layer_1_t; typedef 303 hwc_layer_1_t hwLayers[0];
|
/hardware/libhardware/modules/hwcomposer/ |
D | hwcomposer.cpp | 57 static void dump_layer(hwc_layer_1_t const* l) { in dump_layer()
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 175 static void dump_layer(hwc_layer_1_t const* l) in dump_layer() 256 hwc_layer_1_t *layer = &list->hwLayers[i]; in dump_set_info() 313 static int scaled(hwc_layer_1_t *layer) in scaled() 324 static int is_protected(hwc_layer_1_t *layer) in is_protected() 374 static int dockable(hwc_layer_1_t *layer) in dockable() 454 hwc_layer_1_t *layer, int index, in omap4_hwc_setup_layer() 760 static int omap4_hwc_can_scale_layer(omap4_hwc_device_t *hwc_dev, hwc_layer_1_t *layer, IMG_native_… in omap4_hwc_can_scale_layer() 778 hwc_layer_1_t *layer, in omap4_hwc_is_valid_layer() 972 hwc_layer_1_t *layer = &list->hwLayers[i]; in gather_layer_statistics() 1080 hwc_layer_1_t *layer) in can_dss_render_layer() [all …]
|