Loading opengl/libs/EGL/egl_platform_entries.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ char const * const gBuiltinExtensionString = "EGL_EXT_surface_CTA861_3_metadata " ; // Whitelist of extensions exposed to applications if implemented in the vendor driver. // Allowed list of extensions exposed to applications if implemented in the vendor driver. char const * const gExtensionString = "EGL_KHR_image " // mandatory "EGL_KHR_image_base " // mandatory Loading vulkan/libvulkan/code-generator.tmpl +2 −2 Original line number Diff line number Diff line Loading @@ -1137,7 +1137,7 @@ VK_KHR_bind_memory2 {{if not (GetAnnotation $ "pfn")}} {{$ext := GetAnnotation $ "extension"}} {{if not $ext}}true {{else if not (Macro "IsExtensionBlacklisted" $ext)}}true {{else if not (Macro "IsExtensionBlocked" $ext)}}true {{end}} {{end}} {{end}} Loading Loading @@ -1168,7 +1168,7 @@ VK_KHR_bind_memory2 Emit "true" if an extension is unsupportable on Android. ------------------------------------------------------------------------------ */}} {{define "IsExtensionBlacklisted"}} {{define "IsExtensionBlocked"}} {{$ext := index $.Arguments 0}} {{ if eq $ext "VK_KHR_display"}}true {{else if eq $ext "VK_KHR_display_swapchain"}}true Loading Loading
opengl/libs/EGL/egl_platform_entries.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ char const * const gBuiltinExtensionString = "EGL_EXT_surface_CTA861_3_metadata " ; // Whitelist of extensions exposed to applications if implemented in the vendor driver. // Allowed list of extensions exposed to applications if implemented in the vendor driver. char const * const gExtensionString = "EGL_KHR_image " // mandatory "EGL_KHR_image_base " // mandatory Loading
vulkan/libvulkan/code-generator.tmpl +2 −2 Original line number Diff line number Diff line Loading @@ -1137,7 +1137,7 @@ VK_KHR_bind_memory2 {{if not (GetAnnotation $ "pfn")}} {{$ext := GetAnnotation $ "extension"}} {{if not $ext}}true {{else if not (Macro "IsExtensionBlacklisted" $ext)}}true {{else if not (Macro "IsExtensionBlocked" $ext)}}true {{end}} {{end}} {{end}} Loading Loading @@ -1168,7 +1168,7 @@ VK_KHR_bind_memory2 Emit "true" if an extension is unsupportable on Android. ------------------------------------------------------------------------------ */}} {{define "IsExtensionBlacklisted"}} {{define "IsExtensionBlocked"}} {{$ext := index $.Arguments 0}} {{ if eq $ext "VK_KHR_display"}}true {{else if eq $ext "VK_KHR_display_swapchain"}}true Loading