Home
last modified time | relevance | path

Searched refs:hgl_display (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/hgl/
Dhgl_context.h51 struct hgl_display struct
62 struct hgl_display* display; argument
98 struct hgl_display* hgl_create_display(struct pipe_screen* screen);
99 void hgl_destroy_display(struct hgl_display *display);
Dhgl.c346 struct hgl_display*
349 struct hgl_display* display; in hgl_create_display()
351 display = CALLOC_STRUCT(hgl_display); in hgl_create_display()
365 hgl_destroy_display(struct hgl_display *display) in hgl_destroy_display()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.h50 static hgl_display* fDisplay;
DGalliumContext.cpp46 hgl_display* GalliumContext::fDisplay = NULL;