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

  /external/chromium_org/gpu/command_buffer/tests/
gl_pointcoord_unittest.cc 62 GLfloat s2p(GLfloat s) { function in namespace:gpu::__anon11266
130 GLfloat xw = s2p(point_x);
131 GLfloat yw = s2p(point_y);
134 GLint xf = s2p(point_x + u * point_width);
135 GLint yf = s2p(point_y + v * point_width);
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 305 char *s2p = (char *)s2; local
307 if ( *s1p != *s2p ) {
308 return (*s1p - *s2p);
311 ++s2p;
    [all...]

Completed in 60 milliseconds