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.h123 EGLBoolean QueryDebugKHR(Thread *thread, EGLint attribute, EGLAttrib *value);
Dentry_points_egl_ext_autogen.cpp726 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()
Degl_ext_stubs.cpp338 EGLBoolean QueryDebugKHR(Thread *thread, EGLint attribute, EGLAttrib *value) in QueryDebugKHR() function