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

1 2 3

  /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 80 case EGL_BAD_CONTEXT: return "BAD CONTEXT";
  /prebuilts/ndk/r16/sources/android/ndk_helper/
GLContext.cpp 168 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
735 log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering context");
738 expectError(EGL_BAD_CONTEXT);
741 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 76 return error(EGL_BAD_CONTEXT, false);
768 return error(EGL_BAD_CONTEXT, EGL_NO_CONTEXT);
788 return error(EGL_BAD_CONTEXT, EGL_FALSE);
1042 return error(EGL_BAD_CONTEXT, EGL_NO_IMAGE_KHR);
    [all...]
  /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";
  /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
  /frameworks/native/opengl/include/EGL/
egl.h 67 #define EGL_BAD_CONTEXT 0x3006
  /frameworks/native/opengl/tests/lib/include/
EGLUtils.h 79 case EGL_BAD_CONTEXT: return "EGL_BAD_CONTEXT";
  /hardware/qcom/display/msm8909/gpu_tonemapper/
glengine.cpp 377 case EGL_BAD_CONTEXT:
378 pError = (char *)"EGL_BAD_CONTEXT";
  /hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
glengine.cpp 377 case EGL_BAD_CONTEXT:
378 pError = (char *)"EGL_BAD_CONTEXT";
  /hardware/qcom/display/msm8998/gpu_tonemapper/
glengine.cpp 398 case EGL_BAD_CONTEXT:
399 pError = (char *)"EGL_BAD_CONTEXT";
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 80 case EGL_BAD_CONTEXT: return "EGL_BAD_CONTEXT";
164 RETURN_ERROR(ret,EGL_BAD_CONTEXT); \
    [all...]
  /external/mesa3d/include/EGL/
egl.h 67 #define EGL_BAD_CONTEXT 0x3006
  /external/swiftshader/include/EGL/
egl.h 67 #define EGL_BAD_CONTEXT 0x3006

Completed in 528 milliseconds

1 2 3