Home
last modified time | relevance | path

Searched refs:isPixmap (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.h99 const struct gl_config * visual, bool isPixmap);
Ddri_drawable.c153 const struct gl_config * visual, bool isPixmap) in dri_create_buffer() argument
158 if (isPixmap) in dri_create_buffer()
Ddrisw.c588 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()
Dkopper.c879 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()
Ddri2.c2578 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()