Searched refs:GR_GL_CONTEXT_CORE_PROFILE_BIT (Results 1 – 5 of 5) sorted by relevance
15 #define GR_GL_CONTEXT_CORE_PROFILE_BIT 0x00000001 macro
98 fIsCoreProfile = SkToBool(profileMask & GR_GL_CONTEXT_CORE_PROFILE_BIT); in init()
91 fIsCoreProfile = SkToBool(profileMask & GR_GL_CONTEXT_CORE_PROFILE_BIT); in init()
98 if (profileMask & GR_GL_CONTEXT_CORE_PROFILE_BIT) { in GLTestAtlasTextRenderer()