Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmtypes.h2922 GLubyte ActiveAttribSize[VERT_ATTRIB_MAX]; member
Ddlist.c1945 ctx->ListState.ActiveAttribSize[i] = 0; in invalidate_saved_current_state()
6148 ctx->ListState.ActiveAttribSize[index] = size; in save_Attr32bit()
6211 ctx->ListState.ActiveAttribSize[index] = size; in save_Attr64bit()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_save_api.c2027 save->currentsz[i] = &ctx->ListState.ActiveAttribSize[j]; in current_init()