Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.cpp436 int profileBit = 0; in Context() local
444 profileBit = WGL_CONTEXT_CORE_PROFILE_BIT_ARB; in Context()
450 profileBit = WGL_CONTEXT_ES_PROFILE_BIT_EXT; in Context()
454 profileBit = WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB; in Context()
466 attribList.push_back(profileBit); in Context()