Home
last modified time | relevance | path

Searched refs:CurrentAttrib (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dmtypes.h2923 uint32_t CurrentAttrib[VERT_ATTRIB_MAX][8]; member
Ddlist.c6149 ASSIGN_4V(ctx->ListState.CurrentAttrib[index], x, y, z, w); in save_Attr32bit()
6212 memcpy(ctx->ListState.CurrentAttrib[index], &n[2], size * sizeof(uint64_t)); in save_Attr64bit()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_save_api.c2028 save->current[i] = (fi_type *) ctx->ListState.CurrentAttrib[j]; in current_init()