Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/translator/
DPragma.h10 struct TPragma { struct
12 TPragma() : optimize(true), debug(false) { } in TPragma() argument
13 TPragma(bool o, bool d) : optimize(o), debug(d) { } in TPragma() function
15 bool optimize;
16 bool debug;