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

1 2 3 4 5 6 7

  /packages/services/Car/evs/app/
glError.cpp 44 case EGL_BAD_MATCH:
45 return "EGL_BAD_MATCH";
  /external/mesa3d/src/egl/main/
eglcontext.c 353 * not support the requested profile, then an EGL_BAD_MATCH error
356 err = EGL_BAD_MATCH;
369 * EGL_BAD_MATCH error is generated.
382 err = EGL_BAD_MATCH;
388 err = EGL_BAD_MATCH;
394 err = EGL_BAD_MATCH;
401 err = EGL_BAD_MATCH;
417 * is not defined, than an EGL_BAD_MATCH error is generated.
426 err = EGL_BAD_MATCH;
431 err = EGL_BAD_MATCH;
    [all...]
eglsurface.c 244 err = EGL_BAD_MATCH;
291 _eglError(EGL_BAD_MATCH, func);
451 err = EGL_BAD_MATCH;
468 err = EGL_BAD_MATCH;
508 _eglError(EGL_BAD_MATCH, "eglBindTexImage");
513 _eglError(EGL_BAD_MATCH, "eglBindTexImage");
551 _eglError(EGL_BAD_MATCH, "eglReleaseTexImage");
eglcurrent.c 257 case EGL_BAD_MATCH:
258 s = "EGL_BAD_MATCH";
eglapi.c 818 RETURN_EGL_ERROR(disp, EGL_BAD_MATCH, EGL_FALSE);
879 RETURN_EGL_ERROR(disp, EGL_BAD_MATCH, EGL_NO_SURFACE);
1001 RETURN_EGL_ERROR(disp, EGL_BAD_MATCH, EGL_NO_SURFACE);
    [all...]
  /external/mesa3d/docs/specs/
WL_create_wayland_buffer_from_image.spec 79 will generate EGL_BAD_MATCH if the implementation is not able to represent
87 1) Under what circumstances can the EGL_BAD_MATCH error be generated? Does
90 RESOLVED: Yes, the EGL_BAD_MATCH error can be generated for any reason
  /external/deqp/modules/egl/
teglNegativePartialUpdateTests.cpp 249 tcu::ScopedLogSection(log, "Test1", "If the surface is pbuffer (not postable) --> EGL_BAD_MATCH");
253 expectError(EGL_BAD_MATCH);
304 tcu::ScopedLogSection(log, "Test2.2", "If call setDamageRegion() on a surface that is not the current draw surface --> EGL_BAD_MATCH");
306 expectError(EGL_BAD_MATCH);
323 tcu::ScopedLogSection(log, "Test3.2", "If call setDamageRegion() on a surface that is not the current draw surface --> EGL_BAD_MATCH");
325 expectError(EGL_BAD_MATCH);
344 tcu::ScopedLogSection(log, "Test4.2", "If call setDamageRegion() on a surface that is not the current draw surface --> EGL_BAD_MATCH");
346 expectError(EGL_BAD_MATCH);
376 tcu::ScopedLogSection(log, "Test3", "If buffer_preserved --> EGL_BAD_MATCH");
380 expectError(EGL_BAD_MATCH);
    [all...]
teglNegativeApiTests.cpp 85 // - EGL_BAD_MATCH is generated if the surface attribute EGL_TEXTURE_FORMAT is set to EGL_NO_TEXTURE
86 // - EGL_BAD_MATCH is generated if buffer is not a valid buffer (currently only EGL_BACK_BUFFER may be specified)
91 // - EGL_BAD_MATCH is generated if the format of native_pixmap is not compatible with the color buffer of surface
93 // - EGL_BAD_MATCH is generated if the current rendering API is EGL_NONE
94 // - EGL_BAD_MATCH is generated if the server context state for share_context exists in an address space which cannot be shared with the newly created context
99 // - EGL_BAD_MATCH is generated if the EGL_TEXTURE_FORMAT attribute is not EGL_NO_TEXTURE, and EGL_WIDTH and/or EGL_HEIGHT specify an invalid size
102 // - EGL_BAD_MATCH is generated if the attributes of native_pixmap do not correspond to config or if config does not support rendering to pixmaps
103 // - EGL_BAD_MATCH is generated if config does not support the specified OpenVG alpha format attribute or colorspace attribute
106 // - EGL_BAD_MATCH is generated if the attributes of native_window do not correspond to config or if config does not support rendering to windows
107 // - EGL_BAD_MATCH is generated if config does not support the specified OpenVG alpha format attribute or colorspace (…)
    [all...]
teglSurfacelessContextTests.cpp 118 if (err == EGL_BAD_MATCH)
120 log << TestLog::Message << " eglMakeCurrent() failed with EGL_BAD_MATCH. Context doesn't support surfaceless mode." << TestLog::EndMessage;
  /external/swiftshader/src/OpenGL/libEGL/
Display.cpp 305 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); // Rendering directly to front buffer not supported
311 return error(EGL_BAD_MATCH, EGL_NO_SURFACE);
313 return error(EGL_BAD_MATCH, EGL_NO_SURFACE);
394 return error(EGL_BAD_MATCH, EGL_NO_SURFACE);
396 return error(EGL_BAD_MATCH, EGL_NO_SURFACE);
418 return error(EGL_BAD_MATCH, EGL_NO_SURFACE);
423 return error(EGL_BAD_MATCH, EGL_NO_SURFACE);
libEGL.cpp 525 return error(EGL_BAD_MATCH, EGL_FALSE);
570 return error(EGL_BAD_MATCH, EGL_FALSE);
607 return error(EGL_BAD_MATCH, EGL_FALSE);
716 return error(EGL_BAD_MATCH, EGL_NO_CONTEXT);
724 return error(EGL_BAD_MATCH, EGL_NO_CONTEXT);
728 return error(EGL_BAD_MATCH, EGL_NO_CONTEXT);
789 return error(EGL_BAD_MATCH, EGL_FALSE);
805 return error(EGL_BAD_MATCH, EGL_FALSE);
1040 return error(EGL_BAD_MATCH, EGL_NO_IMAGE_KHR);
1148 return error(EGL_BAD_MATCH, EGL_NO_SYNC_KHR)
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 247 case EGL10.EGL_BAD_MATCH:
248 return "EGL_BAD_MATCH";
EGL14.java 48 public static final int EGL_BAD_MATCH = 0x3009;
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 45 case EGL_BAD_MATCH: return "EGL_BAD_MATCH";
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 48 public static final int EGL_BAD_MATCH = 0x3009;
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 83 case EGL_BAD_MATCH: return "EGL_BAD_MATCH";
879 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE);
886 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE);
911 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE);
947 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE);
953 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 31 int EGL_BAD_MATCH = 0x3009;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 86 case EGL_BAD_MATCH: return "BAD MATCH";
  /external/deqp/framework/egl/
egluStrUtil.inl 52 case EGL_BAD_MATCH: return "EGL_BAD_MATCH";
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 108 #define EGL_BAD_MATCH 0x3009
  /packages/services/Car/evs/sampleDriver/
GlWrapper.cpp 85 case EGL_BAD_MATCH:
86 return "EGL_BAD_MATCH";
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 979 * these attributes are supported), then an EGL_BAD_MATCH error is
985 * is not defined, than an EGL_BAD_MATCH error is generated.
    [all...]
  /development/ndk/platforms/android-14/include/EGL/
egl.h 86 #define EGL_BAD_MATCH 0x3009
  /development/ndk/platforms/android-18/include/EGL/
egl.h 86 #define EGL_BAD_MATCH 0x3009

Completed in 184 milliseconds

1 2 3 4 5 6 7