Searched refs:GetObjectCode (Results 1 – 6 of 6) sorted by relevance
48 mCompileAndCheckShaderInWorkerFunctor(sh::GetObjectCode(mHandle).c_str()); in operator ()()89 mCompileAndCheckShaderFunctor(sh::GetObjectCode(handle).c_str()); in postTranslate()395 compileShader(sh::GetObjectCode(handle).c_str()); in compile()432 compileAndCheckShader(sh::GetObjectCode(handle).c_str()); in compile()
210 std::string referenceOut = sh::GetObjectCode(mCompiler); in TEST_F()218 std::string localizedOut = sh::GetObjectCode(mCompiler); in TEST_F()
685 const std::string &GetObjectCode(const ShHandle handle);
344 const std::string &code = sh::GetObjectCode(compiler); in main()
438 mState.mTranslatedSource = sh::GetObjectCode(compilerHandle); in resolveCompile()
447 const std::string &GetObjectCode(const ShHandle handle) in GetObjectCode() function