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

  /system/core/include/private/pixelflinger/
ggl_fixed.h 76 #define GGL_S_TO_X(_x) GGLfixed( ((int32_t(_x)+1)>>1)<<2 )
  /frameworks/native/opengl/libagl/
array.cpp 248 v[0] = GGL_S_TO_X(p[0]);
249 v[1] = GGL_S_TO_X(p[1]);
250 v[2] = GGL_S_TO_X(p[2]);
    [all...]

Completed in 85 milliseconds