Searched refs:hints (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_dump_layers.cpp267 (layer->hints)? "":"[None]",
268 (layer->hints & HWC_HINT_TRIPLE_BUFFER)? "[Triple Buffer]":"",
269 (layer->hints & HWC_HINT_CLEAR_FB)? "[Clear FB]":"",
H A Dhwc_mdpcomp.cpp209 layer->hints |= HWC_HINT_CLEAR_FB;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_dump_layers.cpp267 (layer->hints)? "":"[None]",
268 (layer->hints & HWC_HINT_TRIPLE_BUFFER)? "[Triple Buffer]":"",
269 (layer->hints & HWC_HINT_CLEAR_FB)? "[Clear FB]":"",
H A Dhwc_mdpcomp.cpp218 layer->hints |= HWC_HINT_CLEAR_FB;
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h155 * hints is bit mask set by the HWC implementation during (*prepare)().
159 * see hwc_layer_t::hints
161 uint32_t hints; member in struct:hwc_layer_1
519 * and hints are preserved between (*prepare)() calles unless the
526 * compositionType and hints are reset to their default value.
/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayer.cpp129 mLayer->hints |= HWC_HINT_CLEAR_FB;
H A DHwcLayerList.cpp1015 DLOGTRACE(" type | handle | hints | flags | tr | blend | alpha | format | source crop | frame | index | zorder | plane ");
1034 mLayers[i]->getHandle(), l.hints, l.flags, l.transform, l.blending, l.planeAlpha, mLayers[i]->getFormat(),
/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp144 CHECK_MEMBER_AT(hwc_layer_1_t, hints, 4, 4);
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c159 dl->hints = 0;
210 // LOG("dl[%d] ctype=0x%08x hints=0x%08x flags=0x%08x\n", i,
211 // dl[i].compositionType, dl[0].hints, dl[0].flags);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4926 addrinfo hints; local
4927 memset(&hints, 0, sizeof(hints));
4928 hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses.
4929 hints.ai_socktype = SOCK_STREAM;
4935 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c1593 list->hwLayers[i].hints &= ~HWC_HINT_TRIPLE_BUFFER;
1595 list->hwLayers[i].hints &= ~HWC_HINT_CLEAR_FB;
1747 layer->hints |= HWC_HINT_TRIPLE_BUFFER;
1751 layer->hints |= HWC_HINT_CLEAR_FB;
H A Drgz_2d.c875 if (layers[l].hints & HWC_HINT_CLEAR_FB) {
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp155 layer->hints |= HWC_HINT_CLEAR_FB;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_mdpcomp.cpp173 layer->hints |= HWC_HINT_CLEAR_FB;
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c1283 layer->hints |= HWC_HINT_CLEAR_FB;

Completed in 2356 milliseconds