Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DPrecise_test.cpp102 sh::GetObjectBinaryBlob(mCompilerList[shaderOutputType.first]); in TestShaderCompile()
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderLang.h845 const BinaryBlob &GetObjectBinaryBlob(const ShHandle handle);
/aosp_15_r20/external/angle/samples/shader_translator/
H A Dshader_translator.cpp367 const sh::BinaryBlob &blob = sh::GetObjectBinaryBlob(compiler); in main()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderLang.cpp465 const BinaryBlob &GetObjectBinaryBlob(const ShHandle handle) in GetObjectBinaryBlob() function
/aosp_15_r20/external/angle/src/common/
H A DCompiledShaderState.cpp207 compiledBinary = sh::GetObjectBinaryBlob(compilerHandle); in buildCompiledShaderState()