Home
last modified time | relevance | path

Searched refs:QueryAPI (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_egl_autogen.cpp1105 EGL_EVENT(QueryAPI, ""); in EGL_QueryAPI()
1108 ANGLE_EGL_SCOPED_CONTEXT_LOCK(QueryAPI, thread); in EGL_QueryAPI()
1111 ANGLE_EGL_VALIDATE(thread, QueryAPI, nullptr, EGLenum); in EGL_QueryAPI()
1117 returnValue = QueryAPI(thread); in EGL_QueryAPI()
1120 ANGLE_CAPTURE_EGL(QueryAPI, true, thread, returnValue); in EGL_QueryAPI()
H A Degl_stubs_autogen.h136 EGLenum QueryAPI(Thread *thread);
H A Degl_stubs.cpp566 EGLenum QueryAPI(Thread *thread) in QueryAPI() function