OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:point_width
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/gpu/command_buffer/tests/
gl_pointcoord_unittest.cc
110
GLint
point_width
= max_point_size / kResolution;
local
134
GLint xf = s2p(point_x + u *
point_width
);
135
GLint yf = s2p(point_y + v *
point_width
);
Completed in 66 milliseconds