/external/skia/platform_tools/android/apps/visualbench/src/main/jni/ |
D | SkOSWindow_AndroidNative.cpp | 13 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/ |
D | SkANGLEGLContext.cpp | 32 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/ |
D | teglSimpleConfigCase.cpp | 47 , 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()
|
D | teglNegativeApiTests.cpp | 174 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 …]
|
D | teglInfoTests.cpp | 60 , 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()
|
D | teglApiCase.cpp | 43 , m_display (EGL_NO_DISPLAY) in ApiCase() 62 m_display = EGL_NO_DISPLAY; in deinit() 141 if (got != EGL_NO_DISPLAY) in expectNoDisplay()
|
D | teglQueryConfigTests.cpp | 86 , 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()
|
D | teglClientExtensionTests.cpp | 137 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()
|
D | teglGetProcAddressTests.cpp | 117 , 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()
|
D | teglChooseConfigTests.cpp | 114 , 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()
|
D | teglSyncTests.cpp | 110 , 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()
|
D | teglMemoryStressTests.cpp | 351 , m_display (EGL_NO_DISPLAY) in MemoryStressCase() 385 if (m_display != EGL_NO_DISPLAY) in deinit() 388 m_display = EGL_NO_DISPLAY; in deinit()
|
D | teglResizeTests.cpp | 107 , 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/ |
D | autogl.h | 65 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/ |
D | SkCommandBufferGLContext.cpp | 31 #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/ |
D | egluUnique.cpp | 41 if (m_display != EGL_NO_DISPLAY) in ~UniqueDisplay() 47 return m_display != EGL_NO_DISPLAY; in operator bool()
|
D | egluUtil.cpp | 88 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()
|
D | egluGLContextFactory.cpp | 169 , 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/ |
D | EglBase14.java | 159 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()
|
D | EglBase10.java | 215 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/ |
D | SkOSWindow_win.cpp | 62 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/ |
D | egl_stuff.h | 15 EGLInterface() : display_(EGL_NO_DISPLAY), in EGLInterface()
|
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 149 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/ |
D | SkCreatePlatformGLContext_egl.cpp | 62 , fDisplay(EGL_NO_DISPLAY) in EGLGLContext() 207 fDisplay = EGL_NO_DISPLAY; in destroyGLContext()
|
/external/autotest/client/site_tests/graphics_GLAPICheck/src/ |
D | gles_APICheck.cc | 237 if (egl_display != EGL_NO_DISPLAY) { in ExitGraphics() 292 EGLDisplay egl_display = EGL_NO_DISPLAY; in main()
|