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

1 2 3 4 5 6 7

  /packages/services/Car/evs/app/
glError.cpp 46 case EGL_BAD_PARAMETER:
47 return "EGL_BAD_PARAMETER";
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 211 return error(EGL_BAD_PARAMETER, (const char*)nullptr);
229 return error(EGL_BAD_PARAMETER, EGL_FALSE);
257 return error(EGL_BAD_PARAMETER, EGL_FALSE);
455 return error(EGL_BAD_PARAMETER, EGL_FALSE); // Not supported by this implementation
459 return error(EGL_BAD_PARAMETER, EGL_FALSE);
502 return error(EGL_BAD_PARAMETER, EGL_NO_SURFACE);
530 return error(EGL_BAD_PARAMETER, EGL_FALSE);
555 return error(EGL_BAD_PARAMETER, EGL_FALSE);
597 return error(EGL_BAD_PARAMETER, EGL_FALSE);
850 return error(EGL_BAD_PARAMETER, EGL_NO_SURFACE)
    [all...]
  /external/mesa3d/src/egl/main/
eglsurface.c 150 err = EGL_BAD_PARAMETER;
162 err = EGL_BAD_PARAMETER;
173 err = EGL_BAD_PARAMETER;
439 err = EGL_BAD_PARAMETER;
518 _eglError(EGL_BAD_PARAMETER, "eglBindTexImage");
557 _eglError(EGL_BAD_PARAMETER, "eglReleaseTexImage");
eglapi.c 224 _eglError(EGL_BAD_PARAMETER, msg);
402 RETURN_EGL_ERROR(NULL, EGL_BAD_PARAMETER, NULL);
671 RETURN_EGL_ERROR(disp, EGL_BAD_PARAMETER, NULL);
    [all...]
eglconfig.c 731 return _eglError(EGL_BAD_PARAMETER, "eglChooseConfig");
821 return _eglError(EGL_BAD_PARAMETER, "eglGetConfigAttrib");
845 return _eglError(EGL_BAD_PARAMETER, "eglGetConfigs");
eglcurrent.c 266 case EGL_BAD_PARAMETER:
267 s = "EGL_BAD_PARAMETER";
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 135 log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if api is not one of the accepted tokens");
138 expectError(EGL_BAD_PARAMETER);
141 expectError(EGL_BAD_PARAMETER);
144 expectError(EGL_BAD_PARAMETER);
148 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if the specified client API is not supported by the EGL display, or no configuration is provided for the specified API.");
155 expectError(EGL_BAD_PARAMETER);
277 log << TestLog::Section("Test3", "EGL_BAD_PARAMETER is generated if num_config is NULL");
280 expectError(EGL_BAD_PARAMETER);
481 log << TestLog::Section("Test2", "EGL_BAD_CONFIG or EGL_BAD_PARAMETER is generated if config is not an EGL frame buffer configuration and if buffer is not valid OpenVG image");
484 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_PARAMETER);
    [all...]
teglCreateContextTests.cpp 139 TCU_CHECK(egl.getError() == EGL_BAD_PARAMETER);
teglSyncTests.cpp 664 if (error != EGL_BAD_PARAMETER)
666 log << TestLog::Message << "Unexpected error '" << eglu::getErrorStr(error) << "' expected EGL_BAD_PARAMETER" << TestLog::EndMessage;
872 if (error != EGL_BAD_PARAMETER)
874 log << TestLog::Message << "Unexpected error '" << eglu::getErrorStr(error) << "' expected EGL_BAD_PARAMETER" << TestLog::EndMessage;
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 86 case EGL_BAD_PARAMETER: return "EGL_BAD_PARAMETER";
777 RETURN_ERROR(EGL_FALSE,EGL_BAD_PARAMETER);
799 setErrorReturn(EGL_BAD_PARAMETER, EGL_FALSE);
922 if (w < 0) setErrorReturn(EGL_BAD_PARAMETER, EGL_NO_SURFACE);
926 if (h < 0) setErrorReturn(EGL_BAD_PARAMETER, EGL_NO_SURFACE);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 253 case EGL10.EGL_BAD_PARAMETER:
254 return "EGL_BAD_PARAMETER";
EGL14.java 51 public static final int EGL_BAD_PARAMETER = 0x300C;
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 48 case EGL_BAD_PARAMETER: return "EGL_BAD_PARAMETER";
eglApi.cpp 285 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
289 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
342 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE);
367 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 357 _eglError(EGL_BAD_PARAMETER, "dri2_lookup_egl_image");
    [all...]
platform_android.c 691 _eglError(EGL_BAD_PARAMETER, "eglCreateEGLImageKHR");
697 _eglError(EGL_BAD_PARAMETER, "eglCreateEGLImageKHR");
725 _eglError(EGL_BAD_PARAMETER, "eglCreateEGLImageKHR");
808 _eglError(EGL_BAD_PARAMETER, "eglCreateEGLImageKHR");
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 51 public static final int EGL_BAD_PARAMETER = 0x300C;
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 34 int EGL_BAD_PARAMETER = 0x300C;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 89 case EGL_BAD_PARAMETER: return "BAD PARAMETER";
  /external/deqp/framework/egl/
egluStrUtil.inl 55 case EGL_BAD_PARAMETER: return "EGL_BAD_PARAMETER";
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 111 #define EGL_BAD_PARAMETER 0x300C
  /packages/services/Car/evs/sampleDriver/
GlWrapper.cpp 87 case EGL_BAD_PARAMETER:
88 return "EGL_BAD_PARAMETER";
  /development/ndk/platforms/android-14/include/EGL/
egl.h 89 #define EGL_BAD_PARAMETER 0x300C
  /development/ndk/platforms/android-18/include/EGL/
egl.h 89 #define EGL_BAD_PARAMETER 0x300C

Completed in 549 milliseconds

1 2 3 4 5 6 7