OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fb_mutex
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_device.h
71
pipe_mutex
fb_mutex
;
member in struct:stw_device
stw_framebuffer.c
47
* stw_dev::
fb_mutex
global lock.
66
* Destroy this framebuffer. Both stw_dev::
fb_mutex
and stw_framebuffer::mutex
228
pipe_mutex_lock( stw_dev->
fb_mutex
);
232
pipe_mutex_unlock( stw_dev->
fb_mutex
);
298
* stw_dev::
fb_mutex
, since no other thread can know about this framebuffer
303
pipe_mutex_lock( stw_dev->
fb_mutex
);
306
pipe_mutex_unlock( stw_dev->
fb_mutex
);
327
pipe_mutex_lock(stw_dev->
fb_mutex
);
332
pipe_mutex_unlock(stw_dev->
fb_mutex
);
369
pipe_mutex_lock( stw_dev->
fb_mutex
);
[
all
...]
stw_device.c
108
pipe_mutex_init( stw_dev->
fb_mutex
);
171
pipe_mutex_destroy( stw_dev->
fb_mutex
);
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h
71
pipe_mutex
fb_mutex
;
member in struct:stw_device
stw_framebuffer.c
47
* stw_dev::
fb_mutex
global lock.
66
* Destroy this framebuffer. Both stw_dev::
fb_mutex
and stw_framebuffer::mutex
228
pipe_mutex_lock( stw_dev->
fb_mutex
);
232
pipe_mutex_unlock( stw_dev->
fb_mutex
);
298
* stw_dev::
fb_mutex
, since no other thread can know about this framebuffer
303
pipe_mutex_lock( stw_dev->
fb_mutex
);
306
pipe_mutex_unlock( stw_dev->
fb_mutex
);
327
pipe_mutex_lock(stw_dev->
fb_mutex
);
332
pipe_mutex_unlock(stw_dev->
fb_mutex
);
369
pipe_mutex_lock( stw_dev->
fb_mutex
);
[
all
...]
stw_device.c
108
pipe_mutex_init( stw_dev->
fb_mutex
);
171
pipe_mutex_destroy( stw_dev->
fb_mutex
);
Completed in 695 milliseconds