Searched refs:EGL_BAD_DISPLAY (Results 1 – 12 of 12) sorted by relevance
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 166 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 …]
|
D | teglClientExtensionTests.cpp | 140 if (eglError == EGL_BAD_DISPLAY) in iterate() 198 if (eglQueryError == EGL_BAD_DISPLAY) in iterate() 259 if (eglQueryError == EGL_BAD_DISPLAY) in iterate()
|
D | teglSyncTests.cpp | 319 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()
|
D | teglImageTests.cpp | 193 …K_CREATE("Testing bad display (-1)...", (EGLDisplay)-1, EGL_NO_CONTEXT, EGL_NONE, EGL_BAD_DISPLAY); in iterate()
|
/external/deqp/framework/egl/ |
D | egluStrUtil.inl | 51 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
|
/external/mesa3d/src/egl/main/ |
D | eglcurrent.c | 299 case EGL_BAD_DISPLAY: in _eglError()
|
D | eglapi.c | 167 _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/ |
D | egl.h | 85 #define EGL_BAD_DISPLAY 0x3008 macro
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 55 #define EGL_BAD_DISPLAY 0x3008 macro
|
/external/robolectric/lib/main/ |
D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/drm_hwcomposer/ |
D | glworker.cpp | 106 case EGL_BAD_DISPLAY: in GetEGLError()
|