Home
last modified time | relevance | path

Searched refs:EGL_BAD_CONFIG (Results 1 – 16 of 16) sorted by relevance

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp306 expectError(EGL_BAD_CONFIG); in init()
319 expectError(EGL_BAD_CONFIG); in init()
327 expectError(EGL_BAD_CONFIG); in init()
335 expectError(EGL_BAD_CONFIG); in init()
346 expectError(EGL_BAD_CONFIG); in init()
354 expectError(EGL_BAD_CONFIG); in init()
365 expectError(EGL_BAD_CONFIG); in init()
373 expectError(EGL_BAD_CONFIG); in init()
381 expectError(EGL_BAD_CONFIG); in init()
401 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_MATCH); in init()
[all …]
DteglCreateContextExtTests.cpp970 else if (error.getError() == EGL_BAD_CONFIG) in executeForSurface()
/external/deqp/framework/egl/
DegluStrUtil.inl48 case EGL_BAD_CONFIG: return "EGL_BAD_CONFIG";
/external/mesa3d/src/egl/main/
Deglcurrent.c240 case EGL_BAD_CONFIG: in _eglInternalError()
Deglcontext.c610 err = EGL_BAD_CONFIG; in _eglInitContext()
Deglapi.c216 _eglError(EGL_BAD_CONFIG, msg); in _eglCheckConfig()
763 RETURN_EGL_ERROR(disp, EGL_BAD_CONFIG, EGL_NO_CONTEXT); in eglCreateContext()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h82 #define EGL_BAD_CONFIG 0x3005 macro
/external/mesa3d/include/EGL/
Degl.h66 #define EGL_BAD_CONFIG 0x3005 macro
/external/swiftshader/include/EGL/
Degl.h66 #define EGL_BAD_CONFIG 0x3005 macro
/external/deqp/framework/egl/wrapper/
DeglwEnumsC.inl53 #define EGL_BAD_CONFIG 0x3005 macro
DeglwEnums.inl53 #define EGL_BAD_CONFIG 0x3005 macro
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp722 case EGL_BAD_CONFIG: in StringFrom_eglGetError()
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp586 return error(EGL_BAD_CONFIG, EGL_NO_CONTEXT); in createContext()
Dmain.cpp319 case EGL_BAD_CONFIG: TRACE("\t! Error generated: bad config\n"); break; in error()
DlibEGL.cpp64 return error(EGL_BAD_CONFIG, false); in validateConfig()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1166 _eglError(EGL_BAD_CONFIG, "eglCreateContext"); in dri2_fill_context_attribs()
1188 _eglError(EGL_BAD_CONFIG, "eglCreateContext"); in dri2_fill_context_attribs()