Searched refs:profileMaskGL (Results 1 – 1 of 1) sorted by relevance
791 deInt32 profileMaskGL = 0; in validateCurrentContext() local793 gl.getIntegerv(GL_CONTEXT_PROFILE_MASK, &profileMaskGL); in validateCurrentContext()796 if (profileMask != profileMaskGL) in validateCurrentContext()798 …ofileMaskToString(profileMask) << "' got '" << eglProfileMaskToString(profileMaskGL) << "'" << Tes… in validateCurrentContext()