HomeSort by relevance Sort by last modified time
    Searched refs:stw_tls_data (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_tls.c 47 static INLINE struct stw_tls_data *
50 struct stw_tls_data *data;
52 data = CALLOC_STRUCT(stw_tls_data);
76 struct stw_tls_data *data;
92 struct stw_tls_data *data;
98 data = (struct stw_tls_data *) TlsGetValue(tlsIndex);
120 struct stw_tls_data *
123 struct stw_tls_data *data;
129 data = (struct stw_tls_data *) TlsGetValue(tlsIndex);
stw_tls.h 33 struct stw_tls_data struct
50 struct stw_tls_data *
stw_framebuffer.c 198 struct stw_tls_data *tls_data;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_tls.c 47 static INLINE struct stw_tls_data *
50 struct stw_tls_data *data;
52 data = CALLOC_STRUCT(stw_tls_data);
76 struct stw_tls_data *data;
92 struct stw_tls_data *data;
98 data = (struct stw_tls_data *) TlsGetValue(tlsIndex);
120 struct stw_tls_data *
123 struct stw_tls_data *data;
129 data = (struct stw_tls_data *) TlsGetValue(tlsIndex);
stw_tls.h 33 struct stw_tls_data struct
50 struct stw_tls_data *
stw_framebuffer.c 198 struct stw_tls_data *tls_data;

Completed in 3076 milliseconds