Searched refs:E_GL_EXT_debug_printf (Results 1 – 4 of 4) sorted by relevance
196 const char* const E_GL_EXT_debug_printf = "GL_EXT_debug_printf"; variable
250 extensionBehavior[E_GL_EXT_debug_printf] = EBhDisable; in initializeExtensionBehavior()
8262 … symbolTable.setFunctionExtensions("debugPrintfEXT", 1, &E_GL_EXT_debug_printf);
1194 … 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()