Searched refs:isPixmap (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_drawable.h | 99 const struct gl_config * visual, bool isPixmap);
|
D | dri_drawable.c | 153 const struct gl_config * visual, bool isPixmap) in dri_create_buffer() argument 158 if (isPixmap) in dri_create_buffer()
|
D | drisw.c | 588 const struct gl_config * visual, boolean isPixmap) in drisw_create_buffer() argument 592 if (!dri_create_buffer(sPriv, dPriv, visual, isPixmap)) in drisw_create_buffer()
|
D | kopper.c | 879 const struct gl_config *visual, boolean isPixmap) in kopper_create_buffer() argument 895 drawable->is_window = !isPixmap && drawable->info.bos.sType != 0; in kopper_create_buffer()
|
D | dri2.c | 2578 const struct gl_config * visual, boolean isPixmap) in dri2_create_buffer() argument 2582 if (!dri_create_buffer(sPriv, dPriv, visual, isPixmap)) in dri2_create_buffer()
|