Home
last modified time | relevance | path

Searched refs:stw_framebuffer (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_framebuffer.h65 struct stw_framebuffer struct
145 struct stw_framebuffer *next; argument
154 struct stw_framebuffer *
164 stw_framebuffer_reference_locked(struct stw_framebuffer *fb);
168 stw_framebuffer_release_locked(struct stw_framebuffer *fb,
177 struct stw_framebuffer *
186 struct stw_framebuffer *
191 struct stw_framebuffer *fb,
195 stw_framebuffer_update(struct stw_framebuffer *fb);
198 stw_framebuffer_swap_locked(HDC hdc, struct stw_framebuffer *fb);
[all …]
Dstw_framebuffer.c53 static struct stw_framebuffer *
56 struct stw_framebuffer *fb; in stw_framebuffer_from_hwnd_locked()
85 stw_framebuffer_release_locked(struct stw_framebuffer *fb, in stw_framebuffer_release_locked()
88 struct stw_framebuffer **link; in stw_framebuffer_release_locked()
133 stw_framebuffer_get_size(struct stw_framebuffer *fb) in stw_framebuffer_get_size()
214 struct stw_framebuffer *fb; in stw_call_window_proc()
271 struct stw_framebuffer *
274 struct stw_framebuffer *fb; in stw_framebuffer_create()
277 fb = CALLOC_STRUCT( stw_framebuffer ); in stw_framebuffer_create()
344 stw_framebuffer_reference_locked(struct stw_framebuffer *fb) in stw_framebuffer_reference_locked()
[all …]
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_conte…
76 void stw_notify_current_locked( struct stw_framebuffer *fb );
Dstw_context.c190 struct stw_framebuffer *fb; in stw_create_context_attribs()
444 release_old_framebuffers(struct stw_framebuffer *old_fb, struct stw_framebuffer *old_fbRead, in release_old_framebuffers()
462 stw_make_current(struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_context *ct… in stw_make_current()
522 struct stw_framebuffer *old_fb = ctx->current_framebuffer; in stw_make_current()
523 struct stw_framebuffer *old_fbRead = ctx->current_read_framebuffer; in stw_make_current()
562 static struct stw_framebuffer *
569 struct stw_framebuffer *fb = stw_framebuffer_from_hdc(hDC); in get_unlocked_refd_framebuffer_from_dc()
596 struct stw_framebuffer *fb = get_unlocked_refd_framebuffer_from_dc(hDrawDC); in stw_make_current_by_handles()
602 struct stw_framebuffer *fbRead = (hDrawDC == hReadDC || hReadDC == NULL) ? in stw_make_current_by_handles()
642 stw_notify_current_locked( struct stw_framebuffer *fb ) in stw_notify_current_locked()
Dstw_ext_pbuffer.c80 struct stw_framebuffer *fb; in wglCreatePbufferARB()
274 struct stw_framebuffer *fb; in wglGetPbufferDCARB()
294 struct stw_framebuffer *fb; in wglReleasePbufferDCARB()
310 struct stw_framebuffer *fb; in wglDestroyPbufferARB()
329 struct stw_framebuffer *fb; in wglQueryPbufferARB()
Dstw_st.h35 struct stw_framebuffer;
44 stw_st_create_framebuffer(struct stw_framebuffer *fb);
Dstw_ext_rendertexture.c107 struct stw_framebuffer *fb, *old_fb, *old_fbRead; in wglBindTexImageARB()
199 struct stw_framebuffer *fb = stw_framebuffer_from_HPBUFFERARB(hPbuffer); in wglReleaseTexImageARB()
224 struct stw_framebuffer *fb = stw_framebuffer_from_HPBUFFERARB(hPbuffer); in wglSetPbufferAttribARB()
Dstw_device.h48 struct stw_framebuffer;
79 struct stw_framebuffer *fb_head;
Dmeson.build39 'stw_framebuffer.c',
Dstw_st.c47 struct stw_framebuffer *fb;
497 stw_st_create_framebuffer(struct stw_framebuffer *fb) in stw_st_create_framebuffer()
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.h54 struct stw_framebuffer *fb;
Degl_wgl.c519 struct stw_framebuffer *ddraw, *rdraw; in wgl_make_current()
/third_party/mesa3d/ohos/
Ddependency_inputs.gni4225 "../src/gallium/frontends/wgl/stw_framebuffer.c",
4226 "../src/gallium/frontends/wgl/stw_framebuffer.h",