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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_tri.c 82 span.z += span.zStep; \
117 span.z += span.zStep; \
152 span.z += span.zStep; \
184 span.z += span.zStep; \
217 span.z += span.zStep; \
248 span.z += span.zStep; \
278 span.z += span.zStep; \
310 span.z += span.zStep; \
337 span.z += span.zStep; \
364 span.z += span.zStep; \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_linetemp.h 249 span.zStep = FloatToFixed( vert1->attrib[FRAG_ATTRIB_WPOS][2]
255 span.zStep = (GLint) (( vert1->attrib[FRAG_ATTRIB_WPOS][2]
321 span.z += span.zStep;
361 span.z += span.zStep;
s_span.h 150 GLfixed z, zStep; /**< XXX z should probably be GLuint */
s_points.c 99 span.zStep = 0;
256 span.zStep = 0;
376 span.zStep = 0;
s_zoom.c 182 zoomed.zStep = span->zStep;
s_tritemp.h 349 span.zStep = SignedFloatToFixed(span.attrStepX[FRAG_ATTRIB_WPOS][2]);
351 span.zStep = (GLint) span.attrStepX[FRAG_ATTRIB_WPOS][2];
743 fdzInner = fdzOuter + span.zStep;
    [all...]
s_span.c 77 span->zStep = 0;
377 * Fill in the span.zArray array from the span->z, zStep values.
392 zval += span->zStep;
401 zval += span->zStep;
781 span->z += leftClip * span->zStep;
    [all...]
s_triangle.c 227 span.z += span.zStep; \
904 span.z += span.zStep; \
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_tri.c 82 span.z += span.zStep; \
117 span.z += span.zStep; \
152 span.z += span.zStep; \
184 span.z += span.zStep; \
217 span.z += span.zStep; \
248 span.z += span.zStep; \
278 span.z += span.zStep; \
310 span.z += span.zStep; \
337 span.z += span.zStep; \
364 span.z += span.zStep; \
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_linetemp.h 249 span.zStep = FloatToFixed( vert1->attrib[FRAG_ATTRIB_WPOS][2]
255 span.zStep = (GLint) (( vert1->attrib[FRAG_ATTRIB_WPOS][2]
321 span.z += span.zStep;
361 span.z += span.zStep;
s_span.h 150 GLfixed z, zStep; /**< XXX z should probably be GLuint */
s_points.c 99 span.zStep = 0;
256 span.zStep = 0;
376 span.zStep = 0;
s_zoom.c 182 zoomed.zStep = span->zStep;
s_tritemp.h 349 span.zStep = SignedFloatToFixed(span.attrStepX[FRAG_ATTRIB_WPOS][2]);
351 span.zStep = (GLint) span.attrStepX[FRAG_ATTRIB_WPOS][2];
743 fdzInner = fdzOuter + span.zStep;
    [all...]
s_span.c 77 span->zStep = 0;
377 * Fill in the span.zArray array from the span->z, zStep values.
392 zval += span->zStep;
401 zval += span->zStep;
781 span->z += leftClip * span->zStep;
    [all...]
s_triangle.c 227 span.z += span.zStep; \
904 span.z += span.zStep; \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c 253 span.z += span.zStep; \
281 span.z += span.zStep; \
    [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 253 span.z += span.zStep; \
281 span.z += span.zStep; \
    [all...]

Completed in 2149 milliseconds