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

  /external/clang/test/CodeGenCXX/
vla.cpp 33 typedef short array_t[n][n+1]; typedef
38 array_t &ref = *(array_t*) array;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
common.hpp 86 pair_t >::type array_t; typedef in class:boost::range_detail::range
89 array_t >::type string_t;
  /frameworks/native/opengl/libagl/
context.h 181 struct array_t { struct in namespace:android::gl
201 array_t vertex;
202 array_t normal;
203 array_t color;
204 array_t texture[GGL_TEXTURE_UNIT_COUNT];
array.cpp 253 typedef array_t::fetcher_t fn_t;
309 #pragma mark array_t
312 void array_t::init(
337 inline void array_t::resolve()
437 array_t* a;
    [all...]
primitives.cpp 394 array_t const * const texcoordArray = c->arrays.texture;
    [all...]

Completed in 70 milliseconds