Searched refs:list_id (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.c1226 GLuint list_id = *((GLuint *) userData); /* the list being deleted */ local in function:check_atlas_for_deleted_list
1228 /* See if the list_id falls in the range contained in this texture atlas */
1230 list_id >= atlas_id &&
1231 list_id < atlas_id + atlas->numBitmaps) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddlist.c1424 GLuint list_id = *((GLuint *) userData); /* the list being deleted */ local in function:check_atlas_for_deleted_list
1427 /* See if the list_id falls in the range contained in this texture atlas */
1429 list_id >= atlas_id &&
1430 list_id < atlas_id + atlas->numBitmaps) {

Completed in 34 milliseconds