Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.cpp53 m_profileMask(isCoreProfile() ? in EglContext()
60 m_profileMask & EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR; in EglContext()
77 m_profileMask, in EglContext()
DEglContext.h76 EGLint m_profileMask = 0; variable