Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.cpp417 int profileBit = 0; in Context() local
425 profileBit = WGL_CONTEXT_CORE_PROFILE_BIT_ARB; in Context()
431 profileBit = WGL_CONTEXT_ES_PROFILE_BIT_EXT; in Context()
435 profileBit = WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB; in Context()
447 attribList.push_back(profileBit); in Context()