Searched refs:attrmask (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | arrayobj.c | 593 GLbitfield attrmask = eff_bound_arrays; in _mesa_update_vao_derived_arrays() local 594 while (attrmask) { in _mesa_update_vao_derived_arrays() 595 const int j = u_bit_scan(&attrmask); in _mesa_update_vao_derived_arrays() 665 GLbitfield attrmask = eff_bound_arrays; in _mesa_update_vao_derived_arrays() local 666 while (attrmask) { in _mesa_update_vao_derived_arrays() 667 const int j = u_bit_scan(&attrmask); in _mesa_update_vao_derived_arrays() 758 GLbitfield attrmask = eff_bound_arrays; in _mesa_update_vao_derived_arrays() local 759 while (attrmask) { in _mesa_update_vao_derived_arrays() 760 const int j = u_bit_scan(&attrmask); in _mesa_update_vao_derived_arrays()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_array.cpp | 157 GLbitfield attrmask = mask & boundmask; in setup_arrays() local 161 assert(attrmask); in setup_arrays() 168 const gl_vert_attrib attr = (gl_vert_attrib)u_bit_scan(&attrmask); in setup_arrays() 176 } while (attrmask); in setup_arrays()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | rpng-x.c | 442 ulg attrmask; in rpng_x_create_window() local 550 attrmask = CWBackingStore | CWEventMask; in rpng_x_create_window() 555 attrmask |= CWColormap | CWBackPixel | CWBorderPixel; in rpng_x_create_window() 559 depth, InputOutput, visual, attrmask, &attr); in rpng_x_create_window()
|
D | rpng2-x.c | 840 ulg attrmask; in rpng2_x_create_window() local 934 attrmask = CWBackingStore | CWEventMask; in rpng2_x_create_window() 939 attrmask |= CWColormap | CWBackPixel | CWBorderPixel; in rpng2_x_create_window() 943 rpng2_info.height, 0, depth, InputOutput, visual, attrmask, &attr); in rpng2_x_create_window()
|