Home
last modified time | relevance | path

Searched refs:GetObjectBinaryBlob (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DPrecise_test.cpp101 sh::GetObjectBinaryBlob(mCompilerList[shaderOutputType.first]); in TestShaderCompile()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h691 const BinaryBlob &GetObjectBinaryBlob(const ShHandle handle);
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp349 const sh::BinaryBlob &blob = sh::GetObjectBinaryBlob(compiler); in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp434 mState.mCompiledBinary = sh::GetObjectBinaryBlob(compilerHandle); in resolveCompile()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp459 const BinaryBlob &GetObjectBinaryBlob(const ShHandle handle) in GetObjectBinaryBlob() function