Home
last modified time | relevance | path

Searched defs:EGLError (Results 1 – 3 of 3) sorted by relevance

/dports/x11/virtualgl/virtualgl-3.0/server/
H A DEGLError.h28 EGLError(const char *method_, int line_) : eglError(_eglGetError()) in EGLError() function
33 EGLError(const char *method_, int line_, EGLint eglError_) : in EGLError() function
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/EGL/
H A D_errors.py4 class EGLError( EGLError ): class
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/
H A Derror.py160 class EGLError( GLError ): class