Home
last modified time | relevance | path

Searched refs:attrmask (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Darrayobj.c457 * GLbitfield attrmask = vbomask & boundmask;
458 * assert(attrmask);
460 * while (attrmask) {
461 * const gl_vert_attrib attr = u_bit_scan(&attrmask);
481 * GLbitfield attrmask = usermask & boundmask;
482 * assert(attrmask);
484 * while (attrmask) {
485 * const gl_vert_attrib attr = u_bit_scan(&attrmask);
593 GLbitfield attrmask = eff_bound_arrays; in _mesa_update_vao_derived_arrays() local
594 while (attrmask) { in _mesa_update_vao_derived_arrays()
665 GLbitfield attrmask = eff_bound_arrays; _mesa_update_vao_derived_arrays() local
758 GLbitfield attrmask = eff_bound_arrays; _mesa_update_vao_derived_arrays() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_array.cpp157 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/
H A Drpng-x.c442 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()
H A Drpng2-x.c840 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()

Completed in 7 milliseconds