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

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dindirect_vertex_array_priv.h211 * \c array_info_cache_buffer_size. \c array_info_cache_base stores a
218 void *array_info_cache_base; member in struct:array_state_vector
H A Dindirect_vertex_array.c445 GLubyte *temp = realloc(arrays->array_info_cache_base,
452 arrays->array_info_cache_base = temp;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dindirect_vertex_array_priv.h211 * \c array_info_cache_buffer_size. \c array_info_cache_base stores a
218 void *array_info_cache_base; member in struct:array_state_vector
H A Dindirect_vertex_array.c447 GLubyte *temp = realloc(arrays->array_info_cache_base,
454 arrays->array_info_cache_base = temp;

Completed in 8 milliseconds