Searched refs:redRowStride (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | texcompress_rgtc.c | 86 GLint dstRowDiff, redRowStride; local in function:_mesa_texstore_red_rgtc1 95 redRowStride = 1 * srcWidth * sizeof(GLubyte); 100 redRowStride, tempImageSlices, 139 GLint dstRowDiff, redRowStride; local in function:_mesa_texstore_signed_red_rgtc1 145 redRowStride = 1 * srcWidth * sizeof(GLfloat); 153 redRowStride, (GLubyte **)tempImageSlices, |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | texcompress_rgtc.c | 87 GLint dstRowDiff, redRowStride; local in function:_mesa_texstore_red_rgtc1 96 redRowStride = 1 * srcWidth * sizeof(GLubyte); 101 redRowStride, tempImageSlices, 140 GLint dstRowDiff, redRowStride; local in function:_mesa_texstore_signed_red_rgtc1 146 redRowStride = 1 * srcWidth * sizeof(GLfloat); 154 redRowStride, (GLubyte **)tempImageSlices, |
Completed in 3 milliseconds