Searched refs:zClear (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ | ||
| H A D | s_depth.c | 704 GLfloat zClear = (GLfloat) ctx->Depth.Clear; local in function:_swrast_clear_depth_stencil_buffer 707 _mesa_pack_float_z_row(rb->Format, 1, &zClear, &clear); 737 const GLfloat zClear = (GLfloat) ctx->Depth.Clear; local in function:_swrast_clear_depth_stencil_buffer 744 zRow[j * 2 + 0] = zClear; |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ | ||
| H A D | s_depth.c | 790 GLfloat zClear = (GLfloat) ctx->Depth.Clear; local in function:_swrast_clear_depth_stencil_buffer 793 _mesa_pack_float_z_row(rb->Format, 1, &zClear, &clear); 823 const GLfloat zClear = (GLfloat) ctx->Depth.Clear; local in function:_swrast_clear_depth_stencil_buffer 830 zRow[j * 2 + 0] = zClear; |
Completed in 4 milliseconds