Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/hgl/
Dhgl_context.h60 struct hgl_context struct
86 struct hgl_buffer* hgl_create_st_framebuffer(struct hgl_context* context, void *winsysContext); argument
90 struct st_manager* hgl_create_st_manager(struct hgl_context* screen);
Dhgl.c35 static inline struct hgl_context*
38 struct hgl_context* context; in hgl_st_context()
40 context = (struct hgl_context*)stctxi->st_manager_private; in hgl_st_context()
161 struct hgl_context* context; in hgl_st_framebuffer_validate()
221 hgl_create_st_framebuffer(struct hgl_context* context, void *winsysContext) in hgl_create_st_framebuffer()
Dmeson.build24 'hgl_context.h',
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp141 struct hgl_context* context = CALLOC_STRUCT(hgl_context); in CreateContext()
294 struct hgl_context* context = fContext[contextID]; in SetCurrentContext()
332 struct hgl_context* context = fContext[contextID]; in SwapBuffers()
361 struct hgl_context *context = fContext[contextID]; in Draw()
DGalliumContext.h53 struct hgl_context* fContext[CONTEXT_MAX];
/third_party/mesa3d/ohos/
Ddependency_inputs.gni4015 "../src/gallium/frontends/hgl/hgl_context.h",