Home
last modified time | relevance | path

Searched refs:setLayerCount (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h187 if (!initDispatch(GRALLOC1_FUNCTION_SET_LAYER_COUNT, &mDispatch.setLayerCount)) { in initDispatch()
292 error = mDispatch.setLayerCount(mDevice, descriptor, info.layerCount); in createDescriptor()
346 GRALLOC1_PFN_SET_LAYER_COUNT setLayerCount; member
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h126 gralloc1_error_t setLayerCount(uint32_t lc) { in setLayerCount() function
184 &Descriptor::setLayerCount, layerCount); in setLayerCountHook()