Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
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()
171 struct stw_context *ctx = NULL; in stw_create_context_attribs()
172 struct stw_context *shareCtx = NULL; in stw_create_context_attribs()
210 ctx = CALLOC_STRUCT( stw_context ); in stw_create_context_attribs()
289 struct stw_context *old_ctx = in stw_create_context_attribs()
[all …]
Dstw_context.h37 struct stw_context struct
59 struct stw_context *stw_current_context(void); argument
Dstw_device.h92 static inline struct stw_context *
97 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc); in stw_lookup_context_locked()
DMakefile.sources2 stw_context.c \
Dstw_ext_rendertexture.c109 struct stw_context *curctx = stw_current_context(); in wglBindTexImageARB()
Dstw_framebuffer.c622 struct stw_context *ctx; in DrvSwapBuffers()