Searched refs:EGL_NOT_INITIALIZED (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcurrent.c317 case EGL_NOT_INITIALIZED:
318 s = "EGL_NOT_INITIALIZED";
H A Deglapi.c60 * EGL_NOT_INITIALIZED
171 _eglError(EGL_NOT_INITIALIZED, msg);
318 RETURN_EGL_ERROR(disp, EGL_NOT_INITIALIZED, EGL_FALSE);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c545 _eglError(EGL_NOT_INITIALIZED, "eglInitialize(no usable display)");
550 _eglError(EGL_NOT_INITIALIZED,
566 _eglError(EGL_NOT_INITIALIZED,
616 _eglError(EGL_NOT_INITIALIZED, "eglInitialize(unable to add configs)");
/external/mesa3d/src/egl/main/
H A Deglcurrent.c317 case EGL_NOT_INITIALIZED:
318 s = "EGL_NOT_INITIALIZED";
H A Deglapi.c60 * EGL_NOT_INITIALIZED
171 _eglError(EGL_NOT_INITIALIZED, msg);
318 RETURN_EGL_ERROR(disp, EGL_NOT_INITIALIZED, EGL_FALSE);
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c545 _eglError(EGL_NOT_INITIALIZED, "eglInitialize(no usable display)");
550 _eglError(EGL_NOT_INITIALIZED,
566 _eglError(EGL_NOT_INITIALIZED,
616 _eglError(EGL_NOT_INITIALIZED, "eglInitialize(unable to add configs)");
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Degl.cc45 return EGL_NOT_INITIALIZED;
103 return EglError(EGL_NOT_INITIALIZED, EGL_FALSE);
/external/chromium_org/ppapi/lib/gl/include/EGL/
H A Degl.h78 #define EGL_NOT_INITIALIZED 0x3001 macro
/external/chromium_org/third_party/angle/include/EGL/
H A Degl.h78 #define EGL_NOT_INITIALIZED 0x3001 macro
/external/chromium_org/third_party/khronos/EGL/
H A Degl.h78 #define EGL_NOT_INITIALIZED 0x3001 macro
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Degl.h78 #define EGL_NOT_INITIALIZED 0x3001 macro
/external/mesa3d/include/EGL/
H A Degl.h78 #define EGL_NOT_INITIALIZED 0x3001 macro
/external/chromium_org/third_party/angle/src/libEGL/
H A DDisplay.cpp79 return error(EGL_NOT_INITIALIZED, false);
H A DlibEGL.cpp31 return egl::error(EGL_NOT_INITIALIZED, false);
128 return egl::error(EGL_NOT_INITIALIZED, EGL_FALSE);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DRenderer11.cpp137 return EGL_NOT_INITIALIZED;
146 return EGL_NOT_INITIALIZED;
156 return EGL_NOT_INITIALIZED;
202 return EGL_NOT_INITIALIZED; // Cleanup done by destructor through glDestroyRenderer
212 return EGL_NOT_INITIALIZED;
220 return EGL_NOT_INITIALIZED;
234 return EGL_NOT_INITIALIZED;
H A DRenderer9.cpp173 return EGL_NOT_INITIALIZED;
190 return EGL_NOT_INITIALIZED;
215 return EGL_NOT_INITIALIZED;
242 return EGL_NOT_INITIALIZED;
250 return EGL_NOT_INITIALIZED;
258 return EGL_NOT_INITIALIZED;
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_android.c765 return _eglError(EGL_NOT_INITIALIZED, err);
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c765 return _eglError(EGL_NOT_INITIALIZED, err);
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...

Completed in 299 milliseconds