Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Degl_ext_stubs_autogen.h127 EGLBoolean QueryDebugKHR(Thread *thread, EGLint attribute, EGLAttrib *value);
Dentry_points_egl_ext_autogen.cpp869 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()
Degl_ext_stubs.cpp353 EGLBoolean QueryDebugKHR(Thread *thread, EGLint attribute, EGLAttrib *value) in QueryDebugKHR() function