Searched refs:EGL_BAD_DISPLAY (Results 1 - 16 of 16) sorted by relevance

/frameworks/native/opengl/libagl/
H A Degl.cpp1233 return setError(EGL_BAD_DISPLAY, EGL_NO_SURFACE);
1282 return setError(EGL_BAD_DISPLAY, EGL_NO_SURFACE);
1328 return setError(EGL_BAD_DISPLAY, EGL_NO_SURFACE);
1400 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
1421 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
1442 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
1462 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
1543 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
1575 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
1581 return setError(EGL_BAD_DISPLAY, EGL_FALS
[all...]
/frameworks/native/opengl/tests/include/
H A DEGLUtils.h65 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java253 case EGL10.EGL_BAD_DISPLAY:
254 return "EGL_BAD_DISPLAY";
H A DEGL14.java47 public static final int EGL_BAD_DISPLAY = 0x3008; field in class:EGL14
H A DEGLLogWrapper.java553 case EGL_BAD_DISPLAY:
554 return "EGL_BAD_DISPLAY";
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp49 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
H A DeglApi.cpp229 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);
1357 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
1375 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
1574 return setErrorQuiet(EGL_BAD_DISPLAY, 0);
1592 return setErrorQuiet(EGL_BAD_DISPLAY, 0);
H A Degl.cpp255 return setError(EGL_BAD_DISPLAY, egl_display_ptr(NULL));
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if47 public static final int EGL_BAD_DISPLAY = 0x3008;
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java30 int EGL_BAD_DISPLAY = 0x3008; field in interface:EGL10
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp85 case EGL_BAD_DISPLAY: return "BAD DISPLAY";
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp46 ERROR_CASE(EGL_BAD_DISPLAY)
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h107 #define EGL_BAD_DISPLAY 0x3008 macro
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp332 case EGL_BAD_DISPLAY:
/frameworks/native/opengl/include/EGL/
H A Degl.h85 #define EGL_BAD_DISPLAY 0x3008 macro
/frameworks/rs/driver/
H A DrsdGL.cpp63 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";

Completed in 205 milliseconds