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

1 2 3 4

  /external/chromium_org/ui/gl/
egl_util.cc 42 case EGL_BAD_PARAMETER:
43 return "EGL_BAD_PARAMETER";
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglmode.c 105 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(handle)");
112 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(width)");
119 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(height)");
126 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(refresh rate)");
133 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(interlaced)");
140 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(optimal)");
eglsurface.c 79 err = EGL_BAD_PARAMETER;
86 err = EGL_BAD_PARAMETER;
180 err = EGL_BAD_PARAMETER;
192 err = EGL_BAD_PARAMETER;
203 err = EGL_BAD_PARAMETER;
435 err = EGL_BAD_PARAMETER;
514 _eglError(EGL_BAD_PARAMETER, "eglBindTexImage");
eglsync.c 96 return _eglError(EGL_BAD_PARAMETER, "eglGetConfigs");
eglmisc.c 169 _eglError(EGL_BAD_PARAMETER, "eglQueryString");
eglcurrent.c 311 case EGL_BAD_PARAMETER:
312 s = "EGL_BAD_PARAMETER";
  /external/mesa3d/src/egl/main/
eglmode.c 105 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(handle)");
112 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(width)");
119 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(height)");
126 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(refresh rate)");
133 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(interlaced)");
140 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(optimal)");
eglsurface.c 79 err = EGL_BAD_PARAMETER;
86 err = EGL_BAD_PARAMETER;
180 err = EGL_BAD_PARAMETER;
192 err = EGL_BAD_PARAMETER;
203 err = EGL_BAD_PARAMETER;
435 err = EGL_BAD_PARAMETER;
514 _eglError(EGL_BAD_PARAMETER, "eglBindTexImage");
eglsync.c 96 return _eglError(EGL_BAD_PARAMETER, "eglGetConfigs");
eglmisc.c 169 _eglError(EGL_BAD_PARAMETER, "eglQueryString");
eglcurrent.c 311 case EGL_BAD_PARAMETER:
312 s = "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/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 190 return egl::error(EGL_BAD_PARAMETER, (const char*)NULL);
215 return egl::error(EGL_BAD_PARAMETER, EGL_FALSE);
250 return egl::error(EGL_BAD_PARAMETER, EGL_FALSE);
536 return egl::error(EGL_BAD_PARAMETER, EGL_FALSE); // Not supported by this implementation
540 return egl::error(EGL_BAD_PARAMETER, EGL_FALSE);
618 return egl::error(EGL_BAD_PARAMETER, EGL_NO_SURFACE);
670 return egl::error(EGL_BAD_PARAMETER, EGL_FALSE);
717 return egl::error(EGL_BAD_PARAMETER, EGL_FALSE);
972 return egl::error(EGL_BAD_PARAMETER, EGL_NO_SURFACE);
1128 return egl::error(EGL_BAD_PARAMETER, EGL_FALSE)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c 287 _eglError(EGL_BAD_PARAMETER, "dri2_lookup_egl_image");
744 _eglError(EGL_BAD_PARAMETER, "eglCreateContext");
758 _eglError(EGL_BAD_PARAMETER, "eglCreateContext");
978 return _eglError(EGL_BAD_PARAMETER, "eglWaitNative");
1096 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 287 _eglError(EGL_BAD_PARAMETER, "dri2_lookup_egl_image");
744 _eglError(EGL_BAD_PARAMETER, "eglCreateContext");
758 _eglError(EGL_BAD_PARAMETER, "eglCreateContext");
978 return _eglError(EGL_BAD_PARAMETER, "eglWaitNative");
1096 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 209 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
213 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
266 return setError(EGL_BAD_PARAMETER, EGL_FALSE);
291 return setError(EGL_BAD_PARAMETER, EGL_FALSE);
823 default: return setError(EGL_BAD_PARAMETER, EGL_NO_SURFACE);
903 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";
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 51 public static final int EGL_BAD_PARAMETER = 0x300C;
  /external/chromium_org/gpu/gles2_conform_support/egl/
egl.cc 143 return EglError(EGL_BAD_PARAMETER, static_cast<const char*>(NULL));
157 return EglError(EGL_BAD_PARAMETER, EGL_FALSE);
175 return EglError(EGL_BAD_PARAMETER, EGL_FALSE);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
SwapChain11.cpp 200 return EGL_BAD_PARAMETER;
210 return EGL_BAD_PARAMETER;
225 return EGL_BAD_PARAMETER;
456 return EGL_BAD_PARAMETER;
  /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";

Completed in 292 milliseconds

1 2 3 4