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/
H A DtcuSurfacelessPlatform.cpp257 vector<eglw::EGLint> context_attribs; in EglRenderContext() local
383 context_attribs.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR); in EglRenderContext()
384 context_attribs.push_back(contextType.getMajorVersion()); in EglRenderContext()
385 context_attribs.push_back(EGL_CONTEXT_MINOR_VERSION_KHR); in EglRenderContext()
386 context_attribs.push_back(contextType.getMinorVersion()); in EglRenderContext()
395 context_attribs.push_back(EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR); in EglRenderContext()
396 context_attribs.push_back(EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR); in EglRenderContext()
400 context_attribs.push_back(EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR); in EglRenderContext()
401 context_attribs.push_back(EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR); in EglRenderContext()
416 context_attribs in EglRenderContext()
[all...]

Completed in 1 milliseconds