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

1 2

  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLUtils.h 43 case EGL_BAD_DISPLAY:
44 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";
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 49 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
eglApi.cpp 137 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
153 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
450 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
1063 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
1081 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
    [all...]
egl.cpp 209 return setError(EGL_BAD_DISPLAY, egl_display_ptr(NULL));
  /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/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 22 return error(EGL_BAD_DISPLAY, false);
130 return error(EGL_BAD_DISPLAY, EGL_FALSE);
161 return error(EGL_BAD_DISPLAY, EGL_FALSE);
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 107 #define EGL_BAD_DISPLAY 0x3008
  /sdk/emulator/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); \
1106 setErrorReturn(EGL_BAD_DISPLAY, EGL_FALSE);
    [all...]
  /development/ndk/platforms/android-9/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 327 case EGL_BAD_DISPLAY:
  /frameworks/native/opengl/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008

Completed in 281 milliseconds

1 2