Searched refs:I1BIT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfilter.c647 #define I1BIT 2 macro
892 if (i1 < 0 || i1 >= width) useBorderColor |= I1BIT;
902 if (useBorderColor & I1BIT) {
1172 if (i1 < 0 || i1 >= width) useBorderColor |= I1BIT;
1184 if (useBorderColor & (I1BIT | J0BIT)) {
1196 if (useBorderColor & (I1BIT | J1BIT)) {
2077 if (i1 < 0 || i1 >= width) useBorderColor |= I1BIT;
2091 if (useBorderColor & (I1BIT | J0BIT | K0BIT)) {
2103 if (useBorderColor & (I1BIT | J1BIT | K0BIT)) {
2116 if (useBorderColor & (I1BIT | J0BI
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c647 #define I1BIT 2 macro
892 if (i1 < 0 || i1 >= width) useBorderColor |= I1BIT;
902 if (useBorderColor & I1BIT) {
1172 if (i1 < 0 || i1 >= width) useBorderColor |= I1BIT;
1184 if (useBorderColor & (I1BIT | J0BIT)) {
1196 if (useBorderColor & (I1BIT | J1BIT)) {
2077 if (i1 < 0 || i1 >= width) useBorderColor |= I1BIT;
2091 if (useBorderColor & (I1BIT | J0BIT | K0BIT)) {
2103 if (useBorderColor & (I1BIT | J1BIT | K0BIT)) {
2116 if (useBorderColor & (I1BIT | J0BI
[all...]

Completed in 60 milliseconds