Searched refs:UnsignedByte (Results 1 – 6 of 6) sorted by relevance
16 gl::TextureType type = gl::TextureType::UnsignedByte);20 gl::TextureType type = gl::TextureType::UnsignedByte);
37 UnsignedByte = 0x1401, enumerator68 UnsignedByte = 0x1401, enumerator
132 TextureType type = TextureType::UnsignedByte) { in createTexture()141 TextureType type = TextureType::UnsignedByte) { in updateTexture()151 TextureType type = TextureType::UnsignedByte) { in createTexture()
22 template <> struct DataTypeOf<uint8_t> : std::integral_constant<DataType, DataType::UnsignedByte> …
19 static_assert(underlying_type(DataType::UnsignedByte) == GL_UNSIGNED_BYTE, "OpenGL type mismatch");64 static_assert(underlying_type(TextureType::UnsignedByte) == GL_UNSIGNED_BYTE, "OpenGL type mismatch…
71 … renderTexture = OffscreenTexture(parameters.context, size, gl::TextureType::UnsignedByte); in render()80 … colorRampTexture = parameters.context.createTexture(colorRamp, 1, gl::TextureType::UnsignedByte); in render()