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

  /development/ndk/sources/android/ndk_helper/
vecmath.h 72 Vec2( const float* pVec )
74 x_ = (*pVec++);
75 y_ = (*pVec++);
278 Vec3( const float* pVec )
280 x_ = (*pVec++);
281 y_ = (*pVec++);
282 z_ = *pVec;
529 Vec4( const float* pVec )
531 x_ = (*pVec++);
532 y_ = (*pVec++)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp     [all...]

Completed in 66 milliseconds