Searched refs:stw_framebuffer (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_framebuffer.h65 struct stw_framebuffer struct
138 * acquiring the stw_framebuffer::mutex of the framebuffer to be deleted.
145 struct stw_framebuffer *next;
151 * This function will acquire stw_framebuffer::mutex. stw_framebuffer_unlock
154 struct stw_framebuffer *
164 stw_framebuffer_reference_locked(struct stw_framebuffer *fb);
168 stw_framebuffer_release_locked(struct stw_framebuffer *fb,
174 * This function will acquire stw_framebuffer::mutex. stw_framebuffer_unlock
177 struct stw_framebuffer *
183 * This function will acquire stw_framebuffer
[all...]
H A Dstw_context.h34 struct stw_framebuffer;
46 struct stw_framebuffer *current_framebuffer;
47 struct stw_framebuffer *current_read_framebuffer;
72 BOOL stw_make_current( struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_context *ctx );
76 void stw_notify_current_locked( struct stw_framebuffer *fb );
H A Dstw_st.h35 struct stw_framebuffer;
44 stw_st_create_framebuffer(struct stw_framebuffer *fb);
H A Dstw_framebuffer.c39 #include "stw_framebuffer.h"
50 * If a stw_framebuffer is found, lock it and return the pointer.
53 static struct stw_framebuffer *
56 struct stw_framebuffer *fb;
70 * Decrement the reference count on the given stw_framebuffer object.
73 * Note: Both stw_dev::fb_mutex and stw_framebuffer::mutex must already be
77 stw_framebuffer_release_locked(struct stw_framebuffer *fb,
80 struct stw_framebuffer **link;
94 /* remove this stw_framebuffer from the device's linked list */
122 * the stw_framebuffer'
[all...]
H A Dstw_device.h48 struct stw_framebuffer;
75 * stw_framebuffer objects. Assert that the counter is zero when
79 struct stw_framebuffer *fb_head;
H A Dstw_ext_pbuffer.c42 #include "stw_framebuffer.h"
80 struct stw_framebuffer *fb;
274 struct stw_framebuffer *fb;
294 struct stw_framebuffer *fb;
310 struct stw_framebuffer *fb;
329 struct stw_framebuffer *fb;
H A Dstw_context.c46 #include "stw_framebuffer.h"
190 struct stw_framebuffer *fb;
440 release_old_framebuffers(struct stw_framebuffer *old_fb, struct stw_framebuffer *old_fbRead,
458 stw_make_current(struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_context *ctx)
518 struct stw_framebuffer *old_fb = ctx->current_framebuffer;
519 struct stw_framebuffer *old_fbRead = ctx->current_read_framebuffer;
558 static struct stw_framebuffer *
565 struct stw_framebuffer *f
[all...]
H A Dstw_ext_rendertexture.c44 #include "stw_framebuffer.h"
107 struct stw_framebuffer *fb, *old_fb, *old_fbRead;
199 struct stw_framebuffer *fb = stw_framebuffer_from_HPBUFFERARB(hPbuffer);
224 struct stw_framebuffer *fb = stw_framebuffer_from_HPBUFFERARB(hPbuffer);
H A Dstw_st.c36 #include "stw_framebuffer.h"
43 struct stw_framebuffer *fb;
432 stw_st_create_framebuffer(struct stw_framebuffer *fb)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_framebuffer.h47 struct stw_framebuffer struct
118 * acquiring the stw_framebuffer::mutex of the framebuffer to be deleted.
125 struct stw_framebuffer *next;
132 * This function will acquire stw_framebuffer::mutex. stw_framebuffer_unlock
135 struct stw_framebuffer *
145 stw_framebuffer_reference_locked(struct stw_framebuffer *fb)
155 stw_framebuffer_release_locked(struct stw_framebuffer *fb);
160 * This function will acquire stw_framebuffer::mutex. stw_framebuffer_unlock
163 struct stw_framebuffer *
169 * This function will acquire stw_framebuffer
[all...]
H A Dstw_st.h35 struct stw_framebuffer;
44 stw_st_create_framebuffer(struct stw_framebuffer *fb);
H A Dstw_context.h34 struct stw_framebuffer;
46 struct stw_framebuffer *current_framebuffer;
67 void stw_notify_current_locked( struct stw_framebuffer *fb );
H A Dstw_framebuffer.c37 #include "stw_framebuffer.h"
48 * If a stw_framebuffer is found, lock it and return the pointer.
51 static struct stw_framebuffer *
54 struct stw_framebuffer *fb;
68 * Decrement the reference count on the given stw_framebuffer object.
71 * Note: Both stw_dev::fb_mutex and stw_framebuffer::mutex must already be
75 stw_framebuffer_release_locked(struct stw_framebuffer *fb)
77 struct stw_framebuffer **link;
90 /* remove this stw_framebuffer from the device's linked list */
114 * the stw_framebuffer'
[all...]
H A DMakefile.sources10 stw_framebuffer.c \
H A Dstw_device.h44 struct stw_framebuffer;
71 * stw_framebuffer objects. Assert that the counter is zero when
75 struct stw_framebuffer *fb_head;
H A Dstw_ext_pbuffer.c42 #include "stw_framebuffer.h"
80 struct stw_framebuffer *fb;
282 struct stw_framebuffer *fb;
302 struct stw_framebuffer *fb;
318 struct stw_framebuffer *fb;
337 struct stw_framebuffer *fb;
H A Dstw_ext_rendertexture.c44 #include "stw_framebuffer.h"
110 struct stw_framebuffer *fb;
203 struct stw_framebuffer *fb = stw_framebuffer_from_HPBUFFERARB(hPbuffer);
228 struct stw_framebuffer *fb = stw_framebuffer_from_HPBUFFERARB(hPbuffer);
H A Dstw_context.c46 #include "stw_framebuffer.h"
168 struct stw_framebuffer *fb;
460 struct stw_framebuffer *fb = NULL;
461 struct stw_framebuffer *fbRead = NULL;
497 struct stw_framebuffer *old_fb = ctx->current_framebuffer;
573 struct stw_framebuffer *old_fb = old_ctx->current_framebuffer;
591 stw_notify_current_locked( struct stw_framebuffer *fb )
H A Dstw_st.c35 #include "stw_framebuffer.h"
41 struct stw_framebuffer *fb;
226 stw_st_create_framebuffer(struct stw_framebuffer *fb)
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.h54 struct stw_framebuffer *fb;
H A Degl_wgl.c35 #include <stw_framebuffer.h>
530 struct stw_framebuffer *ddraw, *rdraw;

Completed in 16 milliseconds