Home
last modified time | relevance | path

Searched refs:EGL_NO_DISPLAY (Results 1 – 25 of 50) sorted by relevance

12

/external/skia/platform_tools/android/apps/visualbench/src/main/jni/
DSkOSWindow_AndroidNative.cpp13 fWindow.fDisplay = EGL_NO_DISPLAY; in SkOSWindow()
54 if (EGL_NO_DISPLAY == display) { in attach()
153 if (fWindow.fDisplay != EGL_NO_DISPLAY) { in detach()
163 fWindow.fDisplay = EGL_NO_DISPLAY; in detach()
169 if (fWindow.fDisplay != EGL_NO_DISPLAY && fWindow.fContext != EGL_NO_CONTEXT) { in present()
179 if (fWindow.fDisplay != EGL_NO_DISPLAY) { in setVsync()
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp32 EGLDisplay display = EGL_NO_DISPLAY; in GetD3DEGLDisplay()
60 for (int i = 0; i < 3 && display == EGL_NO_DISPLAY; ++i) { in GetD3DEGLDisplay()
69 , fDisplay(EGL_NO_DISPLAY) in SkANGLEGLContext()
85 if (EGL_NO_DISPLAY == fDisplay) { in SkANGLEGLContext()
210 fDisplay = EGL_NO_DISPLAY; in destroyGLContext()
/external/deqp/modules/egl/
DteglSimpleConfigCase.cpp47 , m_display (EGL_NO_DISPLAY) in SimpleConfigCase()
59 DE_ASSERT(m_display == EGL_NO_DISPLAY && m_configs.empty()); in init()
77 m_display = EGL_NO_DISPLAY; in init()
90 if (m_display != EGL_NO_DISPLAY) in deinit()
93 m_display = EGL_NO_DISPLAY; in deinit()
DteglNegativeApiTests.cpp174 expectFalse(eglBindTexImage(EGL_NO_DISPLAY, EGL_NO_SURFACE, EGL_BACK_BUFFER)); in init()
211 expectFalse(eglCopyBuffers(EGL_NO_DISPLAY, EGL_NO_SURFACE, pixmap->getLegacyNative())); in init()
259 …expectFalse(eglChooseConfig(EGL_NO_DISPLAY, s_emptyAttribList, &configs[0], DE_LENGTH_OF_ARRAY(con… in init()
295 expectNoContext(eglCreateContext(EGL_NO_DISPLAY, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
471 …expectNoSurface(eglCreatePbufferFromClientBuffer(EGL_NO_DISPLAY, EGL_OPENVG_IMAGE, 0, (EGLConfig)0… in init()
541 expectNoSurface(eglCreatePbufferSurface(EGL_NO_DISPLAY, DE_NULL, s_emptyAttribList)); in init()
656 expectNoSurface(eglCreatePixmapSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList)); in init()
686 …expectNoSurface(eglCreateWindowSurface(EGL_NO_DISPLAY, config, window->getLegacyNative(), s_emptyA… in init()
703 expectFalse(eglDestroyContext(EGL_NO_DISPLAY, DE_NULL)); in init()
729 expectFalse(eglDestroySurface(EGL_NO_DISPLAY, DE_NULL)); in init()
[all …]
DteglInfoTests.cpp60 , m_display (EGL_NO_DISPLAY) in InfoCase()
67 DE_ASSERT(m_display == EGL_NO_DISPLAY); in init()
74 m_display = EGL_NO_DISPLAY; in deinit()
DteglApiCase.cpp43 , m_display (EGL_NO_DISPLAY) in ApiCase()
62 m_display = EGL_NO_DISPLAY; in deinit()
141 if (got != EGL_NO_DISPLAY) in expectNoDisplay()
DteglQueryConfigTests.cpp86 , m_display (EGL_NO_DISPLAY) in GetConfigsBoundsCase()
92 DE_ASSERT(m_display == EGL_NO_DISPLAY); in init()
100 m_display = EGL_NO_DISPLAY; in deinit()
218 , m_display (EGL_NO_DISPLAY) in GetConfigAttribCase()
224 DE_ASSERT(m_display == EGL_NO_DISPLAY); in init()
235 m_display = EGL_NO_DISPLAY; in deinit()
DteglClientExtensionTests.cpp137 const char* const clientExtesionsStr = egl.queryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); in iterate()
189 const char* const clientExtensionsStr = egl.queryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); in iterate()
256 const char* const clientExtensionsStr = egl.queryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); in iterate()
DteglGetProcAddressTests.cpp117 , m_display (EGL_NO_DISPLAY) in GetProcAddressCase()
138 DE_ASSERT(m_display == EGL_NO_DISPLAY); in init()
153 m_display = EGL_NO_DISPLAY; in deinit()
DteglChooseConfigTests.cpp114 , m_display (EGL_NO_DISPLAY) in ChooseConfigCase()
128 , m_display (EGL_NO_DISPLAY) in ChooseConfigCase()
134 DE_ASSERT(m_display == EGL_NO_DISPLAY); in init()
141 m_display = EGL_NO_DISPLAY; in deinit()
155 , m_display (EGL_NO_DISPLAY) in ChooseConfigCase()
DteglSyncTests.cpp110 , m_eglDisplay (EGL_NO_DISPLAY) in SyncTest()
235 if (m_eglDisplay != EGL_NO_DISPLAY) in deinit()
261 m_eglDisplay = EGL_NO_DISPLAY; in deinit()
327 m_sync = egl.createSyncKHR(EGL_NO_DISPLAY, m_syncType, NULL); in iterate()
625 …EGLint status = egl.clientWaitSyncKHR(EGL_NO_DISPLAY, m_sync, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR, EGL… in iterate()
831 …EGLBoolean result = egl.getSyncAttribKHR(EGL_NO_DISPLAY, m_sync, EGL_SYNC_CONDITION_KHR, &conditio… in iterate()
1006 EGLBoolean result = egl.destroySyncKHR(EGL_NO_DISPLAY, m_sync); in iterate()
1106 EGLint status = egl.waitSyncKHR(EGL_NO_DISPLAY, m_sync, 0); in iterate()
DteglMemoryStressTests.cpp351 , m_display (EGL_NO_DISPLAY) in MemoryStressCase()
385 if (m_display != EGL_NO_DISPLAY) in deinit()
388 m_display = EGL_NO_DISPLAY; in deinit()
DteglResizeTests.cpp107 , m_display (EGL_NO_DISPLAY) in ResizeTest()
198 if (m_display != EGL_NO_DISPLAY) in deinit()
202 m_display = EGL_NO_DISPLAY; in deinit()
/external/drm_hwcomposer/
Dautogl.h65 rhs.display_ = EGL_NO_DISPLAY; in AutoEGLDisplayImage()
90 display_ = EGL_NO_DISPLAY; in clear()
100 EGLDisplay display_ = EGL_NO_DISPLAY;
/external/skia/src/gpu/gl/command_buffer/
DSkCommandBufferGLContext.cpp31 #define EGL_NO_DISPLAY ((EGLDisplay)0) macro
148 , fDisplay(EGL_NO_DISPLAY) in SkCommandBufferGLContext()
206 if (EGL_NO_DISPLAY == fDisplay) { in initializeGLContext()
282 if (EGL_NO_DISPLAY == fDisplay) { in destroyGLContext()
303 fDisplay = EGL_NO_DISPLAY; in destroyGLContext()
/external/deqp/framework/egl/
DegluUnique.cpp41 if (m_display != EGL_NO_DISPLAY) in ~UniqueDisplay()
47 return m_display != EGL_NO_DISPLAY; in operator bool()
DegluUtil.cpp88 return getExtensions(egl, EGL_NO_DISPLAY); in getClientExtensions()
93 DE_ASSERT(display != EGL_NO_DISPLAY); in getDisplayExtensions()
233 EGLDisplay display = EGL_NO_DISPLAY; in getDisplay()
250 TCU_CHECK(display != EGL_NO_DISPLAY); in getDisplay()
256 TCU_CHECK(display != EGL_NO_DISPLAY); in getDisplay()
261 DE_ASSERT(display != EGL_NO_DISPLAY); in getDisplay()
DegluGLContextFactory.cpp169 , m_eglDisplay (EGL_NO_DISPLAY) in RenderContext()
434 if (m_eglDisplay != EGL_NO_DISPLAY) in destroy()
446 m_eglDisplay = EGL_NO_DISPLAY; in destroy()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase14.java159 if (eglDisplay == EGL14.EGL_NO_DISPLAY || eglContext == EGL14.EGL_NO_CONTEXT in checkIsNotReleased()
174 eglDisplay = EGL14.EGL_NO_DISPLAY; in release()
220 if (eglDisplay == EGL14.EGL_NO_DISPLAY) { in getEglDisplay()
DEglBase10.java215 if (eglDisplay == EGL10.EGL_NO_DISPLAY || eglContext == EGL10.EGL_NO_CONTEXT in checkIsNotReleased()
229 eglDisplay = EGL10.EGL_NO_DISPLAY; in release()
265 if (eglDisplay == EGL10.EGL_NO_DISPLAY) { in getEglDisplay()
/external/skia/src/views/win/
DSkOSWindow_win.cpp62 fDisplay = EGL_NO_DISPLAY; in SkOSWindow()
92 if (EGL_NO_DISPLAY != fDisplay) { in ~SkOSWindow()
94 fDisplay = EGL_NO_DISPLAY; in ~SkOSWindow()
424 if (EGL_NO_DISPLAY == display) { in create_ANGLE()
494 if (EGL_NO_DISPLAY == fDisplay) { in attachANGLE()
539 fDisplay = EGL_NO_DISPLAY; in detachANGLE()
/external/autotest/client/deps/glbench/src/
Degl_stuff.h15 EGLInterface() : display_(EGL_NO_DISPLAY), in EGLInterface()
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c149 if (engine->display != EGL_NO_DISPLAY) { in engine_term_display()
160 engine->display = EGL_NO_DISPLAY; in engine_term_display()
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp62 , fDisplay(EGL_NO_DISPLAY) in EGLGLContext()
207 fDisplay = EGL_NO_DISPLAY; in destroyGLContext()
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
Dgles_APICheck.cc237 if (egl_display != EGL_NO_DISPLAY) { in ExitGraphics()
292 EGLDisplay egl_display = EGL_NO_DISPLAY; in main()

12