HomeSort by relevance Sort by last modified time
    Searched refs:singleBasicTypeGroup (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/gles3/functional/
es3fUniformBlockTests.cpp 408 tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", "Single basic variable in single buffer");
409 addChild(singleBasicTypeGroup);
414 singleBasicTypeGroup->addChild(layoutGroup);
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockTests.cpp 730 tcu::TestCaseGroup* singleBasicTypeGroup =
732 addChild(singleBasicTypeGroup);
737 singleBasicTypeGroup->addChild(layoutGroup);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockTests.cpp 535 tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", "Single basic variable in single buffer");
536 addChild(singleBasicTypeGroup);
576 singleBasicTypeGroup->addChild(layoutGroup.release());
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp 804 tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", "Single basic variable in single buffer");
805 addChild(singleBasicTypeGroup);
810 singleBasicTypeGroup->addChild(layoutGroup);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp     [all...]

Completed in 62 milliseconds