HomeSort by relevance Sort by last modified time
    Searched refs:ProcHook (Results 1 - 8 of 8) sorted by null

  /frameworks/native/vulkan/libvulkan/
driver_gen.cpp 35 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
44 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
52 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
61 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
70 if (GetData(queue).hook_extensions[ProcHook::KHR_swapchain]) {
79 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
88 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
97 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
106 if (GetData(device).hook_extensions[ProcHook::GOOGLE_display_timing]) {
115 if (GetData(device).hook_extensions[ProcHook::GOOGLE_display_timing])
    [all...]
driver_gen.h 29 struct ProcHook {
96 const ProcHook* GetProcHook(const char* name);
97 ProcHook::Extension GetProcHookExtension(const char* name);
101 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions);
104 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions);
driver.cpp 104 const std::bitset<ProcHook::EXTENSION_COUNT>& GetHookExtensions() const;
105 const std::bitset<ProcHook::EXTENSION_COUNT>& GetHalExtensions() const;
144 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions_;
145 std::bitset<ProcHook::EXTENSION_COUNT> hal_extensions_;
304 hook_extensions_.set(ProcHook::EXTENSION_CORE);
305 hal_extensions_.set(ProcHook::EXTENSION_CORE);
316 hook_extensions_.set(ProcHook::EXTENSION_CORE);
317 hal_extensions_.set(ProcHook::EXTENSION_CORE);
335 const std::bitset<ProcHook::EXTENSION_COUNT>&
340 const std::bitset<ProcHook::EXTENSION_COUNT>
    [all...]
driver.h 71 hook_extensions.set(ProcHook::EXTENSION_CORE);
78 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;
93 hook_extensions.set(ProcHook::EXTENSION_CORE);
101 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;
api_gen.h 219 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions);
223 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions);
api.cpp 502 std::bitset<driver::ProcHook::EXTENSION_COUNT> enabled_extensions_;
519 enabled_extensions_.set(driver::ProcHook::EXTENSION_CORE);
924 if (ext_bit != driver::ProcHook::EXTENSION_UNKNOWN)
    [all...]
api_gen.cpp 48 if (extensions[driver::ProcHook::ext]) \
148 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions) {
191 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions) {
    [all...]
swapchain.cpp 696 instance_data.hook_extensions.test(ProcHook::EXT_swapchain_colorspace);
    [all...]

Completed in 206 milliseconds