Searched refs:depthRow (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texgetimage.c | 84 GLfloat *depthRow = malloc(width * sizeof(GLfloat)); local in function:get_tex_depth 86 if (!depthRow) { 106 _mesa_unpack_float_z_row(texImage->TexFormat, width, src, depthRow); 107 _mesa_pack_depth_span(ctx, width, dest, type, depthRow, &ctx->Pack); 118 free(depthRow);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texgetimage.c | 84 GLfloat *depthRow = malloc(width * sizeof(GLfloat)); local in function:get_tex_depth 86 if (!depthRow) { 106 _mesa_unpack_float_z_row(texImage->TexFormat, width, src, depthRow); 107 _mesa_pack_depth_span(ctx, width, dest, type, depthRow, &ctx->Pack); 118 free(depthRow);
|
Completed in 12 milliseconds