HomeSort by relevance Sort by last modified time
    Searched refs:zPtrYstep (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_linetemp.h 83 GLint zPtrXstep, zPtrYstep;
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/
s_linetemp.h 83 GLint zPtrXstep, zPtrYstep;
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 221 milliseconds