Searched refs:_mesa_unpack_uint_z_row (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | format_unpack.h | 54 _mesa_unpack_uint_z_row(mesa_format format, GLuint n,
|
| H A D | readpix.c | 300 _mesa_unpack_uint_z_row(rb->Format, width, map, (GLuint *)dst); 713 _mesa_unpack_uint_z_row(depthRb->Format, width, depthMap, dst);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | format_unpack.h | 62 _mesa_unpack_uint_z_row(mesa_format format, uint32_t n, function in typeref:typename:void
|
| H A D | readpix.c | 308 _mesa_unpack_uint_z_row(rb->Format, width, map, (GLuint *)dst); 721 _mesa_unpack_uint_z_row(depthRb->Format, width, depthMap, dst);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | mesa_formats.cpp | 256 _mesa_unpack_uint_z_row(MESA_FORMAT_Z_FLOAT32, 1, &val, &result);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_depth.c | 234 _mesa_unpack_uint_z_row(rb->Format, 1, src, &zbuffer[i]); 323 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp); 457 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp);
|
| H A D | s_blit.c | 328 _mesa_unpack_uint_z_row(readRb->Format, srcWidth, srcRowStart,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_depth.c | 234 _mesa_unpack_uint_z_row(rb->Format, 1, src, &zbuffer[i]); 409 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp); 543 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp);
|
| H A D | s_blit.c | 328 _mesa_unpack_uint_z_row(readRb->Format, srcWidth, srcRowStart,
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | format_unpack.c | 7395 _mesa_unpack_uint_z_row(mesa_format format, GLuint n, function in typeref:typename:void 7423 _mesa_problem(NULL, "bad format %s in _mesa_unpack_uint_z_row",
|
Completed in 18 milliseconds