Searched defs:depthVals (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dreadpix.c532 GLfloat *depthVals; local
561 depthVals = (GLfloat *) malloc(width * sizeof(GLfloat));
563 if (stencilVals && depthVals) {
565 _mesa_unpack_float_z_row(depthRb->Format, width, depthMap, depthVals);
570 depthVals, stencilVals, packing);
582 free(depthVals);
H A Dpack.c5777 const GLfloat *depthVals,
5793 memcpy(depthCopy, depthVals, n * sizeof(GLfloat));
5795 depthVals = depthCopy;
5809 GLuint z = (GLuint) (depthVals[i] * 0xffffff);
5815 ((GLfloat*)dest)[i*2] = depthVals[i];
5775 _mesa_pack_depth_stencil_span(struct gl_context *ctx,GLuint n, GLenum dstType, GLuint *dest, const GLfloat *depthVals, const GLubyte *stencilVals, const struct gl_pixelstore_attrib *dstPacking) argument
/external/mesa3d/src/mesa/main/
H A Dreadpix.c532 GLfloat *depthVals; local
561 depthVals = (GLfloat *) malloc(width * sizeof(GLfloat));
563 if (stencilVals && depthVals) {
565 _mesa_unpack_float_z_row(depthRb->Format, width, depthMap, depthVals);
570 depthVals, stencilVals, packing);
582 free(depthVals);
H A Dpack.c5777 const GLfloat *depthVals,
5793 memcpy(depthCopy, depthVals, n * sizeof(GLfloat));
5795 depthVals = depthCopy;
5809 GLuint z = (GLuint) (depthVals[i] * 0xffffff);
5815 ((GLfloat*)dest)[i*2] = depthVals[i];
5775 _mesa_pack_depth_stencil_span(struct gl_context *ctx,GLuint n, GLenum dstType, GLuint *dest, const GLfloat *depthVals, const GLubyte *stencilVals, const struct gl_pixelstore_attrib *dstPacking) argument

Completed in 314 milliseconds