OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intTex
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c
147
span.
intTex
[0] -= FIXED_HALF; /* off-by-one error? */ \
148
span.
intTex
[1] -= FIXED_HALF; \
150
GLint s = FixedToInt(span.
intTex
[0]) & smask; \
151
GLint t = FixedToInt(span.
intTex
[1]) & tmask; \
158
span.
intTex
[0] += span.intTexStep[0]; \
159
span.
intTex
[1] += span.intTexStep[1]; \
206
span.
intTex
[0] -= FIXED_HALF; /* off-by-one error? */ \
207
span.
intTex
[1] -= FIXED_HALF; \
211
GLint s = FixedToInt(span.
intTex
[0]) & smask; \
212
GLint t = FixedToInt(span.
intTex
[1]) & tmask;
[
all
...]
s_span.h
151
GLfixed
intTex
[2], intTexStep[2]; /**< (s,t) for unit[0] only */
s_tritemp.h
[
all
...]
s_span.c
782
span->
intTex
[0] += leftClip * span->intTexStep[0];
783
span->
intTex
[1] += leftClip * span->intTexStep[1];
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_triangle.c
147
span.
intTex
[0] -= FIXED_HALF; /* off-by-one error? */ \
148
span.
intTex
[1] -= FIXED_HALF; \
150
GLint s = FixedToInt(span.
intTex
[0]) & smask; \
151
GLint t = FixedToInt(span.
intTex
[1]) & tmask; \
158
span.
intTex
[0] += span.intTexStep[0]; \
159
span.
intTex
[1] += span.intTexStep[1]; \
206
span.
intTex
[0] -= FIXED_HALF; /* off-by-one error? */ \
207
span.
intTex
[1] -= FIXED_HALF; \
211
GLint s = FixedToInt(span.
intTex
[0]) & smask; \
212
GLint t = FixedToInt(span.
intTex
[1]) & tmask;
[
all
...]
s_span.h
151
GLfixed
intTex
[2], intTexStep[2]; /**< (s,t) for unit[0] only */
s_tritemp.h
[
all
...]
s_span.c
782
span->
intTex
[0] += leftClip * span->intTexStep[0];
783
span->
intTex
[1] += leftClip * span->intTexStep[1];
[
all
...]
Completed in 151 milliseconds