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

1 2

  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLUtils.h 49 case EGL_BAD_PARAMETER:
50 return "EGL_BAD_PARAMETER";
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 56 case EGL_BAD_PARAMETER: return "EGL_BAD_PARAMETER";
557 RETURN_ERROR(EGL_FALSE,EGL_BAD_PARAMETER);
760 setErrorReturn(EGL_BAD_PARAMETER, EGL_FALSE);
806 setErrorReturn(EGL_BAD_PARAMETER, EGL_FALSE);
1026 setErrorReturn(EGL_BAD_PARAMETER, EGL_NO_SURFACE);
    [all...]
  /frameworks/native/opengl/tests/include/
EGLUtils.h 69 case EGL_BAD_PARAMETER: return "EGL_BAD_PARAMETER";
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 203 return error(EGL_BAD_PARAMETER, (const char*)NULL);
230 return error(EGL_BAD_PARAMETER, EGL_FALSE);
267 return error(EGL_BAD_PARAMETER, EGL_FALSE);
562 return error(EGL_BAD_PARAMETER, EGL_FALSE); // Not supported by this implementation
566 return error(EGL_BAD_PARAMETER, EGL_FALSE);
932 return error(EGL_BAD_PARAMETER, EGL_NO_SURFACE);
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 195 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
199 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
252 return setError(EGL_BAD_PARAMETER, EGL_FALSE);
277 return setError(EGL_BAD_PARAMETER, EGL_FALSE);
719 default: return setError(EGL_BAD_PARAMETER, EGL_NO_SURFACE);
799 setError(EGL_BAD_PARAMETER, NULL);
    [all...]
egl_tls.cpp 53 case EGL_BAD_PARAMETER: return "EGL_BAD_PARAMETER";
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 261 case EGL10.EGL_BAD_PARAMETER:
262 return "EGL_BAD_PARAMETER";
EGL14.java 52 public static final int EGL_BAD_PARAMETER = 0x300C;
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 51 public static final int EGL_BAD_PARAMETER = 0x300C;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 34 int EGL_BAD_PARAMETER = 0x300C;
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 89 case EGL_BAD_PARAMETER: return "BAD PARAMETER";
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 238 RETURN_ERROR(NULL,EGL_BAD_PARAMETER);
255 RETURN_ERROR(EGL_FALSE,EGL_BAD_PARAMETER);
272 RETURN_ERROR(EGL_FALSE,EGL_BAD_PARAMETER);
866 RETURN_ERROR(EGL_FALSE,EGL_BAD_PARAMETER);
903 RETURN_ERROR(EGL_FALSE,EGL_BAD_PARAMETER)
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 111 #define EGL_BAD_PARAMETER 0x300C
  /development/ndk/platforms/android-9/include/EGL/
egl.h 89 #define EGL_BAD_PARAMETER 0x300C
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 89 #define EGL_BAD_PARAMETER 0x300C
  /frameworks/native/opengl/include/EGL/
egl.h 89 #define EGL_BAD_PARAMETER 0x300C
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 89 #define EGL_BAD_PARAMETER 0x300C
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 89 #define EGL_BAD_PARAMETER 0x300C
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 89 #define EGL_BAD_PARAMETER 0x300C
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 89 #define EGL_BAD_PARAMETER 0x300C
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 89 #define EGL_BAD_PARAMETER 0x300C
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 89 #define EGL_BAD_PARAMETER 0x300C
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 89 #define EGL_BAD_PARAMETER 0x300C
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 89 #define EGL_BAD_PARAMETER 0x300C

Completed in 186 milliseconds

1 2