Searched refs:verifyValidResults (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.hpp | 359 bool verifyValidResults(const glw::Functions& gl, glw::GLuint texture_id); 437 virtual bool verifyValidResults(const glw::Functions& gl, glw::GLuint texture_id); 471 bool verifyValidResults(const glw::Functions& gl, glw::GLuint texture_id);
|
H A D | glcRobustBufferAccessBehaviorTests.cpp | 1145 if (false == verifyValidResults(gl, texture.m_id)) in iterate() 1271 bool VertexBufferObjectsTest::verifyValidResults(const Functions& gl, glw::GLuint texture_id) in verifyValidResults() function in glcts::RobustBufferAccessBehavior::VertexBufferObjectsTest 1487 if (false == verifyValidResults(gl, destination_texture.m_id)) in iterate() 2113 bool TexelFetchTest::verifyValidResults(const Functions& gl, glw::GLuint texture_id) in verifyValidResults() function in glcts::RobustBufferAccessBehavior::TexelFetchTest 2488 if (false == verifyValidResults(gl, destination_texture.m_id)) in iterate() 2509 if (false == verifyValidResults(gl, destination_texture.m_id)) in iterate() 2942 bool ImageLoadStoreTest::verifyValidResults(const glw::Functions& gl, glw::GLuint texture_id) in verifyValidResults() function in glcts::RobustBufferAccessBehavior::ImageLoadStoreTest
|
Completed in 6 milliseconds