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