Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.hpp188 class SparseTextureAllocationTestCase : public deqp::TestCase class
192 SparseTextureAllocationTestCase(deqp::Context& context);
194 SparseTextureAllocationTestCase(deqp::Context& context, const char* name, const char* description);
Dgl4cSparseTextureTests.cpp998 SparseTextureAllocationTestCase::SparseTextureAllocationTestCase(deqp::Context& context) in SparseTextureAllocationTestCase() function in gl4cts::SparseTextureAllocationTestCase
1008 SparseTextureAllocationTestCase::SparseTextureAllocationTestCase(deqp::Context& context, const char… in SparseTextureAllocationTestCase() function in gl4cts::SparseTextureAllocationTestCase
1016 void SparseTextureAllocationTestCase::init() in init()
1075 tcu::TestNode::IterateResult SparseTextureAllocationTestCase::iterate() in iterate()
1151 bool SparseTextureAllocationTestCase::positiveTesting(const Functions& gl, GLint target, GLint form… in positiveTesting()
1201 bool SparseTextureAllocationTestCase::verifyTexParameterErrors(const Functions& gl, GLint target, G… in verifyTexParameterErrors()
1304 bool SparseTextureAllocationTestCase::verifyTexStorageVirtualPageSizeIndexError(const Functions& gl… in verifyTexStorageVirtualPageSizeIndexError()
1363 bool SparseTextureAllocationTestCase::verifyTexStorageFullArrayCubeMipmapsError(const Functions& gl… in verifyTexStorageFullArrayCubeMipmapsError()
1439 bool SparseTextureAllocationTestCase::verifyTexStorageInvalidValueErrors(const Functions& gl, GLint… in verifyTexStorageInvalidValueErrors()
2455 addChild(new SparseTextureAllocationTestCase(m_context)); in init()
Dgl4cSparseTexture2Tests.hpp107 class SparseTexture2AllocationTestCase : public SparseTextureAllocationTestCase
Dgl4cSparseTexture2Tests.cpp446 : SparseTextureAllocationTestCase(context, "SparseTexture2Allocation", in SparseTexture2AllocationTestCase()
516 return SparseTextureAllocationTestCase::iterate(); in iterate()