Searched defs:ggl_texCoord2x (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/
H A Dpixelflinger.cpp463 static void ggl_texCoord2x(void* con, GGLfixed s, GGLfixed t) function in namespace:android
474 ggl_texCoord2x(con, s<<16, t<<16);

Completed in 4 milliseconds