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

  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array_priv.h 217 * \c array_info_cache_buffer_size. \c array_info_cache_base stores a
224 void *array_info_cache_base; member in struct:array_state_vector
indirect_vertex_array.c 408 GLubyte *temp = realloc(arrays->array_info_cache_base,
415 arrays->array_info_cache_base = temp;
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array_priv.h 217 * \c array_info_cache_buffer_size. \c array_info_cache_base stores a
224 void *array_info_cache_base; member in struct:array_state_vector
indirect_vertex_array.c 408 GLubyte *temp = realloc(arrays->array_info_cache_base,
415 arrays->array_info_cache_base = temp;
    [all...]

Completed in 101 milliseconds