Searched refs:QueryDebugKHR (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libGLESv2/ |
D | egl_ext_stubs_autogen.h | 123 EGLBoolean QueryDebugKHR(Thread *thread, EGLint attribute, EGLAttrib *value);
|
D | entry_points_egl_ext_autogen.cpp | 726 EGL_EVENT(QueryDebugKHR, "attribute = %d, value = 0x%016" PRIxPTR "", attribute, in EGL_QueryDebugKHR() 731 ANGLE_EGL_VALIDATE(thread, QueryDebugKHR, nullptr, EGLBoolean, attribute, value); in EGL_QueryDebugKHR() 733 return QueryDebugKHR(thread, attribute, value); in EGL_QueryDebugKHR()
|
D | egl_ext_stubs.cpp | 338 EGLBoolean QueryDebugKHR(Thread *thread, EGLint attribute, EGLAttrib *value) in QueryDebugKHR() function
|