Searched defs:compositionType (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dhwcomposer_v0.h79 int32_t compositionType; member in struct:hwc_layer
146 * The HWC responds by setting the compositionType field to either
H A Dhwcomposer.h107 int32_t compositionType; member in struct:hwc_layer_1
355 * The HWC responds by setting the compositionType field in each layer to
/hardware/qcom/display/libhwcomposer/
H A Dhwc_copybit.cpp117 int compositionType = local
120 if ((compositionType & qdutils::COMPOSITION_TYPE_C2D) ||
121 (compositionType & qdutils::COMPOSITION_TYPE_DYN)) {
129 if (compositionType & qdutils::COMPOSITION_TYPE_DYN) {
147 } else if ((compositionType & qdutils::COMPOSITION_TYPE_MDP)) {
150 } else if ((compositionType & qdutils::COMPOSITION_TYPE_C2D)) {
175 int compositionType = local
178 if ((compositionType & qdutils::COMPOSITION_TYPE_GPU) ||
179 (compositionType & qdutils::COMPOSITION_TYPE_CPU)) {
200 list->hwLayers[i].compositionType
[all...]

Completed in 130 milliseconds