Home | History | Annotate | Download | only in egl

Lines Matching refs:EGL_BAD_CONTEXT

61 	//	  - 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
672 log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering context");
675 expectError(EGL_BAD_CONTEXT);
678 expectError(EGL_BAD_CONTEXT);
840 log << TestLog::Section("Test3", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering context");
845 expectError(EGL_BAD_CONTEXT);
905 log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering context");
908 expectError(EGL_BAD_CONTEXT);
911 expectError(EGL_BAD_CONTEXT);
1223 log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if there is no current context on the calling thread");
1226 expectError(EGL_BAD_CONTEXT);