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

/external/mesa3d/src/mesa/swrast/
H A Ds_tritemp.h574 GLint idxOuter; local
583 idxOuter = FixedToInt(fdxOuter);
584 dxOuter = (GLfloat) idxOuter;
596 dPRowOuter = -((int)BYTES_PER_ROW) + idxOuter * sizeof(PIXEL_TYPE);
635 dZRowOuter = (ctx->DrawBuffer->Width + idxOuter) * sizeof(DEPTH_TYPE);

Completed in 74 milliseconds