Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DShCompile_test.cpp214 std::string referenceOut = sh::GetObjectCode(mCompiler); in TEST_F()
222 std::string localizedOut = sh::GetObjectCode(mCompiler); in TEST_F()
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderLang.h839 const std::string &GetObjectCode(const ShHandle handle);
/aosp_15_r20/external/angle/samples/shader_translator/
H A Dshader_translator.cpp362 const std::string &code = sh::GetObjectCode(compiler); in main()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderLang.cpp453 const std::string &GetObjectCode(const ShHandle handle) in GetObjectCode() function
/aosp_15_r20/external/angle/src/common/
H A DCompiledShaderState.cpp211 translatedSource = sh::GetObjectCode(compilerHandle); in buildCompiledShaderState()