Home
last modified time | relevance | path

Searched refs:EglBadNativePixmap (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DError.h103 using EglBadNativePixmap = priv::ErrorStream<EGL_BAD_NATIVE_PIXMAP>; variable
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp480 return egl::EglBadNativePixmap() << "Invalid native pixmap, XGetGeometry failed: " in validatePixmap()