Home
last modified time | relevance | path

Searched refs:setDimensions (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h176 !initDispatch(GRALLOC1_FUNCTION_SET_DIMENSIONS, &mDispatch.setDimensions) || in initDispatch()
285 error = mDispatch.setDimensions(mDevice, descriptor, info.width, info.height); in createDescriptor()
344 GRALLOC1_PFN_SET_DIMENSIONS setDimensions; member
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h115 gralloc1_error_t setDimensions(uint32_t w, uint32_t h) { in setDimensions() function
172 &Descriptor::setDimensions, width, height); in setDimensionsHook()
DGralloc1On0Adapter.cpp411 descriptor.setDimensions(width, height); in retain()
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp69 void setDimensions(int32_t displayWidth, int32_t displayHeight) { in setDimensions() function in android::hardware::graphics::composer::V2_4::vts::__anonf14260750111::VtsDisplay
208 display.setDimensions(displayWidth, displayHeight); in setActiveConfigWithConstraints()
219 display.setDimensions(displayWidth, displayHeight); in setActiveConfig()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsComposerClient.cpp572 vtsDisplay->setDimensions(displayConfig.width, displayConfig.height); in updateDisplayProperties()
584 vtsDisplay->setDimensions(width.second, height.second); in updateDisplayProperties()
DVtsComposerClient.h250 void setDimensions(int32_t displayWidth, int32_t displayHeight) { in setDimensions() function