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

/external/skia/src/gpu/android/
H A DSkNativeGLContext_android.cpp27 , fDisplay(EGL_NO_DISPLAY)
50 fDisplay = EGL_NO_DISPLAY;
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DSurfaceOpenVG.cpp54 ASSERT(m_eglDisplay != EGL_NO_DISPLAY);
73 ASSERT(m_eglDisplay != EGL_NO_DISPLAY);
92 ASSERT(m_eglDisplay != EGL_NO_DISPLAY);
110 , m_eglDisplay(EGL_NO_DISPLAY)
H A DEGLDisplayOpenVG.cpp51 if (currentDisplay == EGL_NO_DISPLAY || !managers.contains(currentDisplay))
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DlibEGL.cpp20 if (display == EGL_NO_DISPLAY)
115 return error(EGL_BAD_ALLOC, EGL_NO_DISPLAY);
118 return EGL_NO_DISPLAY;
128 if (dpy == EGL_NO_DISPLAY)
159 if (dpy == EGL_NO_DISPLAY)
401 return success(EGL_NO_DISPLAY);
427 return success(EGL_NO_DISPLAY);
623 eglMakeCurrent(EGL_NO_DISPLAY, EGL_NO_CONTEXT, EGL_NO_SURFACE, EGL_NO_SURFACE);
955 return error(EGL_BAD_ALLOC, EGL_NO_DISPLAY);
958 return EGL_NO_DISPLAY;
[all...]
H A Dmain.cpp50 current->display = EGL_NO_DISPLAY;
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c149 if (engine->display != EGL_NO_DISPLAY) {
160 engine->display = EGL_NO_DISPLAY;
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
H A Degl.h70 #define EGL_NO_DISPLAY ((EGLDisplay)0) macro
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTransferQueue.cpp61 , m_currentDisplay(EGL_NO_DISPLAY)
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java932 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) {

Completed in 187 milliseconds