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

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array_priv.h208 * \c array_info_cache_size is the size of the actual data stored in
211 * \c array_info_cache_size.
216 * \b not included in \c array_info_cache_size or
221 size_t array_info_cache_size; member in struct:array_state_vector
H A Dindirect_vertex_array.c420 arrays->array_info_cache_size = required_size;
577 command_size = arrays->array_info_cache_size + header_size
625 header_size + 4 + arrays->array_info_cache_size);
644 arrays->array_info_cache_size);
645 pc += arrays->array_info_cache_size;
/external/mesa3d/src/glx/
H A Dindirect_vertex_array_priv.h208 * \c array_info_cache_size is the size of the actual data stored in
211 * \c array_info_cache_size.
216 * \b not included in \c array_info_cache_size or
221 size_t array_info_cache_size; member in struct:array_state_vector
H A Dindirect_vertex_array.c420 arrays->array_info_cache_size = required_size;
577 command_size = arrays->array_info_cache_size + header_size
625 header_size + 4 + arrays->array_info_cache_size);
644 arrays->array_info_cache_size);
645 pc += arrays->array_info_cache_size;

Completed in 182 milliseconds