Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DError.h99 using EglBadDevice = priv::ErrorStream<EGL_BAD_DEVICE_EXT>; variable
DvalidationEGL.cpp2470 return EglBadDevice() << "Invalid device parameter"; in ValidateReleaseDeviceANGLE()
2476 return EglBadDevice() << "Device must have been created using eglCreateDevice"; in ValidateReleaseDeviceANGLE()
/external/angle/src/libGLESv2/
Dentry_points_egl_ext.cpp362 thread->setError(EglBadDevice(), GetDebug(), "eglQueryDeviceStringEXT", in EGL_QueryDeviceStringEXT()