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

  /frameworks/base/opengl/libagl/
array.cpp 210 v[0] = GGL_UB_TO_X(p[0]);
211 v[1] = GGL_UB_TO_X(p[1]);
212 v[2] = GGL_UB_TO_X(p[2]);
213 v[3] = GGL_UB_TO_X(p[3]);
228 v[0] = GGL_UB_TO_X(p[0]);
229 v[1] = GGL_UB_TO_X(p[1]);
230 v[2] = GGL_UB_TO_X(p[2]);
    [all...]
  /system/core/include/private/pixelflinger/
ggl_fixed.h 78 #define GGL_UB_TO_X(_x) GGLfixed( uint32_t(_x) + \

Completed in 170 milliseconds