Searched refs:EGL_NO_DISPLAY (Results 1 - 25 of 68) sorted by relevance

123

/external/drm_hwcomposer/
H A Dautogl.h65 rhs.display_ = EGL_NO_DISPLAY;
90 display_ = EGL_NO_DISPLAY;
100 EGLDisplay display_ = EGL_NO_DISPLAY;
/external/deqp/framework/egl/
H A DegluUnique.cpp41 if (m_display != EGL_NO_DISPLAY)
47 return m_display != EGL_NO_DISPLAY;
H A DegluUtil.cpp88 return getExtensions(egl, EGL_NO_DISPLAY);
93 DE_ASSERT(display != EGL_NO_DISPLAY);
233 EGLDisplay display = EGL_NO_DISPLAY;
250 TCU_CHECK(display != EGL_NO_DISPLAY);
256 TCU_CHECK(display != EGL_NO_DISPLAY);
261 DE_ASSERT(display != EGL_NO_DISPLAY);
/external/deqp/modules/egl/
H A DteglSimpleConfigCase.cpp47 , m_display (EGL_NO_DISPLAY)
59 DE_ASSERT(m_display == EGL_NO_DISPLAY && m_configs.empty());
77 m_display = EGL_NO_DISPLAY;
90 if (m_display != EGL_NO_DISPLAY)
93 m_display = EGL_NO_DISPLAY;
H A DteglApiCase.cpp43 , m_display (EGL_NO_DISPLAY)
62 m_display = EGL_NO_DISPLAY;
141 if (got != EGL_NO_DISPLAY)
143 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: EGL_NO_DISPLAY" << TestLog::EndMessage;
H A DteglInfoTests.cpp60 , m_display (EGL_NO_DISPLAY)
67 DE_ASSERT(m_display == EGL_NO_DISPLAY);
74 m_display = EGL_NO_DISPLAY;
H A DteglNegativeApiTests.cpp174 expectFalse(eglBindTexImage(EGL_NO_DISPLAY, EGL_NO_SURFACE, EGL_BACK_BUFFER));
211 expectFalse(eglCopyBuffers(EGL_NO_DISPLAY, EGL_NO_SURFACE, pixmap->getLegacyNative()));
259 expectFalse(eglChooseConfig(EGL_NO_DISPLAY, s_emptyAttribList, &configs[0], DE_LENGTH_OF_ARRAY(configs), &numConfigs));
295 expectNoContext(eglCreateContext(EGL_NO_DISPLAY, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList));
471 expectNoSurface(eglCreatePbufferFromClientBuffer(EGL_NO_DISPLAY, EGL_OPENVG_IMAGE, 0, (EGLConfig)0, DE_NULL));
541 expectNoSurface(eglCreatePbufferSurface(EGL_NO_DISPLAY, DE_NULL, s_emptyAttribList));
656 expectNoSurface(eglCreatePixmapSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList));
686 expectNoSurface(eglCreateWindowSurface(EGL_NO_DISPLAY, config, window->getLegacyNative(), s_emptyAttribList));
703 expectFalse(eglDestroyContext(EGL_NO_DISPLAY, DE_NULL));
729 expectFalse(eglDestroySurface(EGL_NO_DISPLAY, DE_NUL
[all...]
H A DteglClientExtensionTests.cpp137 const char* const clientExtesionsStr = egl.queryString(EGL_NO_DISPLAY, EGL_EXTENSIONS);
165 m_testCtx.getLog() << TestLog::Message << "eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS) didn't fail, but extension string doesn't contain EGL_EXT_client_extensions" <<TestLog::EndMessage;
189 const char* const clientExtensionsStr = egl.queryString(EGL_NO_DISPLAY, EGL_EXTENSIONS);
256 const char* const clientExtensionsStr = egl.queryString(EGL_NO_DISPLAY, EGL_EXTENSIONS);
H A DteglGetProcAddressTests.cpp117 , m_display (EGL_NO_DISPLAY)
138 DE_ASSERT(m_display == EGL_NO_DISPLAY);
153 m_display = EGL_NO_DISPLAY;
H A DteglThreadCleanUpTests.cpp173 , m_display (EGL_NO_DISPLAY)
241 if (m_display != EGL_NO_DISPLAY)
244 m_display = EGL_NO_DISPLAY;
H A DteglQueryConfigTests.cpp86 , m_display (EGL_NO_DISPLAY)
92 DE_ASSERT(m_display == EGL_NO_DISPLAY);
100 m_display = EGL_NO_DISPLAY;
218 , m_display (EGL_NO_DISPLAY)
224 DE_ASSERT(m_display == EGL_NO_DISPLAY);
235 m_display = EGL_NO_DISPLAY;
H A DteglMutableRenderBufferTests.cpp78 , m_eglDisplay (EGL_NO_DISPLAY)
189 if (m_eglDisplay != EGL_NO_DISPLAY)
192 m_eglDisplay = EGL_NO_DISPLAY;
H A DteglChooseConfigTests.cpp116 , m_display (EGL_NO_DISPLAY)
130 , m_display (EGL_NO_DISPLAY)
136 DE_ASSERT(m_display == EGL_NO_DISPLAY);
143 m_display = EGL_NO_DISPLAY;
157 , m_display (EGL_NO_DISPLAY)
/external/autotest/client/deps/glbench/src/
H A Degl_stuff.h15 EGLInterface() : display_(EGL_NO_DISPLAY),
H A Degl_stuff.cc113 CHECK(display_ != EGL_NO_DISPLAY);
/external/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp29 #define EGL_NO_DISPLAY ((EGLDisplay)0) macro
140 : fContext(EGL_NO_CONTEXT), fDisplay(EGL_NO_DISPLAY), fSurface(EGL_NO_SURFACE) {
164 if (EGL_NO_DISPLAY == fDisplay) {
235 if (EGL_NO_DISPLAY == fDisplay) {
252 fDisplay = EGL_NO_DISPLAY;
/external/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp58 return EGL_NO_DISPLAY;
104 , fDisplay(EGL_NO_DISPLAY)
121 if (EGL_NO_DISPLAY == fDisplay) {
245 fDisplay = EGL_NO_DISPLAY;
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp59 fDisplay = EGL_NO_DISPLAY;
86 if (EGL_NO_DISPLAY != fDisplay) {
88 fDisplay = EGL_NO_DISPLAY;
398 return EGL_NO_DISPLAY;
401 EGLDisplay display = EGL_NO_DISPLAY;
415 for (int i = 0; i < 3 && display == EGL_NO_DISPLAY; ++i) {
479 if (EGL_NO_DISPLAY == display) {
549 if (EGL_NO_DISPLAY == fDisplay) {
592 fDisplay = EGL_NO_DISPLAY;
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DEglBase10.java215 if (eglDisplay == EGL10.EGL_NO_DISPLAY || eglContext == EGL10.EGL_NO_CONTEXT
229 eglDisplay = EGL10.EGL_NO_DISPLAY;
265 if (eglDisplay == EGL10.EGL_NO_DISPLAY) {
H A DEglBase14.java159 if (eglDisplay == EGL14.EGL_NO_DISPLAY || eglContext == EGL14.EGL_NO_CONTEXT
174 eglDisplay = EGL14.EGL_NO_DISPLAY;
220 if (eglDisplay == EGL14.EGL_NO_DISPLAY) {
/external/mesa3d/src/egl/main/
H A Degldisplay.h202 * Return the handle of a linked display, or EGL_NO_DISPLAY.
207 return (EGLDisplay) ((dpy) ? dpy : EGL_NO_DISPLAY);
/external/skia/tools/viewer/sk_app/android/
H A DGLWindowContext_android.cpp43 , fDisplay(EGL_NO_DISPLAY)
/external/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp38 if(display == EGL_NO_DISPLAY)
136 if(dpy == EGL_NO_DISPLAY)
158 if(dpy == EGL_NO_DISPLAY)
175 if(dpy == EGL_NO_DISPLAY && name == EGL_EXTENSIONS)
488 eglMakeCurrent(EGL_NO_DISPLAY, EGL_NO_CONTEXT, EGL_NO_SURFACE, EGL_NO_SURFACE);
1051 return error(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
1059 return error(EGL_BAD_ATTRIBUTE, EGL_NO_DISPLAY);
1064 return error(EGL_BAD_ATTRIBUTE, EGL_NO_DISPLAY); // Unimplemented
1071 return error(EGL_BAD_ATTRIBUTE, EGL_NO_DISPLAY); // Unimplemented
/external/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp63 , fDisplay(EGL_NO_DISPLAY)
212 fDisplay = EGL_NO_DISPLAY;
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c149 if (engine->display != EGL_NO_DISPLAY) {
160 engine->display = EGL_NO_DISPLAY;

Completed in 610 milliseconds

123