Searched defs:prepare (Results 1 - 12 of 12) sorted by relevance

/hardware/libhardware/tests/hwc/
H A Dtest-arrows.c74 int prepare(int w, int h) { function
151 if (prepare(w, h))
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.cpp48 bool FBUpdateLowRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateLowRes
151 bool FBUpdateHighRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateHighRes
H A Dhwc_copybit.cpp135 bool CopyBit::prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, function in class:qhwc::CopyBit
H A Dhwc_mdpcomp.cpp725 int MDPComp::prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) { function in class:qhwc::MDPComp
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_ad.cpp156 bool AssertiveDisplay::prepare(hwc_context_t *ctx, function in class:qhwc::AssertiveDisplay
H A Dhwc_fbupdate.cpp54 bool FBUpdateLowRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateLowRes
177 bool FBUpdateHighRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateHighRes
H A Dhwc_copybit.cpp130 bool CopyBit::prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, function in class:qhwc::CopyBit
H A Dhwc_mdpcomp.cpp850 int MDPComp::prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) { function in class:qhwc::MDPComp
878 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list,
915 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list, mCurrentFrame.fbZ)) {
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_fbupdate.cpp48 bool FBUpdateLowRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateLowRes
151 bool FBUpdateHighRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateHighRes
H A Dhwc_copybit.cpp135 bool CopyBit::prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, function in class:qhwc::CopyBit
H A Dhwc_mdpcomp.cpp714 int MDPComp::prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) { function in class:qhwc::MDPComp
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h82 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
83 * also set, otherwise, this field is preserved between (*prepare)()
87 * Always set by the caller before calling (*prepare)(), this value
95 * Always set by the caller before calling (*prepare)(), this value
110 * Set by the caller before calling (*prepare)() ONLY when the
113 * Set by the HWC implementation during (*prepare)(), this indicates
120 * Set by the HWC implementation during (*prepare)(), this indicates
128 * hints is bit mask set by the HWC implementation during (*prepare)().
129 * It is preserved between (*prepare)() calls, unless the
146 * the layer's handle is unchanged across two consecutive prepare call
477 int (*prepare)(struct hwc_composer_device_1 *dev, member in struct:hwc_composer_device_1
[all...]

Completed in 128 milliseconds