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

1 2 3 4

  /frameworks/native/opengl/tests/include/
EGLUtils.h 63 case EGL_BAD_CONTEXT: return "EGL_BAD_CONTEXT";
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 241 case EGL10.EGL_BAD_CONTEXT:
242 return "EGL_BAD_CONTEXT";
EGL14.java 45 public static final int EGL_BAD_CONTEXT = 0x3006;
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 47 case EGL_BAD_CONTEXT: return "EGL_BAD_CONTEXT";
eglApi.cpp 677 return setError(EGL_BAD_CONTEXT, EGL_NO_CONTEXT);
718 return setError(EGL_BAD_CONTEXT, EGL_FALSE);
752 return setError(EGL_BAD_CONTEXT, EGL_FALSE);
832 if (!_c.get()) return setError(EGL_BAD_CONTEXT, EGL_FALSE);
861 if (!c) return setError(EGL_BAD_CONTEXT, EGL_NO_SURFACE);
881 if (!c) return setError(EGL_BAD_CONTEXT, EGL_NO_SURFACE);
893 return setError(EGL_BAD_CONTEXT, EGL_FALSE);
904 return setError(EGL_BAD_CONTEXT, EGL_FALSE);
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 45 public static final int EGL_BAD_CONTEXT = 0x3006;
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 176 else if( err == EGL_CONTEXT_LOST || err == EGL_BAD_CONTEXT )
  /external/mesa3d/src/egl/main/
eglcurrent.c 293 case EGL_BAD_CONTEXT:
294 s = "EGL_BAD_CONTEXT";
eglapi.c 51 * EGL_BAD_CONTEXT
199 _eglError(EGL_BAD_CONTEXT, msg);
435 RETURN_EGL_ERROR(disp, EGL_BAD_CONTEXT, EGL_NO_CONTEXT);
485 RETURN_EGL_ERROR(disp, EGL_BAD_CONTEXT, EGL_FALSE);
670 RETURN_EGL_ERROR(disp, EGL_BAD_CONTEXT, EGL_FALSE);
1035 RETURN_EGL_ERROR(disp, 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";
  /external/deqp/framework/egl/
egluStrUtil.inl 49 case EGL_BAD_CONTEXT: return "EGL_BAD_CONTEXT";
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 95 // - EGL_BAD_CONTEXT is generated if share_context is not an EGL rendering context of the same client API type as the newly created context and is not EGL_NO_CONTEXT
705 log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering context");
708 expectError(EGL_BAD_CONTEXT);
711 expectError(EGL_BAD_CONTEXT);
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 105 #define EGL_BAD_CONTEXT 0x3006
  /development/ndk/platforms/android-9/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /external/mesa3d/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 48 ERROR_CASE(EGL_BAD_CONTEXT)
  /frameworks/native/opengl/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006

Completed in 2094 milliseconds

1 2 3 4