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

1 2 3

  /external/chromium_org/ui/gl/
egl_util.cc 36 case EGL_BAD_DISPLAY:
37 return "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 253 case EGL10.EGL_BAD_DISPLAY:
254 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";
eglApi.cpp 229 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
245 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
688 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
    [all...]
egl.cpp 254 return setError(EGL_BAD_DISPLAY, egl_display_ptr(NULL));
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 47 public static final int EGL_BAD_DISPLAY = 0x3008;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcurrent.c 299 case EGL_BAD_DISPLAY:
300 s = "EGL_BAD_DISPLAY";
  /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/chromium_org/gpu/gles2_conform_support/egl/
egl.cc 41 return EGL_BAD_DISPLAY;
99 return EglError(EGL_BAD_DISPLAY, EGL_FALSE);
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 52 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
95 RETURN_ERROR(ret, EGL_BAD_DISPLAY); \
129 setErrorReturn(EGL_BAD_DISPLAY, EGL_FALSE); \
1104 setErrorReturn(EGL_BAD_DISPLAY, EGL_FALSE);
    [all...]
  /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
  /external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /external/chromium_org/third_party/angle/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /external/chromium_org/third_party/khronos/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /external/chromium_org/third_party/mesa/src/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /external/mesa3d/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 329 case EGL_BAD_DISPLAY:
  /frameworks/native/opengl/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008

Completed in 366 milliseconds

1 2 3