Home
last modified time | relevance | path

Searched refs:BinaryBlob (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DInfoSink.h129 void setBinary(BinaryBlob &&binary) { binarySink = std::move(binary); } in setBinary()
130 const BinaryBlob &getBinary() const in getBinary()
139 BinaryBlob binarySink;
DShaderLang.cpp459 const BinaryBlob &GetObjectBinaryBlob(const ShHandle handle) in GetObjectBinaryBlob()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.h70 const sh::BinaryBlob &getCompiledBinary() const { return mCompiledBinary; } in getCompiledBinary()
123 sh::BinaryBlob mCompiledBinary;
191 const sh::BinaryBlob &getCompiledBinary();
DShader.cpp301 const sh::BinaryBlob &Shader::getCompiledBinary() in getCompiledBinary()
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp52 static void PrintSpirv(const sh::BinaryBlob &blob);
349 const sh::BinaryBlob &blob = sh::GetObjectBinaryBlob(compiler); in main()
869 static void PrintSpirv(const sh::BinaryBlob &blob) in PrintSpirv()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h609 using BinaryBlob = std::vector<uint32_t>; variable
691 const BinaryBlob &GetObjectBinaryBlob(const ShHandle handle);