Searched defs:zPtrYstep (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_linetemp.h83 GLint zPtrXstep, zPtrYstep; local
199 zPtrYstep = -((GLint) (ctx->DrawBuffer->Width * sizeof(DEPTH_TYPE)));
208 zPtrYstep = (GLint) (ctx->DrawBuffer->Width * sizeof(DEPTH_TYPE));
333 zPtr = (DEPTH_TYPE *) ((GLubyte*) zPtr + zPtrYstep);
360 zPtr = (DEPTH_TYPE *) ((GLubyte*) zPtr + zPtrYstep);
/external/mesa3d/src/mesa/swrast/
H A Ds_linetemp.h83 GLint zPtrXstep, zPtrYstep; local
199 zPtrYstep = -((GLint) (ctx->DrawBuffer->Width * sizeof(DEPTH_TYPE)));
208 zPtrYstep = (GLint) (ctx->DrawBuffer->Width * sizeof(DEPTH_TYPE));
333 zPtr = (DEPTH_TYPE *) ((GLubyte*) zPtr + zPtrYstep);
360 zPtr = (DEPTH_TYPE *) ((GLubyte*) zPtr + zPtrYstep);

Completed in 508 milliseconds