Searched defs:TPragma (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Pragma.h | 10 struct TPragma struct 22 TPragma() : optimize(true), debug(false), debugShaderPrecision(true) {} in TPragma() argument 23 TPragma(bool o, bool d) : optimize(o), debug(d), debugShaderPrecision(true) {} in TPragma() function 25 bool optimize; 26 bool debug; 27 bool debugShaderPrecision; 28 STDGL stdgl;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Pragma.h | 10 struct TPragma struct 20 TPragma() : optimize(true), debug(false) {} in TPragma() argument 21 TPragma(bool o, bool d) : optimize(o), debug(d) {} in TPragma() argument 23 bool optimize; 24 bool debug; 25 STDGL stdgl;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Pragma.h | 18 struct TPragma { struct 20 TPragma() : optimize(true), debug(false) { } in TPragma() function 21 TPragma(bool o, bool d) : optimize(o), debug(d) { } in TPragma() argument 23 bool optimize; 24 bool debug;
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 60 struct TPragma { struct 61 TPragma(bool o, bool d) : optimize(o), debug(d) { } in TPragma() function 64 TPragmaTable pragmaTable; argument
|