Home
last modified time | relevance | path

Searched refs:stw_context (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h37 struct stw_context struct
52 struct stw_context *stw_create_context_attribs(HDC hdc, INT iLayerPlane, argument
53 struct stw_context *shareCtx,
58 DHGLRC stw_create_context_handle(struct stw_context *context, DHGLRC handle);
60 void stw_destroy_context(struct stw_context *);
62 BOOL stw_unbind_context(struct stw_context *);
66 struct stw_context *stw_current_context(void);
72 …ake_current( struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_context *ctx );
Dstw_context.c52 struct stw_context *
59 return (struct stw_context *) ((st) ? st->st_manager_private : NULL); in stw_current_context()
66 struct stw_context *src; in DrvCopyContext()
67 struct stw_context *dst; in DrvCopyContext()
95 struct stw_context *ctx1; in DrvShareLists()
96 struct stw_context *ctx2; in DrvShareLists()
129 struct stw_context *ctx = stw_create_context_attribs(hdc, iLayerPlane, 0, 1, 0, 0, in DrvCreateLayerContext()
166 struct stw_context *
167 stw_create_context_attribs(HDC hdc, INT iLayerPlane, struct stw_context *shareCtx, in stw_create_context_attribs()
174 struct stw_context *ctx = NULL; in stw_create_context_attribs()
[all …]
Dstw_device.h105 static inline struct stw_context *
110 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc); in stw_lookup_context_locked()
127 static inline struct stw_context *
130 struct stw_context *ret; in stw_lookup_context()
Dstw_ext_context.c200 struct stw_context *share_stw = stw_lookup_context(share_dhglrc); in wglCreateContextAttribsARB()
202 struct stw_context *stw_ctx = stw_create_context_attribs(hDC, layerPlane, share_stw, in wglCreateContextAttribsARB()
Dstw_framebuffer.c245 struct stw_context *current_context = stw_current_context(); in stw_call_window_proc()
531 struct stw_context *ctx; in DrvPresentBuffers()
625 struct stw_context *ctx = stw_current_context(); in stw_framebuffer_present_locked()
676 struct stw_context *ctx; in stw_framebuffer_swap_locked()
Dstw_ext_rendertexture.c106 struct stw_context *curctx = stw_current_context(); in wglBindTexImageARB()
Dmeson.build31 'stw_context.c',
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.h48 struct stw_context *ctx;
Degl_wgl.c365 struct stw_context *shared = in wgl_create_context()
490 struct stw_context *ctx = stw_current_context(); in wgl_destroy_surface()
531 struct stw_context *cctx; in wgl_make_current()
542 struct stw_context *old_cctx = wgl_egl_context(old_ctx)->ctx; in wgl_make_current()
/third_party/mesa3d/ohos/
Ddependency_inputs.gni4238 ../src/gallium/frontends/wgl/stw_context.c
4239 ../src/gallium/frontends/wgl/stw_context.h