Home
last modified time | relevance | path

Searched refs:layerCount (Results 1 – 8 of 8) sorted by relevance

/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferdescriptor.cpp218 …mali_gralloc_set_layer_count_internal(gralloc1_buffer_descriptor_t descriptor, uint32_t layerCount) in mali_gralloc_set_layer_count_internal() argument
227 if (layerCount == 0) in mali_gralloc_set_layer_count_internal()
229 AERR("Invalid layer count: %" PRIu32, layerCount); in mali_gralloc_set_layer_count_internal()
233 buffer_descriptor->layer_count = layerCount; in mali_gralloc_set_layer_count_internal()
Dmali_gralloc_public_interface.cpp366 uint32_t layerCount) in mali_gralloc1_set_layer_count() argument
369 ret = mali_gralloc_set_layer_count_internal(descriptor, layerCount); in mali_gralloc1_set_layer_count()
417 if (!descriptorInfo->width || !descriptorInfo->height ||!descriptorInfo->layerCount) in mali_gralloc1_validate_buffer_size()
420 descriptorInfo->width, descriptorInfo->height, descriptorInfo->layerCount); in mali_gralloc1_validate_buffer_size()
433 grallocDescriptor.layer_count = descriptorInfo->layerCount; in mali_gralloc1_validate_buffer_size()
Dmali_gralloc_bufferdescriptor.h67 …ali_gralloc_set_layer_count_internal(gralloc1_buffer_descriptor_t descriptor, uint32_t layerCount);
/device/generic/goldfish-opengl/system/hwc3/
DDrmSwapchain.cpp70 const uint32_t layerCount = 1; in create() local
74 width, height, ::android::PIXEL_FORMAT_RGBA_8888, layerCount, usage, &handle, in create()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp50 anwb->layerCount++; in incRefANWB()
55 if (anwb->layerCount > 0) { in decRefANWB()
56 anwb->layerCount--; in decRefANWB()
57 if (anwb->layerCount == 0) in decRefANWB()
67 layerCount = 0U; in FakeANativeWindowBuffer()
/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp103 if (descriptor.layerCount != 1) { RETURN_ERROR(Error3::UNSUPPORTED); } in allocateImpl()
284 d->layerCount = raw[2]; in decodeBufferDescriptorInfo()
Dmapper3.cpp597 if (descriptor.layerCount != 1) { RETURN(false); } in isSupportedImpl()
653 (*raw)[2] = d.layerCount; in encodeBufferDescriptorInfo()
/device/generic/opengl-transport/host/libs/virglrenderer/include/nativebase/
Dnativebase.h56 uintptr_t layerCount; member