Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessQueriesTests.cpp249 is_ok &= testQueryParameter(GL_QUERY_RESULT, GL_FALSE, target_names[i]); in iterate()
250 is_ok &= testQueryParameter(GL_QUERY_RESULT_AVAILABLE, GL_TRUE, target_names[i]); in iterate()
309 bool DefaultsTest::testQueryParameter(const glw::GLenum pname, const glw::GLuint expected_value, in testQueryParameter() function in gl4cts::DirectStateAccess::Queries::DefaultsTest
Dgl4cDirectStateAccessTests.hpp872 …bool testQueryParameter(const glw::GLenum pname, const glw::GLuint expected_value, const glw::GLch…