Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dentry_points_egl_autogen.cpp897 EGL_EVENT(QueryAPI, ""); in EGL_QueryAPI()
900 ANGLE_EGL_SCOPED_CONTEXT_LOCK(QueryAPI, thread); in EGL_QueryAPI()
901 ANGLE_EGL_VALIDATE(thread, QueryAPI, nullptr, EGLenum); in EGL_QueryAPI()
903 returnValue = QueryAPI(thread); in EGL_QueryAPI()
906 ANGLE_CAPTURE_EGL(QueryAPI, true, thread, returnValue); in EGL_QueryAPI()
Degl_stubs_autogen.h136 EGLenum QueryAPI(Thread *thread);
Degl_stubs.cpp510 EGLenum QueryAPI(Thread *thread) in QueryAPI() function