Home
last modified time | relevance | path

Searched refs:EGL_BAD_DISPLAY (Results 1 – 12 of 12) sorted by relevance

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp166 expectError(EGL_BAD_DISPLAY); in init()
169 expectError(EGL_BAD_DISPLAY); in init()
192 expectError(EGL_BAD_DISPLAY); in init()
195 expectError(EGL_BAD_DISPLAY); in init()
240 expectError(EGL_BAD_DISPLAY); in init()
243 expectError(EGL_BAD_DISPLAY); in init()
276 expectError(EGL_BAD_DISPLAY); in init()
279 expectError(EGL_BAD_DISPLAY); in init()
452 expectError(EGL_BAD_DISPLAY); in init()
455 expectError(EGL_BAD_DISPLAY); in init()
[all …]
DteglClientExtensionTests.cpp140 if (eglError == EGL_BAD_DISPLAY) in iterate()
198 if (eglQueryError == EGL_BAD_DISPLAY) in iterate()
259 if (eglQueryError == EGL_BAD_DISPLAY) in iterate()
DteglSyncTests.cpp319 if (error != EGL_BAD_DISPLAY) in iterate()
593 if (error != EGL_BAD_DISPLAY) in iterate()
781 if (error != EGL_BAD_DISPLAY) in iterate()
941 if (error != EGL_BAD_DISPLAY) in iterate()
1032 if (error != EGL_BAD_DISPLAY) in iterate()
DteglImageTests.cpp193 …K_CREATE("Testing bad display (-1)...", (EGLDisplay)-1, EGL_NO_CONTEXT, EGL_NONE, EGL_BAD_DISPLAY); in iterate()
/external/deqp/framework/egl/
DegluStrUtil.inl51 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
/external/mesa3d/src/egl/main/
Deglcurrent.c299 case EGL_BAD_DISPLAY: in _eglError()
Deglapi.c167 _eglError(EGL_BAD_DISPLAY, msg); in _eglCheckDisplay()
314 RETURN_EGL_ERROR(NULL, EGL_BAD_DISPLAY, EGL_FALSE); in eglInitialize()
340 RETURN_EGL_ERROR(NULL, EGL_BAD_DISPLAY, EGL_FALSE); in eglTerminate()
472 RETURN_EGL_ERROR(disp, EGL_BAD_DISPLAY, EGL_FALSE); in eglMakeCurrent()
479 RETURN_EGL_ERROR(disp, EGL_BAD_DISPLAY, EGL_FALSE); in eglMakeCurrent()
/external/mesa3d/include/EGL/
Degl.h85 #define EGL_BAD_DISPLAY 0x3008 macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl55 #define EGL_BAD_DISPLAY 0x3008 macro
/external/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/drm_hwcomposer/
Dglworker.cpp106 case EGL_BAD_DISPLAY: in GetEGLError()