Searched refs:EglError (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/gles2_conform_support/egl/
H A Degl.cc28 T EglError(EGLint error_code, T return_value) { function in namespace:__anon8464
99 return EglError(EGL_BAD_DISPLAY, EGL_FALSE);
103 return EglError(EGL_NOT_INITIALIZED, EGL_FALSE);
120 return EglError(error_code, EGL_FALSE);
131 return EglError(error_code, static_cast<const char*>(NULL));
143 return EglError(EGL_BAD_PARAMETER, static_cast<const char*>(NULL));
154 return EglError(error_code, EGL_FALSE);
157 return EglError(EGL_BAD_PARAMETER, EGL_FALSE);
161 return EglError(EGL_BAD_ATTRIBUTE, EGL_FALSE);
172 return EglError(error_cod
[all...]

Completed in 651 milliseconds