Home
last modified time | relevance | path

Searched refs:context_attribs (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp258 vector<eglw::EGLint> context_attribs; in EglRenderContext() local
351 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 …]
/external/virglrenderer/tests/fuzzer/
Dvirgl_fuzzer.c78 const EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 3, in fuzzer_create_gl_context() local
83 context_attribs); in fuzzer_create_gl_context()
135 const EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 3, in initialize_environment() local
138 EGL_NO_CONTEXT, context_attribs); in initialize_environment()
/external/virglrenderer/src/
Dvirgl_glx_context.c81 int context_attribs[] = { in virgl_glx_create_context() local
90 True, context_attribs); in virgl_glx_create_context()
/external/libkmsxx/kmscube/
Dcube-egl.cpp30 static const EGLint context_attribs[] = { in EglState() local
86 m_context = eglCreateContext(m_display, m_config, EGL_NO_CONTEXT, context_attribs); in EglState()