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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 19 #define EGL_NO_DISPLAY ((EGLDisplay)0)
  /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) {
135 if (mEGLDisplay != EGL14.EGL_NO_DISPLAY) {
146 if (mEGLDisplay != EGL14.EGL_NO_DISPLAY) {
155 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 174 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_NULL))
    [all...]
  /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 103 if (mEglDisplay == EGL_NO_DISPLAY) {
160 if (mEglDisplay != EGL_NO_DISPLAY) {
173 mEglDisplay = EGL_NO_DISPLAY;
  /cts/tests/tests/graphics/src/android/graphics/cts/
SyncTest.java 68 private EGLDisplay mEglDisplay = EGL_NO_DISPLAY;
74 if (mEglDisplay == EGL_NO_DISPLAY) {
  /cts/tests/tests/opengl/src/android/opengl/cts/
GlTestBase.java 33 import static android.opengl.EGL14.EGL_NO_DISPLAY;
66 assertNotSame(EGL_NO_DISPLAY, sEglDisplay);
FramebufferTest.java 159 private EGLDisplay mEGLDisplay = EGL14.EGL_NO_DISPLAY;
181 if (mEGLDisplay != EGL14.EGL_NO_DISPLAY) {
190 if (mEGLDisplay == EGL14.EGL_NO_DISPLAY) {
288 if (mEGLDisplay != EGL14.EGL_NO_DISPLAY) {
296 mEGLDisplay = EGL14.EGL_NO_DISPLAY;
304 if (mEGLDisplay != EGL14.EGL_NO_DISPLAY) {
370 if (mEGLDisplay == EGL14.EGL_NO_DISPLAY) {
383 if (mEGLDisplay == EGL14.EGL_NO_DISPLAY) {
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 31 #define EGL_NO_DISPLAY ((EGLDisplay)0)
142 : fContext(EGL_NO_CONTEXT), fDisplay(EGL_NO_DISPLAY), fSurface(EGL_NO_SURFACE) {
166 if (EGL_NO_DISPLAY == fDisplay) {
237 if (EGL_NO_DISPLAY == fDisplay) {
254 fDisplay = EGL_NO_DISPLAY;
  /packages/services/Car/evs/app/
RenderBase.cpp 30 EGLDisplay RenderBase::sDisplay = EGL_NO_DISPLAY;
44 if (sDisplay != EGL_NO_DISPLAY) {
64 if (display == EGL_NO_DISPLAY) {
  /prebuilts/ndk/r11/sources/android/ndk_helper/
GLContext.cpp 38 display_( EGL_NO_DISPLAY ),
190 if( display_ != EGL_NO_DISPLAY )
205 display_ = EGL_NO_DISPLAY;
  /prebuilts/ndk/r13/sources/android/ndk_helper/
GLContext.cpp 38 display_( EGL_NO_DISPLAY ),
190 if( display_ != EGL_NO_DISPLAY )
205 display_ = EGL_NO_DISPLAY;
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 57 return EGL_NO_DISPLAY;
121 if (EGL_NO_DISPLAY == fDisplay) {
162 SkASSERT(EGL_NO_DISPLAY == fDisplay);
165 if (EGL_NO_DISPLAY == fDisplay) {
322 if (EGL_NO_DISPLAY != fDisplay) {
336 fDisplay = 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;
  /external/skia/tools/fiddle/
egl_context.cpp 35 if (EGL_NO_DISPLAY == eglDpy) {
  /frameworks/native/libs/gui/include/gui/
BufferSlot.h 178 mEglDisplay(EGL_NO_DISPLAY),
  /frameworks/native/libs/gui/tests/
GLTest.h 39 mEglDisplay(EGL_NO_DISPLAY),

Completed in 167 milliseconds

1 2 3 4 5 6 7 8 91011>>