Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Degl_ext_stubs_autogen.h177 EGLBoolean ReleaseDeviceANGLE(Thread *thread, Device *devicePacked);
Dentry_points_egl_ext_autogen.cpp248 EGL_EVENT(ReleaseDeviceANGLE, "device = 0x%016" PRIxPTR "", (uintptr_t)device); in EGL_ReleaseDeviceANGLE()
254 ANGLE_EGL_VALIDATE(thread, ReleaseDeviceANGLE, nullptr, EGLBoolean, devicePacked); in EGL_ReleaseDeviceANGLE()
256 return ReleaseDeviceANGLE(thread, devicePacked); in EGL_ReleaseDeviceANGLE()
Degl_ext_stubs.cpp615 EGLBoolean ReleaseDeviceANGLE(Thread *thread, Device *dev) in ReleaseDeviceANGLE() function