Home | History | Annotate | Download | only in functional

Lines Matching defs:SizeType

67 enum SizeType
217 typedef tcu::IVec2 SizeType;
252 typedef tcu::IVec3 SizeType;
284 de::MovePtr<T> genDummyTexture (glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, deUint32 texFormat, const typename TextureTraits<T>::SizeType& size)
1359 SizeType sizeType,
1369 const SizeType m_sizeType;
1382 SizeType sizeType,
1391 (sizeType == SIZE_POT) ? (32) : (17),
1392 (sizeType == SIZE_POT) ? (16) : (31),
1394 , m_sizeType (sizeType)
1676 SizeType sizeType,
1700 SizeType sizeType,
1711 (sizeType == SIZE_POT) ? (16) : (7),
1712 (sizeType == SIZE_POT) ? (8) : (9),
1771 SizeType sizeType,
1789 SizeType sizeType,
1798 (sizeType == SIZE_POT) ? (32) : (13),
1799 (sizeType == SIZE_POT) ? (16) : (17),
2003 SizeType size,
2052 SizeType size,
2415 const SizeType sizeType = (isNpotCase) ? (SIZE_NPOT) : (SIZE_POT);
2426 sizeType,
2626 const SizeType size = (isNpotCase) ? (SIZE_NPOT) : (SIZE_POT);
2692 const SizeType sizeType = (isNpotCase) ? (SIZE_NPOT) : (SIZE_POT);
2700 sizeType,