Home
last modified time | relevance | path

Searched refs:nativeHandle (Results 1 – 7 of 7) sorted by relevance

/hardware/libhardware/modules/gralloc/
Dgralloc_priv.h62 struct native_handle nativeHandle;
/hardware/qcom/display/msm8974/libgralloc/
Dgralloc_priv.h130 native_handle_t nativeHandle;
/hardware/qcom/display/msm8960/libgralloc/
Dgralloc_priv.h134 native_handle_t nativeHandle;
/hardware/qcom/display/msm8994/libgralloc/
Dgralloc_priv.h180 native_handle_t nativeHandle;
/hardware/qcom/display/msm8226/libgralloc/
Dgralloc_priv.h174 native_handle_t nativeHandle;
/hardware/qcom/display/msm8084/libgralloc/
Dgralloc_priv.h174 native_handle_t nativeHandle;
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp767 …const IMG_native_handle_t* nativeHandle = reinterpret_cast<const IMG_native_handle_t*>(layer.handl… in canUseDirectly() local
777 (nativeHandle->iFormat == HAL_PIXEL_FORMAT_RGBA_8888 || in canUseDirectly()
778 nativeHandle->iFormat == HAL_PIXEL_FORMAT_BGRA_8888); in canUseDirectly()
1239 …const IMG_native_handle_t* nativeHandle = reinterpret_cast<const IMG_native_handle_t*>(rgbLayer.ha… in queueCompose() local
1240 if (nativeHandle->iFormat == HAL_PIXEL_FORMAT_RGBA_8888) in queueCompose()