Home
last modified time | relevance | path

Searched refs:DecodeDataURI (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h75 bool DecodeDataURI(BASE_NS::vector<uint8_t>& out, BASE_NS::string_view in, size_t reqBytes, bool checkSize,
H A Dgltf2_util.cpp116 if (!DecodeDataURI(buffer.data, buffer.uri, 0u, false, type)) { in LoadBuffer()
990 bool DecodeDataURI(vector<uint8_t>& out, string_view in, size_t reqBytes, bool checkSize, string_view& outMimeType) in DecodeDataURI() function
1111 DecodeDataURI(outData, uri, 0u, false, outMimeType); in LoadUri()

Completed in 3 milliseconds