Searched refs:__GLX_RENDER_CMD_SIZE_LIMIT (Results 1 – 2 of 2) sorted by relevance
427 if (bufSize > __GLX_RENDER_CMD_SIZE_LIMIT) { in indirect_create_context()428 bufSize = __GLX_RENDER_CMD_SIZE_LIMIT; in indirect_create_context()
459 #define __GLX_RENDER_CMD_SIZE_LIMIT 4096 macro