Searched defs:colStride (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmipmap.c180 const GLuint colStride = (srcWidth == dstWidth) ? 1 : 2; local in function:do_row
814 const GLuint colStride = (srcWidth == dstWidth) ? 1 : 2; local in function:do_row_3D
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c180 const GLuint colStride = (srcWidth == dstWidth) ? 1 : 2; local in function:do_row
814 const GLuint colStride = (srcWidth == dstWidth) ? 1 : 2; local in function:do_row_3D
[all...]

Completed in 7 milliseconds