Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/executor/
H A DxeTestLogWriter.cpp175 class Base64Formatter class
181 Base64Formatter (const deUint8* data_, int numBytes_) : data(data_), numBytes(numBytes_) {} in Base64Formatter() function in xe::Base64Formatter
184 std::ostream& operator<< (std::ostream& str, const Base64Formatter& fmt) in operator <<()
227 inline Base64Formatter toBase64 (const deUint8* bytes, int numBytes) { return Base64Formatter(bytes, numBytes); } in toBase64()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp223 class Base64Formatter class
229 Base64Formatter(const deUint8* data_, int numBytes_) : data(data_), numBytes(numBytes_) {} in Base64Formatter() function in vk_json::Base64Formatter
232 std::ostream& operator<< (std::ostream& str, const Base64Formatter& fmt) in operator <<()
275 inline Base64Formatter toBase64(const deUint8* bytes, int numBytes) {return Base64Formatter(bytes, numBytes); } in toBase64()
[all...]

Completed in 73 milliseconds