Home
last modified time | relevance | path

Searched refs:setTransform (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h553 HWC2::Error setTransform(HWC2::Transform transform);
665 return callLayerFunction(device, display, layer, &Layer::setTransform, in setLayerTransformHook()
DHWC2.cpp2166 Error CfHWC2::Layer::setTransform(Transform transform) { in setTransform() function in android::CfHWC2::Layer
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp304 layerHook<decltype(&Layer::setTransform), in doGetFunction()
305 &Layer::setTransform, int32_t>); in doGetFunction()
1588 Error EmuHWC2::Layer::setTransform(int32_t transform) { in setTransform() function in android::EmuHWC2::Layer
DEmuHWC2.h416 HWC2::Error setTransform(int32_t transform);