Lines Matching refs:info
133 // Compositor info.
178 TimestampInfo& info = map[name];
179 return info.supported ? supportedValues[info.supportedIndex] : EGL_TIMESTAMP_INVALID_ANDROID;
408 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to get vertex shader compile info");
422 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to get fragment shader compile info");
441 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to get program link info");
540 TimestampInfo& info = i->second;
541 info.supported = m_eglGetFrameTimestampSupportedANDROID(display, *surface, i->first) != EGL_FALSE;
544 if (info.supported)
546 info.supportedIndex = supportedNames.size();
550 TCU_CHECK_MSG(!info.required, "Required timestamp not supported.");