Searched refs:EGL_BAD_MATCH (Results 1 – 3 of 3) sorted by relevance
47 case EGL_BAD_MATCH: in toEGLErrorConstant()
351 … return error(EGL_BAD_MATCH, EGL_NO_SURFACE); // Rendering directly to front buffer not supported in eglCreateWindowSurface()357 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); in eglCreateWindowSurface()359 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); in eglCreateWindowSurface()
86 #define EGL_BAD_MATCH 0x3009 macro