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

1 2 3

  /packages/services/Car/evs/app/
glError.cpp 40 case EGL_BAD_DISPLAY:
41 return "EGL_BAD_DISPLAY";
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 172 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
175 expectError(EGL_BAD_DISPLAY);
178 expectError(EGL_BAD_DISPLAY);
209 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
212 expectError(EGL_BAD_DISPLAY);
215 expectError(EGL_BAD_DISPLAY);
257 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
260 expectError(EGL_BAD_DISPLAY);
263 expectError(EGL_BAD_DISPLAY);
293 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection")
    [all...]
teglClientExtensionTests.cpp 140 if (eglError == EGL_BAD_DISPLAY)
198 if (eglQueryError == EGL_BAD_DISPLAY)
259 if (eglQueryError == EGL_BAD_DISPLAY)
teglGetProcAddressTests.cpp 133 // EGL_BAD_DISPLAY is generated if client extensions are not supported.
134 if (error.getError() != EGL_BAD_DISPLAY)
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 41 return error(EGL_BAD_DISPLAY, false);
141 return error(EGL_BAD_DISPLAY, EGL_FALSE);
161 return error(EGL_BAD_DISPLAY, EGL_FALSE);
977 return error(EGL_BAD_DISPLAY, EGL_FALSE);
1037 return error(EGL_BAD_DISPLAY, EGL_NO_IMAGE_KHR);
1123 return error(EGL_BAD_DISPLAY, EGL_FALSE);
1193 return error(EGL_BAD_DISPLAY, EGL_NO_SYNC_KHR);
1227 return error(EGL_BAD_DISPLAY, EGL_FALSE);
1249 return error(EGL_BAD_DISPLAY, EGL_FALSE);
1277 return error(EGL_BAD_DISPLAY, EGL_FALSE)
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 245 case EGL10.EGL_BAD_DISPLAY:
246 return "EGL_BAD_DISPLAY";
EGL14.java 47 public static final int EGL_BAD_DISPLAY = 0x3008;
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 44 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
egl.cpp 92 return setError(EGL_BAD_DISPLAY, egl_display_ptr(NULL));
eglApi.cpp 308 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE);
324 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE);
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 47 public static final int EGL_BAD_DISPLAY = 0x3008;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 30 int EGL_BAD_DISPLAY = 0x3008;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 82 case EGL_BAD_DISPLAY: return "BAD DISPLAY";
  /external/deqp/framework/egl/
egluStrUtil.inl 51 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
  /external/mesa3d/src/egl/main/
eglcurrent.c 254 case EGL_BAD_DISPLAY:
255 s = "EGL_BAD_DISPLAY";
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 107 #define EGL_BAD_DISPLAY 0x3008
  /packages/services/Car/evs/sampleDriver/
GlWrapper.cpp 81 case EGL_BAD_DISPLAY:
82 return "EGL_BAD_DISPLAY";
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 335 case EGL_BAD_DISPLAY:
  /frameworks/native/opengl/include/EGL/
egl.h 69 #define EGL_BAD_DISPLAY 0x3008
  /frameworks/native/opengl/tests/lib/include/
EGLUtils.h 81 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
  /hardware/qcom/display/msm8909/gpu_tonemapper/
glengine.cpp 386 case EGL_BAD_DISPLAY:
387 pError = (char *)"EGL_BAD_DISPLAY";
  /hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
glengine.cpp 386 case EGL_BAD_DISPLAY:
387 pError = (char *)"EGL_BAD_DISPLAY";

Completed in 2283 milliseconds

1 2 3