Searched refs:SIZE_POT (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 69 SIZE_POT = 0, enumerator 1391 (sizeType == SIZE_POT) ? (32) : (17), in TextureBorderClampFormatCase() 1392 (sizeType == SIZE_POT) ? (16) : (31), in TextureBorderClampFormatCase() 1397 if (m_sizeType == SIZE_POT) in TextureBorderClampFormatCase() 1408 if (m_sizeType == SIZE_POT) in TextureBorderClampFormatCase() 1711 (sizeType == SIZE_POT) ? (16) : (7), in TextureBorderClampPerAxisCase2D() 1712 (sizeType == SIZE_POT) ? (8) : (9), in TextureBorderClampPerAxisCase2D() 1798 (sizeType == SIZE_POT) ? (32) : (13), in TextureBorderClampDepthCompareCase() 1799 (sizeType == SIZE_POT) ? (16) : (17), in TextureBorderClampDepthCompareCase() 2060 , m_size ((size == SIZE_POT) ? (tcu::IVec3(8, 16, 4)) : (tcu::IVec3(13, 5, 7))) in TextureBorderClampPerAxisCase3D() [all …]
|