Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp791 deInt32 profileMaskGL = 0; in validateCurrentContext() local
793 gl.getIntegerv(GL_CONTEXT_PROFILE_MASK, &profileMaskGL); in validateCurrentContext()
796 if (profileMask != profileMaskGL) in validateCurrentContext()
798 …ofileMaskToString(profileMask) << "' got '" << eglProfileMaskToString(profileMaskGL) << "'" << Tes… in validateCurrentContext()