OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPragma
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/src/OpenGL/compiler/
Pragma.h
18
struct
TPragma
{
20
TPragma
() : optimize(true), debug(false) { }
21
TPragma
(bool o, bool d) : optimize(o), debug(d) { }
DirectiveHandler.h
32
const
TPragma
& pragma() const { return mPragma; }
50
TPragma
mPragma;
ParseHelper.h
151
const
TPragma
& pragma() const { return mDirectiveHandler.pragma(); }
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h
58
struct
TPragma
{
59
TPragma
(bool o, bool d) : optimize(o), debug(d) { }
317
struct
TPragma
contextPragma;
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.h
170
struct
TPragma
contextPragma;
Completed in 71 milliseconds