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

1 2 3 4 5 6 7

  /packages/services/Car/evs/app/
glError.cpp 34 case EGL_BAD_CONTEXT:
35 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 42 case EGL_BAD_CONTEXT: return "EGL_BAD_CONTEXT";
eglApi.cpp     [all...]
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 45 public static final int EGL_BAD_CONTEXT = 0x3006;
  /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";
  /prebuilts/ndk/r11/sources/android/ndk_helper/
GLContext.cpp 176 else if( err == EGL_CONTEXT_LOST || err == EGL_BAD_CONTEXT )
  /prebuilts/ndk/r13/sources/android/ndk_helper/
GLContext.cpp 176 else if( err == EGL_CONTEXT_LOST || err == EGL_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
711 log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering context");
714 expectError(EGL_BAD_CONTEXT);
717 expectError(EGL_BAD_CONTEXT);
    [all...]
  /external/mesa3d/src/egl/main/
eglcurrent.c 248 case EGL_BAD_CONTEXT:
249 s = "EGL_BAD_CONTEXT";
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 75 return error(EGL_BAD_CONTEXT, false);
741 return error(EGL_BAD_CONTEXT, EGL_NO_CONTEXT);
761 return error(EGL_BAD_CONTEXT, EGL_FALSE);
980 return error(EGL_BAD_CONTEXT, EGL_NO_IMAGE_KHR);
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 105 #define EGL_BAD_CONTEXT 0x3006
  /packages/services/Car/evs/sampleDriver/
GlWrapper.cpp 75 case EGL_BAD_CONTEXT:
76 return "EGL_BAD_CONTEXT";
  /development/ndk/platforms/android-14/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /development/ndk/platforms/android-18/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /development/ndk/platforms/android-19/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /development/ndk/platforms/android-21/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /development/ndk/platforms/android-23/include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006
  /development/ndk/platforms/android-24/include/EGL/
egl.h 83 #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/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 83 #define EGL_BAD_CONTEXT 0x3006

Completed in 289 milliseconds

1 2 3 4 5 6 7