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

1 2

  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLUtils.h 37 case EGL_BAD_CONTEXT:
38 return "EGL_BAD_CONTEXT";
  /frameworks/native/opengl/tests/include/
EGLUtils.h 63 case EGL_BAD_CONTEXT: return "EGL_BAD_CONTEXT";
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 249 case EGL10.EGL_BAD_CONTEXT:
250 return "EGL_BAD_CONTEXT";
EGLLogWrapper.java 549 case EGL_BAD_CONTEXT:
550 return "EGL_BAD_CONTEXT";
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 47 case EGL_BAD_CONTEXT: return "EGL_BAD_CONTEXT";
eglApi.cpp 434 return setError(EGL_BAD_CONTEXT, EGL_FALSE);
549 if (!_c.get()) return setError(EGL_BAD_CONTEXT, EGL_FALSE);
578 if (!c) return setError(EGL_BAD_CONTEXT, EGL_NO_SURFACE);
598 if (!c) return setError(EGL_BAD_CONTEXT, EGL_NO_SURFACE);
610 return setError(EGL_BAD_CONTEXT, EGL_FALSE);
621 return setError(EGL_BAD_CONTEXT, EGL_FALSE);
961 return setError(EGL_BAD_CONTEXT, EGL_FALSE);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 28 int EGL_BAD_CONTEXT = 0x3006;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 83 case EGL_BAD_CONTEXT: return "BAD CONTEXT";
  /sdk/emulator/opengl/system/egl/
egl.cpp 50 case EGL_BAD_CONTEXT: return "EGL_BAD_CONTEXT";
122 RETURN_ERROR(ret,EGL_BAD_CONTEXT); \
844 setErrorReturn(EGL_BAD_CONTEXT, EGL_FALSE);
953 setErrorReturn(EGL_BAD_CONTEXT, EGL_FALSE);
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 105 #define EGL_BAD_CONTEXT 0x3006
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 57 return error(EGL_BAD_CONTEXT, false);
833 return error(EGL_BAD_CONTEXT, EGL_FALSE);
  /development/ndk/platforms/android-9/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /frameworks/native/opengl/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 70 case EGL_BAD_CONTEXT: return "EGL_BAD_CONTEXT";

Completed in 304 milliseconds

1 2