OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stw_framebuffer
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.h
42
struct
stw_framebuffer
struct
100
* acquiring the
stw_framebuffer
::mutex of the framebuffer to be deleted.
107
struct
stw_framebuffer
*next;
114
* This function will acquire
stw_framebuffer
::mutex. stw_framebuffer_release
117
struct
stw_framebuffer
*
124
struct
stw_framebuffer
**ptr,
125
struct
stw_framebuffer
*fb);
130
* This function will acquire
stw_framebuffer
::mutex. stw_framebuffer_release
133
struct
stw_framebuffer
*
140
* This function will acquire
stw_framebuffer
::mutex. stw_framebuffer_releas
[
all
...]
stw_st.h
35
struct
stw_framebuffer
;
41
stw_st_create_framebuffer(struct
stw_framebuffer
*fb);
stw_context.h
33
struct
stw_framebuffer
;
43
struct
stw_framebuffer
*current_framebuffer;
55
void stw_flush_current_locked( struct
stw_framebuffer
*fb );
56
void stw_notify_current_locked( struct
stw_framebuffer
*fb );
stw_device.h
45
struct
stw_framebuffer
;
72
struct
stw_framebuffer
*fb_head;
stw_framebuffer.c
37
#include "
stw_framebuffer
.h"
49
static INLINE struct
stw_framebuffer
*
53
struct
stw_framebuffer
*fb;
66
* Destroy this framebuffer. Both stw_dev::fb_mutex and
stw_framebuffer
::mutex
72
struct
stw_framebuffer
*fb )
74
struct
stw_framebuffer
**link;
107
struct
stw_framebuffer
*fb)
115
stw_framebuffer_get_size( struct
stw_framebuffer
*fb )
200
struct
stw_framebuffer
*fb;
239
struct
stw_framebuffer
*
[
all
...]
stw_ext_pbuffer.c
40
#include "
stw_framebuffer
.h"
78
struct
stw_framebuffer
*fb;
239
struct
stw_framebuffer
*fb;
247
fb = (struct
stw_framebuffer
*)hPbuffer;
261
struct
stw_framebuffer
*fb;
268
fb = (struct
stw_framebuffer
*)hPbuffer;
277
struct
stw_framebuffer
*fb;
284
fb = (struct
stw_framebuffer
*)hPbuffer;
296
struct
stw_framebuffer
*fb;
303
fb = (struct
stw_framebuffer
*)hPbuffer
[
all
...]
stw_context.c
45
#include "
stw_framebuffer
.h"
142
struct
stw_framebuffer
*fb;
328
struct
stw_framebuffer
*fb = NULL;
412
stw_flush_current_locked( struct
stw_framebuffer
*fb )
425
stw_notify_current_locked( struct
stw_framebuffer
*fb )
stw_st.c
35
#include "
stw_framebuffer
.h"
41
struct
stw_framebuffer
*fb;
188
stw_st_create_framebuffer(struct
stw_framebuffer
*fb)
Completed in 191 milliseconds