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

1 2 3 4

  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 166 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
169 expectError(EGL_BAD_DISPLAY);
172 expectError(EGL_BAD_DISPLAY);
203 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
206 expectError(EGL_BAD_DISPLAY);
209 expectError(EGL_BAD_DISPLAY);
251 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
254 expectError(EGL_BAD_DISPLAY);
257 expectError(EGL_BAD_DISPLAY);
287 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/native/opengl/tests/include/
EGLUtils.h 65 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
  /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 49 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
egl.cpp 99 return setError(EGL_BAD_DISPLAY, egl_display_ptr(NULL));
eglApi.cpp 299 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
315 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
734 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 47 public static final int EGL_BAD_DISPLAY = 0x3008;
  /external/mesa3d/src/egl/main/
eglcurrent.c 299 case EGL_BAD_DISPLAY:
300 s = "EGL_BAD_DISPLAY";
  /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";
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 107 #define EGL_BAD_DISPLAY 0x3008
  /development/ndk/platforms/android-9/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /external/mesa3d/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 50 ERROR_CASE(EGL_BAD_DISPLAY)
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 332 case EGL_BAD_DISPLAY:
  /frameworks/native/opengl/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008

Completed in 266 milliseconds

1 2 3 4