Home
last modified time | relevance | path

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

/external/angle/src/tests/compiler_tests/
DPrecise_test.cpp101 sh::GetObjectBinaryBlob(mCompilerList[shaderOutputType.first]); in TestShaderCompile()
/external/angle/include/GLSLANG/
DShaderLang.h696 const BinaryBlob &GetObjectBinaryBlob(const ShHandle handle);
/external/angle/samples/shader_translator/
Dshader_translator.cpp349 const sh::BinaryBlob &blob = sh::GetObjectBinaryBlob(compiler); in main()
/external/angle/src/libANGLE/
DShader.cpp435 mState.mCompiledBinary = sh::GetObjectBinaryBlob(compilerHandle); in resolveCompile()
/external/angle/src/compiler/translator/
DShaderLang.cpp460 const BinaryBlob &GetObjectBinaryBlob(const ShHandle handle) in GetObjectBinaryBlob() function