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

1 2

  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLUtils.h 43 case EGL_BAD_DISPLAY:
44 return "EGL_BAD_DISPLAY";
  /frameworks/base/opengl/libagl/
egl.cpp     [all...]
  /external/mesa3d/test/
egl.cpp     [all...]
  /frameworks/base/libs/ui/
EGLUtils.cpp 44 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";
EGLLogWrapper.java 553 case EGL_BAD_DISPLAY:
554 return "EGL_BAD_DISPLAY";
  /frameworks/base/opengl/libs/EGL/
egl_tls.cpp 49 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
eglApi.cpp 151 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
167 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
573 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
    [all...]
egl.cpp 188 return setError(EGL_BAD_DISPLAY, (egl_display_t*)NULL);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 30 int EGL_BAD_DISPLAY = 0x3008;
  /frameworks/base/opengl/tests/angeles/
app-linux.cpp 85 case EGL_BAD_DISPLAY: return "BAD DISPLAY";
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 22 return error(EGL_BAD_DISPLAY, false);
130 return error(EGL_BAD_DISPLAY, EGL_FALSE);
161 return error(EGL_BAD_DISPLAY, EGL_FALSE);
  /development/tools/emulator/opengl/system/egl/
egl.cpp 51 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
94 RETURN_ERROR(ret, EGL_BAD_DISPLAY); \
130 setErrorReturn(EGL_BAD_DISPLAY, EGL_FALSE); \
    [all...]
  /frameworks/base/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
  /development/tools/emulator/opengl/host/libs/Translator/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /frameworks/base/opengl/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 85 #define EGL_BAD_DISPLAY 0x3008
  /system/media/mca/filterfw/native/core/
gl_env.cpp 326 case EGL_BAD_DISPLAY:
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 101 RETURN_ERROR(ret,EGL_BAD_DISPLAY); \
203 RETURN_ERROR(EGL_FALSE,EGL_BAD_DISPLAY);
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 

Completed in 380 milliseconds

1 2