Searched refs:stencilMap (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | readpix.c | 688 GLubyte *depthMap, *stencilMap, *stencilVals; local in function:fast_read_depth_stencil_pixels_separate 702 GL_MAP_READ_BIT, &stencilMap, &stencilStride, fb->FlipY); 703 if (!stencilMap) { 715 stencilMap, stencilVals); 722 stencilMap += stencilStride; 749 GLubyte *depthMap, *stencilMap; local in function:slow_read_depth_stencil_pixels_separate 767 GL_MAP_READ_BIT, &stencilMap, 769 if (!stencilMap) { 776 stencilMap = depthMap; 787 stencilMap, stencilVal [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | readpix.c | 696 GLubyte *depthMap, *stencilMap, *stencilVals; local in function:fast_read_depth_stencil_pixels_separate 710 GL_MAP_READ_BIT, &stencilMap, &stencilStride, fb->FlipY); 711 if (!stencilMap) { 723 stencilMap, stencilVals); 730 stencilMap += stencilStride; 757 GLubyte *depthMap, *stencilMap; local in function:slow_read_depth_stencil_pixels_separate 775 GL_MAP_READ_BIT, &stencilMap, 777 if (!stencilMap) { 784 stencilMap = depthMap; 795 stencilMap, stencilVal [all...] |
Completed in 5 milliseconds