Home
last modified time | relevance | path

Searched refs:driCheckOption (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dxmlconfig.cpp146 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_BOOL), true); in TEST_F()
148 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_ENUM), false); in TEST_F()
149 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_INT), false); in TEST_F()
150 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_FLOAT), false); in TEST_F()
151 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_STRING), false); in TEST_F()
153 EXPECT_EQ(driCheckOption(&options, "not_present", DRI_BOOL), false); in TEST_F()
177 EXPECT_EQ(driCheckOption(&cache, "mesa_b_option", DRI_BOOL), true); in TEST_F()
178 EXPECT_EQ(driCheckOption(&cache, "mesa_s_option", DRI_STRING), true); in TEST_F()
179 EXPECT_EQ(driCheckOption(&cache, "mesa_test_unknown_option", DRI_BOOL), false); in TEST_F()
/hardware/google/gfxstream/guest/mesa/src/util/
Dxmlconfig.h149 unsigned char driCheckOption(const driOptionCache *cache, const char *name,
Dxmlconfig.c1264 driCheckOption(const driOptionCache *cache, const char *name, in driCheckOption() function
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c2937 if (driCheckOption(dri_options, "vk_x11_override_min_image_count", DRI_INT)) { in wsi_x11_init_wsi()
2941 if (driCheckOption(dri_options, "vk_x11_strict_image_count", DRI_BOOL)) { in wsi_x11_init_wsi()
2945 if (driCheckOption(dri_options, "vk_x11_ensure_min_image_count", DRI_BOOL)) { in wsi_x11_init_wsi()
2950 if (driCheckOption(dri_options, "vk_xwayland_wait_ready", DRI_BOOL)) { in wsi_x11_init_wsi()
Dwsi_common.c235 if (driCheckOption(dri_options, "adaptive_sync", DRI_BOOL)) in wsi_device_init()
239 if (driCheckOption(dri_options, "vk_wsi_force_bgra8_unorm_first", DRI_BOOL)) { in wsi_device_init()
244 if (driCheckOption(dri_options, "vk_wsi_force_swapchain_to_current_extent", DRI_BOOL)) { in wsi_device_init()