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

1 2 3 4 5 6 7

  /packages/services/Car/evs/app/
glError.cpp 40 case EGL_BAD_DISPLAY:
41 return "EGL_BAD_DISPLAY";
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 172 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
175 expectError(EGL_BAD_DISPLAY);
178 expectError(EGL_BAD_DISPLAY);
209 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
212 expectError(EGL_BAD_DISPLAY);
215 expectError(EGL_BAD_DISPLAY);
257 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
260 expectError(EGL_BAD_DISPLAY);
263 expectError(EGL_BAD_DISPLAY);
293 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection")
    [all...]
teglClientExtensionTests.cpp 140 if (eglError == EGL_BAD_DISPLAY)
198 if (eglQueryError == EGL_BAD_DISPLAY)
259 if (eglQueryError == EGL_BAD_DISPLAY)
teglGetProcAddressTests.cpp 133 // EGL_BAD_DISPLAY is generated if client extensions are not supported.
134 if (error.getError() != EGL_BAD_DISPLAY)
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 245 case EGL10.EGL_BAD_DISPLAY:
246 return "EGL_BAD_DISPLAY";
EGL14.java 47 public static final int EGL_BAD_DISPLAY = 0x3008;
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 44 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
egl.cpp 92 return setError(EGL_BAD_DISPLAY, egl_display_ptr(NULL));
eglApi.cpp 305 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE);
321 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE);
    [all...]
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 40 return error(EGL_BAD_DISPLAY, false);
140 return error(EGL_BAD_DISPLAY, EGL_FALSE);
160 return error(EGL_BAD_DISPLAY, EGL_FALSE);
975 return error(EGL_BAD_DISPLAY, EGL_NO_IMAGE_KHR);
1061 return error(EGL_BAD_DISPLAY, EGL_FALSE);
1131 return error(EGL_BAD_DISPLAY, EGL_NO_SYNC_KHR);
1165 return error(EGL_BAD_DISPLAY, EGL_FALSE);
1187 return error(EGL_BAD_DISPLAY, EGL_FALSE);
1215 return error(EGL_BAD_DISPLAY, EGL_FALSE);
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 47 public static final int EGL_BAD_DISPLAY = 0x3008;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 30 int EGL_BAD_DISPLAY = 0x3008;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 85 case EGL_BAD_DISPLAY: return "BAD DISPLAY";
  /external/deqp/framework/egl/
egluStrUtil.inl 51 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
  /external/mesa3d/src/egl/main/
eglcurrent.c 254 case EGL_BAD_DISPLAY:
255 s = "EGL_BAD_DISPLAY";
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 107 #define EGL_BAD_DISPLAY 0x3008
  /packages/services/Car/evs/sampleDriver/
GlWrapper.cpp 81 case EGL_BAD_DISPLAY:
82 return "EGL_BAD_DISPLAY";
  /development/ndk/platforms/android-14/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /development/ndk/platforms/android-18/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /development/ndk/platforms/android-19/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /development/ndk/platforms/android-21/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /development/ndk/platforms/android-23/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /development/ndk/platforms/android-24/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /development/ndk/platforms/android-9/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008

Completed in 597 milliseconds

1 2 3 4 5 6 7