Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLutils.cpp33 static uint32_t s_coreProfile = 0; variable
44 __atomic_store_n(&s_coreProfile, isCore ? 1 : 0, __ATOMIC_RELAXED); in setCoreProfile()
48 return __atomic_load_n(&s_coreProfile, __ATOMIC_RELAXED) != 0; in isCoreProfile()