Lines Matching defs:glthread
33 #include "main/glthread.h"
55 struct glthread_state *glthread = ctx->GLThread;
56 struct glthread_batch *next = &glthread->batches[glthread->next];
62 next = &glthread->batches[glthread->next];
80 struct glthread_state *glthread = ctx->GLThread;
82 return ctx->API != API_OPENGL_CORE && !glthread->vertex_array_is_vbo;
92 struct glthread_state *glthread = ctx->GLThread;
94 return ctx->API != API_OPENGL_CORE && !glthread->element_array_is_vbo;