Home
last modified time | relevance | path

Searched refs:setLayerSourceCrop (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h466 Error setLayerSourceCrop(Display display, Layer layer, const hwc_frect_t& crop) override { in setLayerSourceCrop() function
467 int32_t err = mDispatch.setLayerSourceCrop(mDevice, display, layer, crop); in setLayerSourceCrop()
564 if (!initDispatch(HWC2_FUNCTION_SET_LAYER_SOURCE_CROP, &mDispatch.setLayerSourceCrop) || in initDispatch()
656 HWC2_PFN_SET_LAYER_SOURCE_CROP setLayerSourceCrop; member
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.h369 virtual int32_t setLayerSourceCrop(hwc_frect_t crop);
DExynosLayer.cpp608 int32_t ExynosLayer::setLayerSourceCrop(hwc_frect_t crop) { in setLayerSourceCrop() function in ExynosLayer
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerHal.h125 virtual Error setLayerSourceCrop(Display display, Layer layer, const hwc_frect_t& crop) = 0;
DComposerCommandEngine.h507 auto err = mHal->setLayerSourceCrop(mCurrentDisplay, mCurrentLayer, readFRect()); in executeSetLayerSourceCrop()
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp798 mWriter->setLayerSourceCrop({0, 0, (float)mDisplayWidth, (float)mDisplayHeight}); in TEST_P()
846 mWriter->setLayerSourceCrop({0, 0, (float)mDisplayWidth, (float)mDisplayHeight}); in TEST_P()
1129 mWriter->setLayerSourceCrop(IComposerClient::FRect{0.0f, 0.0f, 1.0f, 1.0f}); in TEST_P()
/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/
DComposerClientWriter.h203 void setLayerSourceCrop(int64_t display, int64_t layer, const FRect& crop) { in setLayerSourceCrop() function
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp32 writer->setLayerSourceCrop(mSourceCrop); in write()
/hardware/google/graphics/common/hwc3/include/
DIComposerHal.h220 virtual int32_t setLayerSourceCrop(int64_t display, int64_t layer,
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h147 int32_t setLayerSourceCrop(int64_t display, int64_t layer,
DHalImpl.cpp1067 int32_t HalImpl::setLayerSourceCrop(int64_t display, int64_t layer, const common::FRect& crop) { in setLayerSourceCrop() function in aidl::android::hardware::graphics::composer3::impl::HalImpl
1073 return halLayer->setLayerSourceCrop(hwcCrop); in setLayerSourceCrop()
/hardware/interfaces/graphics/composer/aidl/vts/
DReadbackVts.cpp31 writer.setLayerSourceCrop(mDisplay, mLayer, mSourceCrop); in write()
DVtsHalGraphicsComposer3_TargetTest.cpp1765 writer.setLayerSourceCrop(display.getDisplayId(), layer, cropRect); in configureLayer()
2308 writer.setLayerSourceCrop(getPrimaryDisplayId(), layer, FRect{0.0f, 0.0f, 1.0f, 1.0f}); in TEST_P()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h372 void setLayerSourceCrop(const IComposerClient::FRect& crop) { in setLayerSourceCrop() function
/hardware/google/graphics/common/hwc3/
DComposerCommandEngine.cpp441 auto err = mHal->setLayerSourceCrop(display, layer, sourceCrop); in executeSetLayerSourceCrop()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h390 void setLayerSourceCrop(const IQtiComposerClient::FRect& crop) { in setLayerSourceCrop() function
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp448 mWriter->setLayerSourceCrop(display.getCrop()); in sendRefreshFrame()
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.cpp785 return exynosLayer->setLayerSourceCrop(crop); in exynos_setLayerSourceCrop()
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal1046 * setLayerSourceCrop(FRect crop);