/external/swiftshader/src/OpenGL/compiler/ |
Common.h | 67 template <class T> class TVector : public std::vector<T, pool_allocator<T> > { 70 TVector() : std::vector<T, pool_allocator<T> >() {} 71 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {} 72 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {}
|
AnalyzeCallDepth.h | 49 TVector<FunctionNode*> callees;
|
ValidateLimitations.h | 26 typedef TVector<TLoopInfo> TLoopStack;
|
intermediate.h | 531 typedef TVector<TIntermNode*> TIntermSequence; 532 typedef TVector<int> TQualifierList; 740 TVector<TIntermNode *> mPath;
|
Types.h | 64 typedef TVector<TField *> TFieldList;
|
SymbolTable.h | 186 typedef TVector<TParameter> TParamList;
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/ |
ShHandle.h | 110 typedef glslang::TVector<TCompiler*> TCompilerList; 111 typedef glslang::TVector<TShHandleBase*> THandleList;
|
Common.h | 163 template <class T> class TVector : public std::vector<T, pool_allocator<T> > { 168 TVector() : std::vector<T, pool_allocator<T> >() {} 169 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {} 170 TVector(size_type i) : std::vector<T, pool_allocator<T> >(i) {} 171 TVector(size_type i, const T& val) : std::vector<T, pool_allocator<T> >(i, val) {}
|
arrays.h | 196 sizes = new TVector<TArraySize>; 204 TVector<TArraySize>* sizes; // will either hold such a pointer, or in the future, hold the two array sizes
|
intermediate.h | 955 typedef TVector<TIntermNode*> TIntermSequence; 956 typedef TVector<int> TQualifierList; [all...] |
ConstantUnion.h | 611 typedef TVector<TConstUnion> TConstUnionVector;
|
Types.h | 234 typedef TVector<TTypeLoc> TTypeList; 236 typedef TVector<TString*> TIdentifierList; [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
ParseHelper.h | 96 virtual void setPragmaCallback(const std::function<void(int, const TVector<TString>&)>& func) { pragmaCallback = func; } 102 virtual void handlePragma(const TSourceLoc&, const TVector<TString>&) = 0; 141 std::function<void(int, const TVector<TString>&)> pragmaCallback; 177 void handlePragma(const TSourceLoc&, const TVector<TString>&); 350 TVector<TIntermTyped*> needsIndexLimitationChecking; 384 TVector<TSymbol*> ioArraySymbolResizeList;
|
SymbolTable.h | 247 typedef TVector<TParameter> TParamList; 360 void findFunctionNameList(const TString& name, TVector<TFunction*>& list) 627 void findFunctionNameList(const TString& name, TVector<TFunction*>& list, bool& builtIn)
|
Constant.cpp | 684 TVector<TConstUnionArray> childConstUnions; [all...] |
ShaderLang.cpp | [all...] |
ParseHelper.cpp | 183 void TParseContext::handlePragma(const TSourceLoc& loc, const TVector<TString>& tokens) [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/ |
hlslParseHelper.h | 68 void handlePragma(const TSourceLoc&, const TVector<TString>&); 196 TVector<TIntermTyped*> needsIndexLimitationChecking; 230 TVector<TSymbol*> ioArraySymbolResizeList;
|
hlslParseHelper.cpp | 117 void HlslParseContext::handlePragma(const TSourceLoc& loc, const TVector<TString>& tokens) [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
PpContext.h | 167 TVector<unsigned char> data; 259 TVector<TokenStream*> args; 548 typedef TVector<const TString*> TStringMap;
|
Pp.cpp | 731 TVector<TString> tokens; [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
GlslangToSpv.cpp | [all...] |
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/ |
GlslangToSpv.cpp | [all...] |
/external/guice/extensions/persist/lib/ |
db4o-6.4.14.8131-java5.jar | |