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

/external/mesa3d/src/mesa/swrast/
H A Ds_tritemp.h579 GLint idxOuter; local
588 idxOuter = FixedToInt(fdxOuter);
589 dxOuter = (GLfloat) idxOuter;
601 dPRowOuter = -((int)BYTES_PER_ROW) + idxOuter * sizeof(PIXEL_TYPE);
640 dZRowOuter = (ctx->DrawBuffer->Width + idxOuter) * sizeof(DEPTH_TYPE);

Completed in 164 milliseconds