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

1 2 3 4

  /external/chromium_org/ui/gl/
egl_util.cc 36 case EGL_BAD_DISPLAY:
37 return "EGL_BAD_DISPLAY";
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 132 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
135 expectError(EGL_BAD_DISPLAY);
138 expectError(EGL_BAD_DISPLAY);
158 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
161 expectError(EGL_BAD_DISPLAY);
164 expectError(EGL_BAD_DISPLAY);
206 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
209 expectError(EGL_BAD_DISPLAY);
212 expectError(EGL_BAD_DISPLAY);
242 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection")
    [all...]
teglClientExtensionTests.cpp 142 if (eglError == EGL_BAD_DISPLAY)
199 if (eglQueryError == EGL_BAD_DISPLAY)
252 if (eglQueryError == EGL_BAD_DISPLAY)
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/tests/include/
EGLUtils.h 65 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 253 case EGL10.EGL_BAD_DISPLAY:
254 return "EGL_BAD_DISPLAY";
EGL14.java 47 public static final int EGL_BAD_DISPLAY = 0x3008;
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 49 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
eglApi.cpp 229 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
245 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
690 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
    [all...]
egl.cpp 255 return setError(EGL_BAD_DISPLAY, egl_display_ptr(NULL));
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 47 public static final int EGL_BAD_DISPLAY = 0x3008;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcurrent.c 299 case EGL_BAD_DISPLAY:
300 s = "EGL_BAD_DISPLAY";
  /external/mesa3d/src/egl/main/
eglcurrent.c 299 case EGL_BAD_DISPLAY:
300 s = "EGL_BAD_DISPLAY";
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 30 int EGL_BAD_DISPLAY = 0x3008;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 85 case EGL_BAD_DISPLAY: return "BAD DISPLAY";
  /external/deqp/framework/egl/
egluStrUtil.inl 49 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
egluUtil.cpp 62 else if (result != EGL_BAD_DISPLAY)
  /external/chromium_org/gpu/gles2_conform_support/egl/
egl.cc 41 return EGL_BAD_DISPLAY;
99 return EglError(EGL_BAD_DISPLAY, EGL_FALSE);
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 46 ERROR_CASE(EGL_BAD_DISPLAY)
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 107 #define EGL_BAD_DISPLAY 0x3008
  /development/ndk/platforms/android-9/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 52 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
95 RETURN_ERROR(ret, EGL_BAD_DISPLAY); \
129 setErrorReturn(EGL_BAD_DISPLAY, EGL_FALSE); \
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /external/chromium_org/third_party/khronos/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /external/chromium_org/third_party/mesa/src/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008

Completed in 164 milliseconds

1 2 3 4