Lines Matching defs:i64
2219 GLint64 i64;
2236 glGetInteger64i_v(target, c, &i64);
2237 if (i64 < static_cast<GLint64>(min_values[c]))
2240 << tcu::TestLog::Message << "Is " << i64 << " should be at least "
2285 GLint64 i64;
2297 glGetInteger64v(target, &i64);
2298 if (i64 < static_cast<GLint64>(min_value))
2300 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Is " << i64 << " should be at least "
2932 GLint64 i64;
2942 glGetInteger64v(GL_DISPATCH_INDIRECT_BUFFER_BINDING, &i64);
2943 if (i64 != static_cast<GLint64>(expected))