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.h128 const char *QueryDeviceStringEXT(Thread *thread, Device *devicePacked, EGLint name);
Dentry_points_egl_ext_autogen.cpp584 EGL_EVENT(QueryDeviceStringEXT, "device = 0x%016" PRIxPTR ", name = %d", (uintptr_t)device, in EGL_QueryDeviceStringEXT()
591 ANGLE_EGL_VALIDATE(thread, QueryDeviceStringEXT, nullptr, const char *, devicePacked, name); in EGL_QueryDeviceStringEXT()
593 return QueryDeviceStringEXT(thread, devicePacked, name); in EGL_QueryDeviceStringEXT()
Degl_ext_stubs.cpp371 const char *QueryDeviceStringEXT(Thread *thread, Device *dev, EGLint name) in QueryDeviceStringEXT() function