Searched refs:readBinary (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
D | tga_utils.cpp | 39 void readBinary(std::ifstream &stream, dataType &item) in readBinary() function 45 void readBinary(std::ifstream &stream, std::vector<dataType> &items) in readBinary() function 60 readBinary(stream, header.idSize); in LoadTGAImageFromFile() 61 readBinary(stream, header.mapType); in LoadTGAImageFromFile() 62 readBinary(stream, header.imageType); in LoadTGAImageFromFile() 63 readBinary(stream, header.paletteStart); in LoadTGAImageFromFile() 64 readBinary(stream, header.paletteSize); in LoadTGAImageFromFile() 65 readBinary(stream, header.paletteEntryDepth); in LoadTGAImageFromFile() 66 readBinary(stream, header.x); in LoadTGAImageFromFile() 67 readBinary(stream, header.y); in LoadTGAImageFromFile() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.cpp | 132 ProgramBinary* readBinary (const std::string& srcPath) in readBinary() function 444 const de::UniquePtr<ProgramBinary> binary (readBinary(path.getPath())); in initFromPath()
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | vue-next.log | 172 …ed"!=typeof read?read:function(){throw"no read() available (jsc?)";},b.readBinary=function(a){if("…
|