Searched refs:layerCount (Results 1 – 8 of 8) sorted by relevance
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferdescriptor.cpp | 218 …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()
|
D | mali_gralloc_public_interface.cpp | 366 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()
|
D | mali_gralloc_bufferdescriptor.h | 67 …ali_gralloc_set_layer_count_internal(gralloc1_buffer_descriptor_t descriptor, uint32_t layerCount);
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | DrmSwapchain.cpp | 70 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/ |
D | RenderControl.cpp | 50 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/ |
D | allocator3.cpp | 103 if (descriptor.layerCount != 1) { RETURN_ERROR(Error3::UNSUPPORTED); } in allocateImpl() 284 d->layerCount = raw[2]; in decodeBufferDescriptorInfo()
|
D | mapper3.cpp | 597 if (descriptor.layerCount != 1) { RETURN(false); } in isSupportedImpl() 653 (*raw)[2] = d.layerCount; in encodeBufferDescriptorInfo()
|
/device/generic/opengl-transport/host/libs/virglrenderer/include/nativebase/ |
D | nativebase.h | 56 uintptr_t layerCount; member
|