Searched refs:Base64Formatter (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/executor/ |
H A D | xeTestLogWriter.cpp | 175 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 D | vulkan_json_data.hpp | 223 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 54 milliseconds