Searched refs:setDimensions (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
D | Gralloc1Hal.h | 176 !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/ |
D | Gralloc1On0Adapter.h | 115 gralloc1_error_t setDimensions(uint32_t w, uint32_t h) { in setDimensions() function 172 &Descriptor::setDimensions, width, height); in setDimensionsHook()
|
D | Gralloc1On0Adapter.cpp | 411 descriptor.setDimensions(width, height); in retain()
|
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 69 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/ |
D | VtsComposerClient.cpp | 572 vtsDisplay->setDimensions(displayConfig.width, displayConfig.height); in updateDisplayProperties() 584 vtsDisplay->setDimensions(width.second, height.second); in updateDisplayProperties()
|
D | VtsComposerClient.h | 250 void setDimensions(int32_t displayWidth, int32_t displayHeight) { in setDimensions() function
|