Home
last modified time | relevance | path

Searched refs:createRandomCaseGroup (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp45 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* g… in createRandomCaseGroup() function
714createRandomCaseGroup(randomGroup, m_context, "scalar_types", "Scalar types only, per-block buffer… in init()
715createRandomCaseGroup(randomGroup, m_context, "vector_types", "Scalar and vector types only, per-b… in init()
716createRandomCaseGroup(randomGroup, m_context, "basic_types", "All basic types, per-block buffers",… in init()
717createRandomCaseGroup(randomGroup, m_context, "basic_arrays", "Arrays, per-block buffers", Un… in init()
719createRandomCaseGroup(randomGroup, m_context, "basic_instance_arrays", "Basic instance arrays,… in init()
720createRandomCaseGroup(randomGroup, m_context, "nested_structs", "Nested structs, per-block b… in init()
721createRandomCaseGroup(randomGroup, m_context, "nested_structs_arrays", "Nested structs, arrays… in init()
722createRandomCaseGroup(randomGroup, m_context, "nested_structs_instance_arrays", "Nested structs,… in init()
723createRandomCaseGroup(randomGroup, m_context, "nested_structs_arrays_instance_arrays", "Nested str… in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fUniformBlockTests.cpp47 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* groupNam… in createRandomCaseGroup() function
304createRandomCaseGroup(randomGroup, m_context, "basic_type_arrays", "Arrays, per-block buffers", … in init()
305createRandomCaseGroup(randomGroup, m_context, "all_per_block_buffers", "All random features, per-b… in init()
306createRandomCaseGroup(randomGroup, m_context, "all_shared_buffer", "All random features, shared b… in init()
Des31fSSBOLayoutTests.cpp340 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* g… in createRandomCaseGroup() function
1306createRandomCaseGroup(randomGroup, m_context, "scalar_types", "Scalar types only, per-block buffe… in init()
1307createRandomCaseGroup(randomGroup, m_context, "vector_types", "Scalar and vector types only, per-… in init()
1308createRandomCaseGroup(randomGroup, m_context, "basic_types", "All basic types, per-block buffers"… in init()
1309createRandomCaseGroup(randomGroup, m_context, "basic_arrays", "Arrays, per-block buffers", S… in init()
1310createRandomCaseGroup(randomGroup, m_context, "unsized_arrays", "Unsized arrays, per-block buffer… in init()
1311createRandomCaseGroup(randomGroup, m_context, "arrays_of_arrays", "Arrays of arrays, per-block buf… in init()
1313createRandomCaseGroup(randomGroup, m_context, "basic_instance_arrays", "Basic instance arrays,… in init()
1314createRandomCaseGroup(randomGroup, m_context, "nested_structs", "Nested structs, per-block b… in init()
1315createRandomCaseGroup(randomGroup, m_context, "nested_structs_arrays", "Nested structs, arrays… in init()
[all …]