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

1 2 3 4 5

  /external/mesa3d/src/egl/main/
eglcontext.c 236 * not support the requested profile, then an EGL_BAD_MATCH error
239 err = EGL_BAD_MATCH;
252 * EGL_BAD_MATCH error is generated.
265 err = EGL_BAD_MATCH;
271 err = EGL_BAD_MATCH;
277 err = EGL_BAD_MATCH;
284 err = EGL_BAD_MATCH;
300 * is not defined, than an EGL_BAD_MATCH error is generated.
309 err = EGL_BAD_MATCH;
314 err = EGL_BAD_MATCH;
    [all...]
eglsurface.c 447 err = EGL_BAD_MATCH;
464 err = EGL_BAD_MATCH;
504 _eglError(EGL_BAD_MATCH, "eglBindTexImage");
509 _eglError(EGL_BAD_MATCH, "eglBindTexImage");
eglcurrent.c 302 case EGL_BAD_MATCH:
303 s = "EGL_BAD_MATCH";
  /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;
  /frameworks/native/opengl/tests/include/
EGLUtils.h 66 case EGL_BAD_MATCH: return "EGL_BAD_MATCH";
  /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 50 case EGL_BAD_MATCH: return "EGL_BAD_MATCH";
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_sync.c 160 _eglError(EGL_BAD_MATCH, "eglCreateSyncKHR");
270 return _eglError(EGL_BAD_MATCH, "eglSignalSyncKHR");
egl_g3d_api.c 717 return _eglError(EGL_BAD_MATCH, "eglBindTexImage");
725 return _eglError(EGL_BAD_MATCH, "eglBindTexImage");
809 return _eglError(EGL_BAD_MATCH, "eglShowSurfaceMESA");
813 return _eglError(EGL_BAD_MATCH,
830 return _eglError(EGL_BAD_MATCH, "eglShowSurfaceMESA");
egl_g3d_image.c 277 _eglError(EGL_BAD_MATCH, "eglCreateEGLImageKHR");
  /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 77 case EGL_BAD_MATCH: return "EGL_BAD_MATCH";
826 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE);
833 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE);
858 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE);
894 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE);
900 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
  /development/ndk/platforms/android-9/include/EGL/
egl.h 86 #define EGL_BAD_MATCH 0x3009
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 86 #define EGL_BAD_MATCH 0x3009
  /external/mesa3d/include/EGL/
egl.h 86 #define EGL_BAD_MATCH 0x3009
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 51 ERROR_CASE(EGL_BAD_MATCH)
  /frameworks/native/opengl/include/EGL/
egl.h 86 #define EGL_BAD_MATCH 0x3009

Completed in 1482 milliseconds

1 2 3 4 5