Searched refs:depthStride (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | readpix.c | 689 int depthStride, stencilStride, i, j; local in function:fast_read_depth_stencil_pixels_separate 695 GL_MAP_READ_BIT, &depthMap, &depthStride, fb->FlipY); 721 depthMap += depthStride; 750 int depthStride, stencilStride, j; local in function:slow_read_depth_stencil_pixels_separate 759 GL_MAP_READ_BIT, &depthMap, &depthStride, fb->FlipY); 777 stencilStride = depthStride; 792 depthMap += depthStride; |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | readpix.c | 697 int depthStride, stencilStride, i, j; local in function:fast_read_depth_stencil_pixels_separate 703 GL_MAP_READ_BIT, &depthMap, &depthStride, fb->FlipY); 729 depthMap += depthStride; 758 int depthStride, stencilStride, j; local in function:slow_read_depth_stencil_pixels_separate 767 GL_MAP_READ_BIT, &depthMap, &depthStride, fb->FlipY); 785 stencilStride = depthStride; 800 depthMap += depthStride; |
Completed in 10 milliseconds