/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
ParseHelper.cpp | 183 void TParseContext::handlePragma(const TSourceLoc& loc, const TVector<TString>& tokens) 254 bool TParseContext::parseVectorFields(const TSourceLoc& loc, const TString& compString, int vecSize, TVectorFields& fields) 420 TIntermTyped* TParseContext::handleVariable(const TSourceLoc& loc, TSymbol* symbol, const TString* string) 682 void TParseContext::ioArrayCheck(const TSourceLoc& loc, const TType& type, const TString& identifier) 749 void TParseContext::checkIoArrayConsistency(const TSourceLoc& loc, int requiredSize, const char* feature, TType& type, const TString& name) 794 TIntermTyped* TParseContext::handleDotDereference(const TSourceLoc& loc, TIntermTyped* base, const TString& field) [all...] |
Initialize.cpp | [all...] |
glslang_tab.cpp.h | 328 glslang::TString *string;
|
Intermediate.cpp | 65 TIntermSymbol* TIntermediate::addSymbol(int id, const TString& name, const TType& type, const TConstUnionArray& constArray, 859 TIntermTyped* TIntermediate::addMethod(TIntermTyped* object, const TType& type, const TString* name, const TSourceLoc& loc) [all...] |
/external/swiftshader/src/OpenGL/compiler/ |
OutputASM.cpp | 29 // Integer to TString conversion 30 TString str(int i) 225 OutputASM::TextureFunction::TextureFunction(const TString& nodeName) : method(IMPLICIT), proj(false), offset(false) 227 TString name = TFunction::unmangleName(nodeName); [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
PpContext.h | 547 typedef TUnorderedMap<TString, int> TAtomMap; 548 typedef TVector<const TString*> TStringMap;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
ldump.c | 61 static void DumpString(const TString* s, DumpState* D)
|
lgc.h | 32 #define GCSTEPSIZE (cast_int(100 * sizeof(TString)))
|
ldebug.c | 101 TString *s = check_exp(uv < p->sizeupvalues, p->upvalues[uv].name); 562 TString *src = ci_func(ci)->p->source;
|
ltable.c | 102 TString *s = rawtsvalue(key); 466 const TValue *luaH_getstr (Table *t, TString *key) {
|
lundump.c | 72 static TString* LoadString(LoadState* S)
|
luac.c | 223 static void PrintString(const TString* ts)
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/ |
Analysis.java | 111 void caseTString(TString node);
|
AnalysisAdapter.java | 547 public void caseTString(TString node)
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
TokenIndex.java | 217 public void caseTString(@SuppressWarnings("unused") TString node)
|
/external/skia/third_party/lua/src/ |
ldump.c | 61 static void DumpString(const TString* s, DumpState* D)
|
lgc.h | 32 #define GCSTEPSIZE (cast_int(100 * sizeof(TString)))
|
ldebug.c | 101 TString *s = check_exp(uv < p->sizeupvalues, p->upvalues[uv].name); 549 TString *src = ci_func(ci)->p->source;
|
ltable.c | 102 TString *s = rawtsvalue(key); 466 const TValue *luaH_getstr (Table *t, TString *key) {
|
lundump.c | 72 static TString* LoadString(LoadState* S)
|
/external/syslinux/com32/lua/src/ |
ldump.c | 61 static void DumpString(const TString* s, DumpState* D)
|
lgc.h | 32 #define GCSTEPSIZE (cast_int(100 * sizeof(TString)))
|
ldebug.c | 101 TString *s = check_exp(uv < p->sizeupvalues, p->upvalues[uv].name); 562 TString *src = ci_func(ci)->p->source;
|
ltable.c | 103 TString *s = rawtsvalue(key); 467 const TValue *luaH_getstr (Table *t, TString *key) {
|
lundump.c | 72 static TString* LoadString(LoadState* S)
|