Searched refs:SparseTextureAllocationTestCase (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A 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);
|
H A D | gl4cSparseTextureTests.cpp | 1000 SparseTextureAllocationTestCase::SparseTextureAllocationTestCase(deqp::Context &context) in SparseTextureAllocationTestCase() function in gl4cts::SparseTextureAllocationTestCase 1010 SparseTextureAllocationTestCase::SparseTextureAllocationTestCase(deqp::Context &context, const char… in SparseTextureAllocationTestCase() function in gl4cts::SparseTextureAllocationTestCase 1018 void SparseTextureAllocationTestCase::init() in init() 1077 tcu::TestNode::IterateResult SparseTextureAllocationTestCase::iterate() in iterate() 1153 bool SparseTextureAllocationTestCase::positiveTesting(const Functions &gl, GLint target, GLint form… in positiveTesting() 1203 bool SparseTextureAllocationTestCase::verifyTexParameterErrors(const Functions &gl, GLint target, G… in verifyTexParameterErrors() 1306 bool SparseTextureAllocationTestCase::verifyTexStorageVirtualPageSizeIndexError(const Functions &gl… in verifyTexStorageVirtualPageSizeIndexError() 1365 bool SparseTextureAllocationTestCase::verifyTexStorageFullArrayCubeMipmapsError(const Functions &gl… in verifyTexStorageFullArrayCubeMipmapsError() 1441 bool SparseTextureAllocationTestCase::verifyTexStorageInvalidValueErrors(const Functions &gl, GLint… in verifyTexStorageInvalidValueErrors() 2450 addChild(new SparseTextureAllocationTestCase(m_context)); in init()
|
H A D | gl4cSparseTexture2Tests.hpp | 107 class SparseTexture2AllocationTestCase : public SparseTextureAllocationTestCase
|
H A D | gl4cSparseTexture2Tests.cpp | 469 : SparseTextureAllocationTestCase(context, "SparseTexture2Allocation", in SparseTexture2AllocationTestCase() 539 return SparseTextureAllocationTestCase::iterate(); in iterate()
|