Lines Matching defs:i64
2250 GLint64 i64;
2264 glGetInteger64i_v(target, c, &i64);
2265 if (static_cast<GLint>(i64) < min_values[c])
2268 << tcu::TestLog::Message << "Is " << static_cast<GLint>(i64) << " should be at least "
2280 GLint64 i64;
2291 glGetInteger64v(target, &i64);
2292 if (i64 < static_cast<GLint64>(min_value))
2294 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Is " << i64
2927 GLint64 i64;
2938 glGetInteger64v(GL_DISPATCH_INDIRECT_BUFFER_BINDING, &i64);
2939 if (static_cast<GLuint>(i64) != expected)