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

1 2 3

  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 19 #define EGL_NO_DISPLAY ((EGLDisplay)0)
  /external/skia/src/gpu/android/
SkNativeGLContext_android.cpp 27 , fDisplay(EGL_NO_DISPLAY)
50 fDisplay = EGL_NO_DISPLAY;
  /frameworks/base/opengl/java/android/opengl/
ManagedEGLContext.java 20 import static javax.microedition.khronos.egl.EGL10.EGL_NO_DISPLAY;
116 if (display == EGL_NO_DISPLAY) {
  /external/webkit/Source/WebCore/platform/graphics/openvg/
SurfaceOpenVG.cpp 54 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)
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 131 if ( (eglDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY)) == EGL_NO_DISPLAY )
170 if (eglDisplay != EGL_NO_DISPLAY)
172 eglMakeCurrent( EGL_NO_DISPLAY, EGL_NO_SURFACE,
177 eglDisplay = EGL_NO_DISPLAY;
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 20 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...]
main.cpp 50 current->display = EGL_NO_DISPLAY;
  /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) {
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 34 mEglDisplay(EGL_NO_DISPLAY) {
39 ASSERT_NE(EGL_NO_DISPLAY, mEglDisplay);
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 222 if ( (eglDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY)) == EGL_NO_DISPLAY )
281 if (eglDisplay != EGL_NO_DISPLAY)
283 eglMakeCurrent( EGL_NO_DISPLAY, EGL_NO_SURFACE,
288 eglDisplay = EGL_NO_DISPLAY;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp 150 if (eglDpy != EGL_NO_DISPLAY) {
FBConfig.cpp 73 if (dpy == EGL_NO_DISPLAY) {
153 if (dpy == EGL_NO_DISPLAY) {
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 33 : display_(EGL_NO_DISPLAY),
80 display_ != EGL_NO_DISPLAY);
120 (display() != EGL_NO_DISPLAY) &&
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 77 if (dpy == EGL_NO_DISPLAY) {
78 printf("eglGetDisplay returned EGL_NO_DISPLAY.\n");
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 149 if (engine->display != EGL_NO_DISPLAY) {
160 engine->display = EGL_NO_DISPLAY;
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 149 if (engine->display != EGL_NO_DISPLAY) {
160 engine->display = EGL_NO_DISPLAY;
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 110 return EGL10.EGL_NO_DISPLAY;
130 return EGL10.EGL_NO_DISPLAY;
  /frameworks/native/libs/gui/
SurfaceTexture.cpp 119 mEglDisplay(EGL_NO_DISPLAY),
203 if ((mEglDisplay != dpy && mEglDisplay != EGL_NO_DISPLAY) ||
204 dpy == EGL_NO_DISPLAY) {
350 if (mEglDisplay != dpy && mEglDisplay != EGL_NO_DISPLAY) {
360 if (dpy != EGL_NO_DISPLAY && ctx != EGL_NO_CONTEXT) {
381 mEglDisplay = EGL_NO_DISPLAY;
407 if (dpy == EGL_NO_DISPLAY) {
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 68 static EGLDisplay sEglDisplay = EGL_NO_DISPLAY;
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 43 m_eglDisplay = EGL_NO_DISPLAY;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 93 EGLDisplay EGL_NO_DISPLAY = new com.google.android.gles_jni.EGLDisplayImpl(0);
  /frameworks/native/include/gui/
BufferQueue.h 288 : mEglDisplay(EGL_NO_DISPLAY),
  /frameworks/native/opengl/libs/EGL/
egl_display.h 114 DisplayImpl() : dpy(EGL_NO_DISPLAY), state(NOT_INITIALIZED) { }
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 70 static EGLDisplay sEglDisplay = EGL_NO_DISPLAY;
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 247 mBufferQueue->releaseBuffer(item.mBuf, EGL_NO_DISPLAY, EGL_NO_SYNC_KHR);
336 mBufferQueue->releaseBuffer(id, EGL_NO_DISPLAY, EGL_NO_SYNC_KHR);

Completed in 481 milliseconds

1 2 3