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

  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 592 GLuint *zValues; /* 32-bit Z values */
595 zValues = (GLuint *) malloc(width * sizeof(GLuint));
596 if (!zValues) {
609 zValues, /* dest addr */
616 y + i, zValues);
620 _mesa_pack_uint_z_row(depthRb->Format, width, zValues, dst);
625 GLubyte *stencilValues = (GLubyte *) zValues; /* re-use buffer */
638 free(zValues);
s_depth.c 169 GLint *zValues = (GLint *) span->array->z; /* sign change */
198 if (zValues[i] < min)
199 zValues[i] = min;
200 if (zValues[i] > max)
201 zValues[i] = max;
248 const GLuint zvalues[], const GLubyte mask[])
260 *dst = zvalues[i];
271 packZ(zvalues + i, dst);
s_zoom.c 284 const GLuint *zValues = (const GLuint *) src;
290 zoomed.array->z[i] = zValues[j];
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 843 GLuint *zValues;
880 zValues = (GLuint *) malloc(width * sizeof(GLuint));
882 if (sValues && zValues) {
885 GLfloat *zValuesFloat = (GLfloat*)zValues;
900 _mesa_unpack_depth_span(ctx, width, ztype, zValues,
935 dest[k] = zValues[k] | (sValues[k] << 24);
953 dest[k] = (zValues[k] << 8) | (sValues[k] & 0xff);
    [all...]
  /external/mesa3d/src/mesa/main/
pack.c     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 423 milliseconds