OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tex_u
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c
1703
float
tex_u
= -0.5F + s[j] * texture->width0 * scaling;
local
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_texfilter.c
1656
GLfloat
tex_u
=-0.5 + texcoord[0] * swImg->WidthScale * scaling;
local
[
all
...]
Completed in 645 milliseconds