Searched refs:UnsignedInteger (Results 1 – 4 of 4) sorted by relevance
114 BOOST_concept(UnsignedInteger,(T)) {115 BOOST_CONCEPT_USAGE(UnsignedInteger) {122 template <> struct UnsignedInteger<unsigned char> {};123 template <> struct UnsignedInteger<unsigned short> {};124 template <> struct UnsignedInteger<unsigned int> {};125 template <> struct UnsignedInteger<unsigned long> {};127 template <> struct UnsignedInteger< ::boost::ulong_long_type> {};129 template <> struct UnsignedInteger<unsigned __int64> {};
41 UnsignedInteger = 0x1405, enumerator
26 …te <> struct DataTypeOf<uint32_t> : std::integral_constant<DataType, DataType::UnsignedInteger> {};
23 static_assert(underlying_type(DataType::UnsignedInteger) == GL_UNSIGNED_INT, "OpenGL type mismatch"…