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

  /frameworks/base/include/private/opengles/
gl_context.h 180 struct array_t { struct in namespace:android::gl
200 array_t vertex;
201 array_t normal;
202 array_t color;
203 array_t texture[GGL_TEXTURE_UNIT_COUNT];
  /external/qemu/block/
vvfat.c 74 typedef struct array_t { struct
77 } array_t; typedef in typeref:struct:array_t
79 static inline void array_init(array_t* array,unsigned int item_size)
87 static inline void array_free(array_t* array)
95 static inline void* array_get(array_t* array,unsigned int index) {
100 static inline int array_ensure_allocated(array_t* array, int index)
114 static inline void* array_get_next(array_t* array) {
127 static inline void* array_insert(array_t* array,unsigned int index,unsigned int count) {
144 static inline int array_roll(array_t* array,int index_to,int index_from,int count)
177 static inline int array_remove_slice(array_t* array,int index, int count
    [all...]
  /frameworks/base/opengl/libagl/
array.cpp 256 typedef array_t::fetcher_t fn_t;
312 #pragma mark array_t
315 void array_t::init(
340 inline void array_t::resolve()
436 array_t* a;
    [all...]
primitives.cpp 394 array_t const * const texcoordArray = c->arrays.texture;
    [all...]

Completed in 25 milliseconds