Home
last modified time | relevance | path

Searched refs:DrawBuffersIndexedTests (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedTests.hpp39 class DrawBuffersIndexedTests : public TestCaseGroupBase class
43 DrawBuffersIndexedTests(glcts::Context& context, const ExtParameters& extParams);
44 virtual ~DrawBuffersIndexedTests(void) in ~DrawBuffersIndexedTests()
52 DrawBuffersIndexedTests(const DrawBuffersIndexedTests& other);
53 DrawBuffersIndexedTests& operator=(const DrawBuffersIndexedTests& other);
DesextcDrawBuffersIndexedTests.cpp45 DrawBuffersIndexedTests::DrawBuffersIndexedTests(glcts::Context& context, const ExtParameters& extP… in DrawBuffersIndexedTests() function in glcts::DrawBuffersIndexedTests
53 void DrawBuffersIndexedTests::init(void) in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
Des32cTestPackage.cpp178 coreGroup->addChild(new glcts::DrawBuffersIndexedTests(getContext(), extParams)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTestPackage.cpp229 coreGroup->addChild(new glcts::DrawBuffersIndexedTests(getContext(), extParams)); in init()