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

  /external/mesa3d/src/glx/
indirect_vertex_array_priv.h 208 * \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
indirect_vertex_array.c 420 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;
    [all...]

Completed in 96 milliseconds