Searched refs:ChooseConfig (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/device/google/cuttlefish/host/libs/config/ |
D | config_flag.cpp | 129 CF_EXPECT(ChooseConfig(m.value)); in INJECT() 171 Result<void> ChooseConfig(const std::string& name) { in ChooseConfig() function in cuttlefish::__anon133bd1350111::ConfigFlagImpl
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | entry_points_egl_autogen.cpp | 39 EGL_EVENT(ChooseConfig, in EGL_ChooseConfig() 49 ANGLE_EGL_SCOPED_CONTEXT_LOCK(ChooseConfig, thread, dpyPacked); in EGL_ChooseConfig() 52 ANGLE_EGL_VALIDATE(thread, ChooseConfig, GetDisplayIfValid(dpyPacked), EGLBoolean, in EGL_ChooseConfig() 60 returnValue = ChooseConfig(thread, dpyPacked, attrib_listPacked, configs, config_size, in EGL_ChooseConfig() 64 ANGLE_CAPTURE_EGL(ChooseConfig, true, thread, dpyPacked, attrib_listPacked, configs, in EGL_ChooseConfig()
|
H A D | egl_stubs_autogen.h | 41 EGLBoolean ChooseConfig(Thread *thread,
|
H A D | egl_stubs.cpp | 79 EGLBoolean ChooseConfig(Thread *thread, in ChooseConfig() function
|