Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.hpp276 class SparseTextureTests : public deqp::TestCaseGroup class
280 SparseTextureTests(deqp::Context& context);
285 SparseTextureTests(const SparseTextureTests& other);
286 SparseTextureTests& operator=(const SparseTextureTests& other);
Dgl4cTestPackages.cpp306 addChild(new gl4cts::SparseTextureTests(getContext())); in init()
Dgl4cSparseTextureTests.cpp2444 SparseTextureTests::SparseTextureTests(deqp::Context& context) in SparseTextureTests() function in gl4cts::SparseTextureTests
2450 void SparseTextureTests::init() in init()