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 202 * \c array_info_cache_size is the size of the actual data stored in
205 * \c array_info_cache_size.
210 * \b not included in \c array_info_cache_size or
215 size_t array_info_cache_size; member in struct:array_state_vector
indirect_vertex_array.c 457 arrays->array_info_cache_size = required_size;
614 command_size = arrays->array_info_cache_size + header_size
662 header_size + 4 + arrays->array_info_cache_size);
681 arrays->array_info_cache_size);
682 pc += arrays->array_info_cache_size;
    [all...]

Completed in 1693 milliseconds