Searched refs:current_context (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libepoxy/dist/test/
H A Dwgl_per_context_funcptrs.c47 static HGLRC ctx1, ctx2, current_context; variable in typeref:typename:HGLRC
59 if (current_context != ctx1) {
69 if (current_context != ctx2) {
81 if (current_context == ctx1) {
84 assert(current_context == ctx2);
96 current_context = ctx;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_framebuffer.c245 struct stw_context *current_context = stw_current_context(); local in function:stw_call_window_proc
246 struct st_context_iface *ctx_iface = current_context &&
247 current_context->current_framebuffer == fb ? current_context->st : NULL;
/xsrc/external/mit/libdrm/dist/freedreno/kgsl/
H A Dmsm_kgsl.h103 unsigned int current_context; member in struct:kgsl_devmemstore
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dmsm_kgsl.h286 * @current_context: The current context the GPU is working on
298 unsigned int current_context; member in struct:kgsl_devmemstore

Completed in 7 milliseconds