Home
last modified time | relevance | path

Searched refs:stw_lookup_context_locked (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.c76 src = stw_lookup_context_locked( dhrcSource ); in DrvCopyContext()
77 dst = stw_lookup_context_locked( dhrcDest ); in DrvCopyContext()
106 ctx1 = stw_lookup_context_locked( dhglrc1 ); in DrvShareLists()
107 ctx2 = stw_lookup_context_locked( dhglrc2 ); in DrvShareLists()
176 shareCtx = stw_lookup_context_locked( hShareContext ); in stw_create_context_attribs()
247 ctx = stw_lookup_context_locked(dhglrc); in DrvDeleteContext()
277 ctx = stw_lookup_context_locked( dhglrc ); in DrvReleaseContext()
348 ctx = stw_lookup_context_locked( dhglrc ); in stw_make_current()
Dstw_device.h80 stw_lookup_context_locked( DHGLRC hglrc );
Dstw_device.c195 stw_lookup_context_locked( DHGLRC dhglrc ) in stw_lookup_context_locked() function