Searched refs:TextureID (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | object.hpp | 31 void operator()(TextureID) const; 54 using UniqueTexture = std_experimental::unique_resource<TextureID, detail::TextureDeleter>;
|
| H A D | context.hpp | 275 …void updateTexture(TextureID, Size size, const void* data, TextureFormat, TextureUnit, TextureType… 293 std::vector<TextureID> pooledTextures; 298 std::vector<TextureID> abandonedTextures;
|
| H A D | object.cpp | 25 void TextureDeleter::operator()(TextureID id) const { in operator ()()
|
| H A D | types.hpp | 13 using TextureID = uint32_t; typedef
|
| H A D | context.cpp | 54 static_assert(std::is_same<TextureID, GLuint>::value, "OpenGL type mismatch"); 283 TextureID id = pooledTextures.back(); in createTexture() 544 …TextureID id, const Size size, const void* data, TextureFormat format, TextureUnit unit, TextureTy… in updateTexture()
|
| H A D | value.hpp | 216 using Type = gl::TextureID;
|