Searched refs:SparseTextureAllocationTestCase (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSparseTextureTests.hpp | 188 class SparseTextureAllocationTestCase : public deqp::TestCase class 192 SparseTextureAllocationTestCase(deqp::Context& context); 194 SparseTextureAllocationTestCase(deqp::Context& context, const char* name, const char* description);
|
D | gl4cSparseTextureTests.cpp | 998 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()
|
D | gl4cSparseTexture2Tests.hpp | 107 class SparseTexture2AllocationTestCase : public SparseTextureAllocationTestCase
|
D | gl4cSparseTexture2Tests.cpp | 446 : SparseTextureAllocationTestCase(context, "SparseTexture2Allocation", in SparseTexture2AllocationTestCase() 516 return SparseTextureAllocationTestCase::iterate(); in iterate()
|