Searched defs:ggl_rasterPos2x (Results 1 - 1 of 1) sorted by last modified time

/system/core/libpixelflinger/
H A Draster.cpp27 static void ggl_rasterPos2x(void* con, GGLfixed x, GGLfixed y);
40 void ggl_rasterPos2x(void* con, GGLfixed x, GGLfixed y) function in namespace:android
50 ggl_rasterPos2x(con, gglIntToFixed(x), gglIntToFixed(y));

Completed in 2 milliseconds