Home
last modified time | relevance | path

Searched defs:TPragma (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DPragma.h18 struct TPragma { struct
20 TPragma() : optimize(true), debug(false) { } in TPragma() argument
21 TPragma(bool o, bool d) : optimize(o), debug(d) { } in TPragma() function
23 bool optimize;
24 bool debug;
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h60 struct TPragma { struct
61 TPragma(bool o, bool d) : optimize(o), debug(d) { } in TPragma() function
64 TPragmaTable pragmaTable; argument