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

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.h 47 struct stw_framebuffer struct
115 * acquiring the stw_framebuffer::mutex of the framebuffer to be deleted.
122 struct stw_framebuffer *next;
129 * This function will acquire stw_framebuffer::mutex. stw_framebuffer_unlock
132 struct stw_framebuffer *
142 stw_framebuffer_reference_locked(struct stw_framebuffer *fb)
152 stw_framebuffer_release_locked(struct stw_framebuffer *fb);
157 * This function will acquire stw_framebuffer::mutex. stw_framebuffer_unlock
160 struct stw_framebuffer *
166 * This function will acquire stw_framebuffer::mutex. stw_framebuffer_unloc
    [all...]
stw_st.h 35 struct stw_framebuffer;
44 stw_st_create_framebuffer(struct stw_framebuffer *fb);
stw_context.h 34 struct stw_framebuffer;
44 struct stw_framebuffer *current_framebuffer;
63 void stw_notify_current_locked( struct stw_framebuffer *fb );
stw_device.h 44 struct stw_framebuffer;
71 * stw_framebuffer objects. Assert that the counter is zero when
75 struct stw_framebuffer *fb_head;
stw_framebuffer.c 36 #include "stw_framebuffer.h"
47 * If a stw_framebuffer is found, lock it and return the pointer.
50 static struct stw_framebuffer *
53 struct stw_framebuffer *fb;
67 * Decrement the reference count on the given stw_framebuffer object.
70 * Note: Both stw_dev::fb_mutex and stw_framebuffer::mutex must already be
74 stw_framebuffer_release_locked(struct stw_framebuffer *fb)
76 struct stw_framebuffer **link;
89 /* remove this stw_framebuffer from the device's linked list */
113 * the stw_framebuffer's width/height
    [all...]
stw_ext_pbuffer.c 42 #include "stw_framebuffer.h"
80 struct stw_framebuffer *fb;
280 struct stw_framebuffer *fb;
300 struct stw_framebuffer *fb;
316 struct stw_framebuffer *fb;
335 struct stw_framebuffer *fb;
stw_ext_rendertexture.c 44 #include "stw_framebuffer.h"
109 struct stw_framebuffer *fb;
196 struct stw_framebuffer *fb = stw_framebuffer_from_HPBUFFERARB(hPbuffer);
221 struct stw_framebuffer *fb = stw_framebuffer_from_HPBUFFERARB(hPbuffer);
stw_st.c 35 #include "stw_framebuffer.h"
41 struct stw_framebuffer *fb;
227 stw_st_create_framebuffer(struct stw_framebuffer *fb)
stw_context.c 46 #include "stw_framebuffer.h"
146 struct stw_framebuffer *fb;
411 struct stw_framebuffer *fb = NULL;
446 struct stw_framebuffer *old_fb = ctx->current_framebuffer;
485 struct stw_framebuffer *old_fb = old_ctx->current_framebuffer;
503 stw_notify_current_locked( struct stw_framebuffer *fb )

Completed in 3522 milliseconds