Searched defs:AlignmentCase (Results 1 - 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
H A D | es31fIntegerStateQueryTests.cpp | 196 class AlignmentCase : public TestCase class in namespace:deqp::gles31::Functional::__anon3578 199 AlignmentCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType); 208 AlignmentCase::AlignmentCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType) function in class:deqp::gles31::Functional::__anon3578::AlignmentCase 216 AlignmentCase::IterateResult AlignmentCase::iterate (void) 709 FOR_EACH_VERIFIER(new AlignmentCase(m_context, (std::string() + "shader_storage_buffer_offset_alignment_" + verifierSuffix).c_str(), "Test SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT", GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT, 256, verifier))
|
Completed in 972 milliseconds