Home
last modified time | relevance | path

Searched refs:color_materials (Results 1 – 15 of 15) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/widgets/
H A Dlayer_widget.cpp131 KiBitmap( BITMAPS::color_materials ) ); in OnRightDownLayer()
186 KiBitmap( BITMAPS::color_materials ) ); in OnRightDownRender()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/bitmaps/
H A Dbitmaps_list.h123 color_materials, enumerator
H A Dbitmap_info.h209 { BITMAPS::color_materials, wxT( "color_materials_24.png" ), 24, wxT( "light" ) },
575 { BITMAPS::color_materials, wxT( "color_materials_dark_24.png" ), 24, wxT( "dark" ) },
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c316 GLuint color_materials; member
857 p->color_materials = 0; in set_material_flags()
862 p->color_materials = p->state->light_color_material_mask; in set_material_flags()
875 if (p->color_materials & (1<<attrib)) in get_material()
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c316 GLuint color_materials; member
857 p->color_materials = 0; in set_material_flags()
862 p->color_materials = p->state->light_color_material_mask; in set_material_flags()
875 if (p->color_materials & (1<<attrib)) in get_material()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c316 GLuint color_materials; member
857 p->color_materials = 0; in set_material_flags()
862 p->color_materials = p->state->light_color_material_mask; in set_material_flags()
875 if (p->color_materials & (1<<attrib)) in get_material()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c316 GLuint color_materials; member
857 p->color_materials = 0; in set_material_flags()
862 p->color_materials = p->state->light_color_material_mask; in set_material_flags()
875 if (p->color_materials & (1<<attrib)) in get_material()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c316 GLuint color_materials; member
857 p->color_materials = 0; in set_material_flags()
862 p->color_materials = p->state->light_color_material_mask; in set_material_flags()
875 if (p->color_materials & (1<<attrib)) in get_material()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dffvertex_prog.c315 GLuint color_materials; member
848 p->color_materials = 0; in set_material_flags()
853 p->color_materials = p->state->light_color_material_mask; in set_material_flags()
866 if (p->color_materials & (1<<attrib)) in get_material()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c316 GLuint color_materials; member
857 p->color_materials = 0; in set_material_flags()
862 p->color_materials = p->state->light_color_material_mask; in set_material_flags()
875 if (p->color_materials & (1<<attrib)) in get_material()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c316 GLuint color_materials; member
857 p->color_materials = 0; in set_material_flags()
862 p->color_materials = p->state->light_color_material_mask; in set_material_flags()
875 if (p->color_materials & (1<<attrib)) in get_material()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c316 GLuint color_materials; member
857 p->color_materials = 0; in set_material_flags()
862 p->color_materials = p->state->light_color_material_mask; in set_material_flags()
875 if (p->color_materials & (1<<attrib)) in get_material()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dffvertex_prog.c317 GLuint color_materials; member
858 p->color_materials = 0; in set_material_flags()
863 p->color_materials = p->state->light_color_material_mask; in set_material_flags()
876 if (p->color_materials & (1<<attrib)) in get_material()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c316 GLuint color_materials; member
857 p->color_materials = 0; in set_material_flags()
862 p->color_materials = p->state->light_color_material_mask; in set_material_flags()
875 if (p->color_materials & (1<<attrib)) in get_material()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/dialog_about/
H A Ddialog_about.cpp64 m_images->Add( KiBitmap( BITMAPS::color_materials ) ); // ARTISTS in DIALOG_ABOUT()