Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp254 vector<eglw::EGLint> context_attribs; in EglRenderContext() local
381 context_attribs.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR); in EglRenderContext()
382 context_attribs.push_back(contextType.getMajorVersion()); in EglRenderContext()
383 context_attribs.push_back(EGL_CONTEXT_MINOR_VERSION_KHR); in EglRenderContext()
384 context_attribs.push_back(contextType.getMinorVersion()); in EglRenderContext()
393 context_attribs.push_back(EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR); in EglRenderContext()
394 context_attribs.push_back(EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR); in EglRenderContext()
398 context_attribs.push_back(EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR); in EglRenderContext()
399 context_attribs.push_back(EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR); in EglRenderContext()
414 context_attribs.push_back(EGL_CONTEXT_FLAGS_KHR); in EglRenderContext()
[all …]