HomeSort by relevance Sort by last modified time
    Searched refs:EGL_NO_DISPLAY (Results 1 - 25 of 213) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 19 #define EGL_NO_DISPLAY ((EGLDisplay)0)
  /external/skia/platform_tools/android/apps/visualbench/src/main/jni/
SkOSWindow_AndroidNative.cpp 13 fWindow.fDisplay = EGL_NO_DISPLAY;
54 if (EGL_NO_DISPLAY == display) {
153 if (fWindow.fDisplay != EGL_NO_DISPLAY) {
163 fWindow.fDisplay = EGL_NO_DISPLAY;
169 if (fWindow.fDisplay != EGL_NO_DISPLAY && fWindow.fContext != EGL_NO_CONTEXT) {
179 if (fWindow.fDisplay != EGL_NO_DISPLAY) {
  /external/drm_hwcomposer/
autogl.h 65 rhs.display_ = EGL_NO_DISPLAY;
90 display_ = EGL_NO_DISPLAY;
100 EGLDisplay display_ = EGL_NO_DISPLAY;
  /external/autotest/client/deps/glbench/src/
egl_stuff.h 15 EGLInterface() : display_(EGL_NO_DISPLAY),
  /external/deqp/framework/egl/
egluUnique.cpp 41 if (m_display != EGL_NO_DISPLAY)
47 return m_display != EGL_NO_DISPLAY;
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 41 private EGLDisplay mEGLDisplay = EGL14.EGL_NO_DISPLAY;
67 if (mEGLDisplay == EGL14.EGL_NO_DISPLAY) {
134 if (mEGLDisplay != EGL14.EGL_NO_DISPLAY) {
144 if (mEGLDisplay != EGL14.EGL_NO_DISPLAY) {
153 mEGLDisplay = EGL14.EGL_NO_DISPLAY;
OutputSurface.java 48 private EGLDisplay mEGLDisplay = EGL14.EGL_NO_DISPLAY;
124 if (mEGLDisplay == EGL14.EGL_NO_DISPLAY) {
180 if (mEGLDisplay != EGL14.EGL_NO_DISPLAY) {
193 mEGLDisplay = EGL14.EGL_NO_DISPLAY;
  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 47 , 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;
teglApiCase.cpp 43 , 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;
teglInfoTests.cpp 60 , m_display (EGL_NO_DISPLAY)
67 DE_ASSERT(m_display == EGL_NO_DISPLAY);
74 m_display = EGL_NO_DISPLAY;
teglNegativeApiTests.cpp 168 expectFalse(eglBindTexImage(EGL_NO_DISPLAY, EGL_NO_SURFACE, EGL_BACK_BUFFER));
205 expectFalse(eglCopyBuffers(EGL_NO_DISPLAY, EGL_NO_SURFACE, pixmap->getLegacyNative()));
253 expectFalse(eglChooseConfig(EGL_NO_DISPLAY, s_emptyAttribList, &configs[0], DE_LENGTH_OF_ARRAY(configs), &numConfigs));
289 expectNoContext(eglCreateContext(EGL_NO_DISPLAY, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList));
465 expectNoSurface(eglCreatePbufferFromClientBuffer(EGL_NO_DISPLAY, EGL_OPENVG_IMAGE, 0, (EGLConfig)0, DE_NULL));
535 expectNoSurface(eglCreatePbufferSurface(EGL_NO_DISPLAY, DE_NULL, s_emptyAttribList));
650 expectNoSurface(eglCreatePixmapSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList));
680 expectNoSurface(eglCreateWindowSurface(EGL_NO_DISPLAY, config, window->getLegacyNative(), s_emptyAttribList));
697 expectFalse(eglDestroyContext(EGL_NO_DISPLAY, DE_NULL));
723 expectFalse(eglDestroySurface(EGL_NO_DISPLAY, DE_NULL))
    [all...]
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 32 EGLDisplay display = EGL_NO_DISPLAY;
60 for (int i = 0; i < 3 && display == EGL_NO_DISPLAY; ++i) {
69 , fDisplay(EGL_NO_DISPLAY)
85 if (EGL_NO_DISPLAY == fDisplay) {
210 fDisplay = EGL_NO_DISPLAY;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 52 private EGLDisplay mEGLDisplay = EGL14.EGL_NO_DISPLAY;
128 if (mEGLDisplay == EGL14.EGL_NO_DISPLAY) {
184 if (mEGLDisplay != EGL14.EGL_NO_DISPLAY) {
197 mEGLDisplay = EGL14.EGL_NO_DISPLAY;
  /frameworks/av/cmds/screenrecord/
EglWindow.h 35 mEglDisplay(EGL_NO_DISPLAY),
EglWindow.cpp 104 if (mEglDisplay == EGL_NO_DISPLAY) {
161 if (mEglDisplay != EGL_NO_DISPLAY) {
174 mEglDisplay = EGL_NO_DISPLAY;
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 38 display_( EGL_NO_DISPLAY ),
190 if( display_ != EGL_NO_DISPLAY )
205 display_ = EGL_NO_DISPLAY;
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 90 , mEglDisplay(EGL_NO_DISPLAY)
105 LOG_ALWAYS_FATAL_IF(mEglDisplay == EGL_NO_DISPLAY,
144 return mEglDisplay != EGL_NO_DISPLAY;
216 LOG_ALWAYS_FATAL_IF(mEglDisplay == EGL_NO_DISPLAY,
251 if (mEglDisplay == EGL_NO_DISPLAY) return;
260 mEglDisplay = EGL_NO_DISPLAY;
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 162 private EGLDisplay mEGLDisplay = EGL14.EGL_NO_DISPLAY;
184 if (mEGLDisplay != EGL14.EGL_NO_DISPLAY) {
193 if (mEGLDisplay == EGL14.EGL_NO_DISPLAY) {
291 if (mEGLDisplay != EGL14.EGL_NO_DISPLAY) {
299 mEGLDisplay = EGL14.EGL_NO_DISPLAY;
307 if (mEGLDisplay != EGL14.EGL_NO_DISPLAY) {
373 if (mEGLDisplay == EGL14.EGL_NO_DISPLAY) {
386 if (mEGLDisplay == EGL14.EGL_NO_DISPLAY) {
  /cts/tests/openglperf2/jni/graphics/
Renderer.cpp 91 mOffscreen(offscreen), mEglDisplay(EGL_NO_DISPLAY), mEglSurface(EGL_NO_SURFACE),
98 EGL_RESULT_CHECK(mEglDisplay != EGL_NO_DISPLAY);
134 if (mEglDisplay != EGL_NO_DISPLAY) {
136 mEglDisplay = EGL_NO_DISPLAY;
  /frameworks/native/include/gui/
BufferSlot.h 178 mEglDisplay(EGL_NO_DISPLAY),
  /frameworks/native/libs/gui/tests/
GLTest.h 39 mEglDisplay(EGL_NO_DISPLAY),
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 132 if ( (eglDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY)) == EGL_NO_DISPLAY )
171 if (eglDisplay != EGL_NO_DISPLAY)
173 eglMakeCurrent( EGL_NO_DISPLAY, EGL_NO_SURFACE,
178 eglDisplay = EGL_NO_DISPLAY;
  /external/skia/src/gpu/gl/command_buffer/
SkCommandBufferGLContext.cpp 31 #define EGL_NO_DISPLAY ((EGLDisplay)0)
148 , fDisplay(EGL_NO_DISPLAY)
206 if (EGL_NO_DISPLAY == fDisplay) {
282 if (EGL_NO_DISPLAY == fDisplay) {
303 fDisplay = EGL_NO_DISPLAY;
  /frameworks/native/libs/gui/
GLConsumer.cpp 167 mEglDisplay(EGL_NO_DISPLAY),
195 mEglDisplay(EGL_NO_DISPLAY),
499 if (mEglDisplay == EGL_NO_DISPLAY) {
557 if (mEglDisplay == EGL_NO_DISPLAY) {
565 if (mEglDisplay != dpy || dpy == EGL_NO_DISPLAY) {
611 if (mEglDisplay != dpy && mEglDisplay != EGL_NO_DISPLAY) {
621 if (dpy != EGL_NO_DISPLAY && ctx != EGL_NO_CONTEXT) {
630 mEglDisplay = EGL_NO_DISPLAY;
656 if (dpy == EGL_NO_DISPLAY) {
    [all...]
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 46 private EGLDisplay mEglDisplay = EGL10.EGL_NO_DISPLAY;
82 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) {

Completed in 1021 milliseconds

1 2 3 4 5 6 7 8 9