Searched refs:context_attribs (Results 1 – 4 of 4) sorted by relevance
258 vector<eglw::EGLint> context_attribs; in EglRenderContext() local351 context_attribs.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR); in EglRenderContext()352 context_attribs.push_back(contextType.getMajorVersion()); in EglRenderContext()353 context_attribs.push_back(EGL_CONTEXT_MINOR_VERSION_KHR); in EglRenderContext()354 context_attribs.push_back(contextType.getMinorVersion()); in EglRenderContext()363 context_attribs.push_back(EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR); in EglRenderContext()364 context_attribs.push_back(EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR); in EglRenderContext()368 context_attribs.push_back(EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR); in EglRenderContext()369 context_attribs.push_back(EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR); in EglRenderContext()384 context_attribs.push_back(EGL_CONTEXT_FLAGS_KHR); in EglRenderContext()[all …]
78 const EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 3, in fuzzer_create_gl_context() local83 context_attribs); in fuzzer_create_gl_context()135 const EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 3, in initialize_environment() local138 EGL_NO_CONTEXT, context_attribs); in initialize_environment()
81 int context_attribs[] = { in virgl_glx_create_context() local90 True, context_attribs); in virgl_glx_create_context()
30 static const EGLint context_attribs[] = { in EglState() local86 m_context = eglCreateContext(m_display, m_config, EGL_NO_CONTEXT, context_attribs); in EglState()