Searched defs:winy (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
H A D | s_aatriangle.c | 168 const GLfloat v2[3], GLint winx, GLint winy) 208 const GLfloat y = (GLfloat) winy; 167 compute_coveragef(const GLfloat v0[3], const GLfloat v1[3], const GLfloat v2[3], GLint winx, GLint winy) argument
|
H A D | s_aaline.c | 265 GLint winx, GLint winy) 270 const GLfloat y = (GLfloat) winy; 264 compute_coveragef(const struct LineInfo *info, GLint winx, GLint winy) argument
|
/external/mesa3d/src/mesa/swrast/ |
H A D | s_aatriangle.c | 168 const GLfloat v2[3], GLint winx, GLint winy) 208 const GLfloat y = (GLfloat) winy; 167 compute_coveragef(const GLfloat v0[3], const GLfloat v1[3], const GLfloat v2[3], GLint winx, GLint winy) argument
|
H A D | s_aaline.c | 265 GLint winx, GLint winy) 270 const GLfloat y = (GLfloat) winy; 264 compute_coveragef(const struct LineInfo *info, GLint winx, GLint winy) argument
|
/external/chromium/chrome/browser/chromeos/login/ |
H A D | screen_locker.cc | 485 int root_x, root_y, win_x, winy; local 490 &win_x, &winy, &mask);
|
Completed in 345 milliseconds