HomeSort by relevance Sort by last modified time
    Searched refs:array_info_cache_buffer_size (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glx/
indirect_vertex_array_priv.h 209 * \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
indirect_vertex_array.c 407 if (arrays->array_info_cache_buffer_size < required_size) {
417 arrays->array_info_cache_buffer_size = required_size;
    [all...]

Completed in 1279 milliseconds