Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DVersions.h196 const char* const E_GL_EXT_debug_printf = "GL_EXT_debug_printf"; variable
DVersions.cpp250 extensionBehavior[E_GL_EXT_debug_printf] = EBhDisable; in initializeExtensionBehavior()
DInitialize.cpp8262 … symbolTable.setFunctionExtensions("debugPrintfEXT", 1, &E_GL_EXT_debug_printf);
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp1194 … parseContext.requireExtensions(ppToken.loc, 1, &E_GL_EXT_debug_printf, "string literal"); in tokenize()
1195 if (!parseContext.extensionTurnedOn(E_GL_EXT_debug_printf)) in tokenize()