Lines Matching refs:EGL_BAD_CONTEXT
95 // - EGL_BAD_CONTEXT is generated if share_context is not an EGL rendering context of the same client API type as the newly created context and is not EGL_NO_CONTEXT
735 log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering context");
738 expectError(EGL_BAD_CONTEXT);
741 expectError(EGL_BAD_CONTEXT);
910 log << TestLog::Section("Test3", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering context");
913 expectError(EGL_BAD_CONTEXT);
1025 log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering context");
1028 expectError(EGL_BAD_CONTEXT);
1031 expectError(EGL_BAD_CONTEXT);
1343 log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if there is no current context on the calling thread");
1346 expectError(EGL_BAD_CONTEXT);