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

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array_priv.h209 * \c array_info_cache. \c array_info_cache_buffer_size is the size of
214 * There are some bytes of extra data before \c array_info_cache that is
223 void *array_info_cache; member in struct:array_state_vector
H A Dindirect_vertex_array.c416 arrays->array_info_cache = temp + MAX_HEADER_SIZE;
459 info = (uint32_t *) arrays->array_info_cache;
617 pc = ((GLubyte *) arrays->array_info_cache) - (header_size + 4);
643 (void) memcpy(pc, arrays->array_info_cache,
/external/mesa3d/src/glx/
H A Dindirect_vertex_array_priv.h209 * \c array_info_cache. \c array_info_cache_buffer_size is the size of
214 * There are some bytes of extra data before \c array_info_cache that is
223 void *array_info_cache; member in struct:array_state_vector
H A Dindirect_vertex_array.c416 arrays->array_info_cache = temp + MAX_HEADER_SIZE;
459 info = (uint32_t *) arrays->array_info_cache;
617 pc = ((GLubyte *) arrays->array_info_cache) - (header_size + 4);
643 (void) memcpy(pc, arrays->array_info_cache,

Completed in 91 milliseconds