Home
last modified time | relevance | path

Searched defs:getMangledName (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.h25 virtual String getMangledName(const char* name) { return name; } in getMangledName() function
/third_party/vk-gl-cts/scripts/opengl/
Dgen_wrapper.py32 def getMangledName (funcName): function
/third_party/vk-gl-cts/scripts/egl/
Dgtf_wrapper.py35 def getMangledName (funcName): function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DFunctionLookup.cpp72 ImmutableString TFunctionLookup::getMangledName() const in getMangledName() function in sh::TFunctionLookup
DSymbol.cpp66 ImmutableString TSymbol::getMangledName() const in getMangledName() function in sh::TSymbol
DTypes.cpp728 const char *TType::getMangledName() const in getMangledName() function in sh::TType
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DFunctionLookup.cpp72 ImmutableString TFunctionLookup::getMangledName() const in getMangledName() function in sh::TFunctionLookup
DSymbol.cpp84 ImmutableString TSymbol::getMangledName() const in getMangledName() function in sh::TSymbol
DTypes.cpp738 const char *TType::getMangledName() const in getMangledName() function in sh::TType
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.h62 virtual const TString& getMangledName() const { return getName(); } in getMangledName() function
171 const TString& getMangledName() const { return mangledName; } in getMangledName() function
DTypes.h455 TString& getMangledName() { in getMangledName() function
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h99 virtual const TString& getMangledName() const { return getName(); } in getMangledName() function
297 virtual const TString& getMangledName() const override { return mangledName; } in getMangledName() function
/third_party/skia/src/gpu/effects/
DGrSkSLFP.cpp99 String getMangledName(const char* name) override { in emitCode() function in GrSkSLFP::Impl::emitCode::FPCallbacks
/third_party/skia/src/sksl/
DSkSLMain.cpp404 String getMangledName(const char* name) override { in processCommand() function in processCommand::__anonb3712cef0802::Callbacks
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp191 std::string ExecutionEngine::getMangledName(const GlobalValue *GV) { in getMangledName() function in ExecutionEngine