Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.cpp361 int profileBit = 0; in Context() local
367 profileBit = WGL_CONTEXT_CORE_PROFILE_BIT_ARB; in Context()
371 profileBit = WGL_CONTEXT_ES_PROFILE_BIT_EXT; in Context()
375 profileBit = WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB; in Context()
395 WGL_CONTEXT_PROFILE_MASK_ARB, profileBit, in Context()