Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Degl_ext_stubs_autogen.h132 const char *QueryDeviceStringEXT(Thread *thread, Device *devicePacked, EGLint name);
Dentry_points_egl_ext_autogen.cpp671 EGL_EVENT(QueryDeviceStringEXT, "device = 0x%016" PRIxPTR ", name = %d", (uintptr_t)device, in EGL_QueryDeviceStringEXT()
678 ANGLE_EGL_VALIDATE(thread, QueryDeviceStringEXT, nullptr, const char *, devicePacked, name); in EGL_QueryDeviceStringEXT()
680 return QueryDeviceStringEXT(thread, devicePacked, name); in EGL_QueryDeviceStringEXT()
Degl_ext_stubs.cpp386 const char *QueryDeviceStringEXT(Thread *thread, Device *dev, EGLint name) in QueryDeviceStringEXT() function