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

1 2 3 4 5

  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 19 #define EGL_NO_DISPLAY ((EGLDisplay)0)
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 27 , fDisplay(EGL_NO_DISPLAY)
50 fDisplay = EGL_NO_DISPLAY;
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 28 , fDisplay(EGL_NO_DISPLAY)
51 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) {
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 38 mEglDisplay(EGL_NO_DISPLAY),
47 ASSERT_NE(EGL_NO_DISPLAY, mEglDisplay);
116 if (mEglDisplay != 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/base/core/jni/
android_opengl_EGLExt.cpp 86 jobject localeglNoDisplayObject = _env->NewObject(egldisplayClass, egldisplayConstructor, (jint)EGL_NO_DISPLAY);
96 jfieldID noDisplayFieldID = _env->GetStaticFieldID(eglClass, "EGL_NO_DISPLAY", "Landroid/opengl/EGLDisplay;");
121 (EGLDisplay)handle == 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/tools/glgen/stubs/egl/
EGL14cHeader.cpp 85 jobject localeglNoDisplayObject = _env->NewObject(egldisplayClass, egldisplayConstructor, (jint)EGL_NO_DISPLAY);
95 jfieldID noDisplayFieldID = _env->GetStaticFieldID(eglClass, "EGL_NO_DISPLAY", "Landroid/opengl/EGLDisplay;");
120 (EGLDisplay)handle == EGL_NO_DISPLAY) {
EGLExtcHeader.cpp 86 jobject localeglNoDisplayObject = _env->NewObject(egldisplayClass, egldisplayConstructor, (jint)EGL_NO_DISPLAY);
96 jfieldID noDisplayFieldID = _env->GetStaticFieldID(eglClass, "EGL_NO_DISPLAY", "Landroid/opengl/EGLDisplay;");
121 (EGLDisplay)handle == EGL_NO_DISPLAY) {
  /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) {
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 221 mBufferQueue->releaseBuffer(id, EGL_NO_DISPLAY, EGL_NO_SYNC_KHR,
293 mBufferQueue->releaseBuffer(item.mBuf, EGL_NO_DISPLAY,
434 mBufferQueue->releaseBuffer(item.mBuf, 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) &&
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 66 if (mEGLDisplay == EGL14.EGL_NO_DISPLAY) {
  /frameworks/native/cmds/flatland/
GLHelper.cpp 26 mDisplay(EGL_NO_DISPLAY),
41 if (mDisplay == EGL_NO_DISPLAY) {
112 if (mDisplay != EGL_NO_DISPLAY) {
125 mDisplay = EGL_NO_DISPLAY;
  /frameworks/native/libs/gui/
BufferItemConsumer.cpp 87 err = releaseBufferLocked(item.mBuf, EGL_NO_DISPLAY,
GLConsumer.cpp 94 mEglDisplay(EGL_NO_DISPLAY),
276 if (mEglDisplay == EGL_NO_DISPLAY) {
317 if ((mEglDisplay != dpy && mEglDisplay != EGL_NO_DISPLAY) ||
318 dpy == EGL_NO_DISPLAY) {
364 if (mEglDisplay != dpy && mEglDisplay != EGL_NO_DISPLAY) {
374 if (dpy != EGL_NO_DISPLAY && ctx != EGL_NO_CONTEXT) {
395 mEglDisplay = EGL_NO_DISPLAY;
421 if (dpy == EGL_NO_DISPLAY) {
781 if (mEglDisplay != dpy || mEglDisplay == 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;

Completed in 820 milliseconds

1 2 3 4 5