Home
last modified time | relevance | path

Searched refs:ChooseConfig (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dconfig_flag.cpp129 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 Dentry_points_egl_autogen.cpp39 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 Degl_stubs_autogen.h41 EGLBoolean ChooseConfig(Thread *thread,
H A Degl_stubs.cpp79 EGLBoolean ChooseConfig(Thread *thread, in ChooseConfig() function