Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLutils.h32 void setCoreProfile(bool isCore);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLutils.cpp43 void setCoreProfile(bool isCore) { in setCoreProfile() argument
44 __atomic_store_n(&s_coreProfile, isCore ? 1 : 0, __ATOMIC_RELAXED); in setCoreProfile()