Searched refs:stw_context (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_context.h | 37 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 );
|
D | stw_context.c | 52 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 …]
|
D | stw_device.h | 105 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()
|
D | stw_ext_context.c | 200 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()
|
D | stw_framebuffer.c | 245 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()
|
D | stw_ext_rendertexture.c | 106 struct stw_context *curctx = stw_current_context(); in wglBindTexImageARB()
|
D | meson.build | 31 'stw_context.c',
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
D | egl_wgl.h | 48 struct stw_context *ctx;
|
D | egl_wgl.c | 365 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/ |
D | dependency_inputs.gni | 4238 ../src/gallium/frontends/wgl/stw_context.c 4239 ../src/gallium/frontends/wgl/stw_context.h
|