Home
last modified time | relevance | path

Searched refs:get_current (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/test/support/
H A Dinterpreters.py14 'Interpreter', 'get_current', 'get_main', 'create', 'list_all',
33 def get_current(): function
35 id = _interpreters.get_current()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_context.c268 if (st == stapi->get_current(stapi)) { in dri_unbind_context()
325 st = stapi->get_current(stapi); in dri_get_current()
/third_party/python/Lib/test/
H A Dtest_interpreters.py133 current = interpreters.get_current()
141 cur = interpreters.get_current()
155 main = interpreters.get_current()
166 main = interpreters.get_current()
182 current = interpreters.get_current()
H A Dtest__xxsubinterpreters.py95 if interpreters.get_current() != main:
446 cur = interpreters.get_current()
455 cur = _interpreters.get_current()
/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h584 struct st_context_iface *(*get_current)(struct st_api *stapi); member
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp176 shared = fDisplay->api->get_current(fDisplay->api); in CreateContext()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.c1330 struct st_context_iface *st = stapi->get_current(stapi); in XMesaGetCurrentContext()
1473 struct st_context_iface *st = stapi->get_current(stapi); in XMesaBindTexImage()
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c845 struct st_context_iface *st = stapi->get_current(stapi); in OSMesaGetCurrentContext()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_context.c57 st = (stw_dev) ? stw_dev->stapi->get_current(stw_dev->stapi) : NULL; in stw_current_context()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c1463 .get_current = st_api_get_current,

Completed in 12 milliseconds