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

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array_priv.h209 * \c array_info_cache. \c array_info_cache_buffer_size is the size of
217 * \c array_info_cache_buffer_size. \c array_info_cache_base stores a
222 size_t array_info_cache_buffer_size; member in struct:array_state_vector
H A Dindirect_vertex_array.c407 if (arrays->array_info_cache_buffer_size < required_size) {
417 arrays->array_info_cache_buffer_size = required_size;
/external/mesa3d/src/glx/
H A Dindirect_vertex_array_priv.h209 * \c array_info_cache. \c array_info_cache_buffer_size is the size of
217 * \c array_info_cache_buffer_size. \c array_info_cache_base stores a
222 size_t array_info_cache_buffer_size; member in struct:array_state_vector
H A Dindirect_vertex_array.c407 if (arrays->array_info_cache_buffer_size < required_size) {
417 arrays->array_info_cache_buffer_size = required_size;

Completed in 60 milliseconds