Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_tls.c47 static INLINE struct stw_tls_data *
50 struct stw_tls_data *data; in stw_tls_data_create()
52 data = CALLOC_STRUCT(stw_tls_data); in stw_tls_data_create()
76 struct stw_tls_data *data; in stw_tls_init_thread()
92 struct stw_tls_data *data; in stw_tls_cleanup_thread()
98 data = (struct stw_tls_data *) TlsGetValue(tlsIndex); in stw_tls_cleanup_thread()
120 struct stw_tls_data *
123 struct stw_tls_data *data; in stw_tls_get_data()
129 data = (struct stw_tls_data *) TlsGetValue(tlsIndex); in stw_tls_get_data()
Dstw_tls.h33 struct stw_tls_data struct
50 struct stw_tls_data * argument
Dstw_framebuffer.c198 struct stw_tls_data *tls_data; in stw_call_window_proc()