Home
last modified time | relevance | path

Searched refs:E_GL_GOOGLE_cpp_style_line_directive (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.h187 const char* const E_GL_GOOGLE_cpp_style_line_directive = "GL_GOOGLE_cpp_style_line_directi… variable
DVersions.cpp216 extensionBehavior[E_GL_GOOGLE_cpp_style_line_directive] = EBhDisable; in initializeExtensionBehavior()
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp708 …parseContext.ppRequireExtensions(directiveLoc, 1, &E_GL_GOOGLE_cpp_style_line_directive, "filename… in CPPline()
1160 …parseContext.ppRequireExtensions(ppToken->loc, 1, &E_GL_GOOGLE_cpp_style_line_directive, "filename… in MacroExpand()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp111 extensionBehavior[E_GL_GOOGLE_cpp_style_line_directive] = EBhEnable; in initializeExtensionBehavior()