Home
last modified time | relevance | path

Searched refs:ANDROID_native_buffer (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.cpp184 ProcHook::ANDROID_native_buffer,
506 ProcHook::ANDROID_native_buffer,
513 ProcHook::ANDROID_native_buffer,
520 ProcHook::ANDROID_native_buffer,
527 ProcHook::ANDROID_native_buffer,
555 ProcHook::ANDROID_native_buffer,
596 if (strcmp(name, "VK_ANDROID_native_buffer") == 0) return ProcHook::ANDROID_native_buffer; in GetProcHookExtension()
703 INIT_PROC_EXT(ANDROID_native_buffer, false, dev, GetSwapchainGrallocUsageANDROID); in InitDriverTable()
704 INIT_PROC_EXT(ANDROID_native_buffer, false, dev, GetSwapchainGrallocUsage2ANDROID); in InitDriverTable()
705 INIT_PROC_EXT(ANDROID_native_buffer, false, dev, GetSwapchainGrallocUsage3ANDROID); in InitDriverTable()
[all …]
H A Ddriver.cpp701 case ProcHook::ANDROID_native_buffer: in FilterExtension()
732 ext_bit = ProcHook::ANDROID_native_buffer; in FilterExtension()
769 case ProcHook::ANDROID_native_buffer: in FilterExtension()
820 if (ext_bit == ProcHook::ANDROID_native_buffer) in FilterExtension()
1494 if ((wrapper.GetHalExtensions()[ProcHook::ANDROID_native_buffer]) && in CreateDevice()
H A Ddriver_gen.h42 ANDROID_native_buffer, enumerator
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_device.c270 app_exts->KHR_swapchain || app_exts->ANDROID_native_buffer || in vn_device_fix_create_info()
298 if (app_exts->ANDROID_native_buffer) { in vn_device_fix_create_info()
H A Dvn_physical_device.c943 exts->ANDROID_native_buffer = true; in vn_physical_device_get_native_extensions()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c265 .ANDROID_native_buffer = true,
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c242 ext->ANDROID_native_buffer = true; in get_device_extensions()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c281 .ANDROID_native_buffer = true, in get_device_extensions()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c707 .ANDROID_native_buffer = true, in radv_physical_device_get_supported_extensions()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c342 .ANDROID_native_buffer = true, in get_device_extensions()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_device.cc314 ext->ANDROID_native_buffer = true; in get_device_extensions()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.2.0.rst1347 - venus: add extension check for ANDROID_native_buffer
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv35708 …s/native,[email protected],vulkan: Adjust ANDROID_native_buffer to match n…
36118 …/frameworks/native,[email protected],vulkan: Rev 7 of ANDROID_native_buffer
36212[email protected],vulkan: Update implementor's guide for V6 of ANDROID_native_buffer spec
37050 …,[email protected],vulkan: Implement V7 of ANDROID_native_buffer in nulldrv