Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DShaderGL.cpp48 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()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DShCompile_test.cpp210 std::string referenceOut = sh::GetObjectCode(mCompiler); in TEST_F()
218 std::string localizedOut = sh::GetObjectCode(mCompiler); in TEST_F()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h685 const std::string &GetObjectCode(const ShHandle handle);
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp344 const std::string &code = sh::GetObjectCode(compiler); in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp438 mState.mTranslatedSource = sh::GetObjectCode(compilerHandle); in resolveCompile()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp447 const std::string &GetObjectCode(const ShHandle handle) in GetObjectCode() function