Searched refs:depthMap (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dreadpix.c688 GLubyte *depthMap, *stencilMap, *stencilVals; local in function:fast_read_depth_stencil_pixels_separate
695 GL_MAP_READ_BIT, &depthMap, &depthStride, fb->FlipY);
696 if (!depthMap) {
713 _mesa_unpack_uint_z_row(depthRb->Format, width, depthMap, dst);
721 depthMap += depthStride;
749 GLubyte *depthMap, *stencilMap; local in function:slow_read_depth_stencil_pixels_separate
759 GL_MAP_READ_BIT, &depthMap, &depthStride, fb->FlipY);
760 if (!depthMap) {
776 stencilMap = depthMap;
785 _mesa_unpack_float_z_row(depthRb->Format, width, depthMap, depthVal
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dreadpix.c696 GLubyte *depthMap, *stencilMap, *stencilVals; local in function:fast_read_depth_stencil_pixels_separate
703 GL_MAP_READ_BIT, &depthMap, &depthStride, fb->FlipY);
704 if (!depthMap) {
721 _mesa_unpack_uint_z_row(depthRb->Format, width, depthMap, dst);
729 depthMap += depthStride;
757 GLubyte *depthMap, *stencilMap; local in function:slow_read_depth_stencil_pixels_separate
767 GL_MAP_READ_BIT, &depthMap, &depthStride, fb->FlipY);
768 if (!depthMap) {
784 stencilMap = depthMap;
793 _mesa_unpack_float_z_row(depthRb->Format, width, depthMap, depthVal
[all...]

Completed in 4 milliseconds