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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmipmap.c1478 const GLint srcWidthNB = srcWidth - 2 * border; /* sizes w/out border */ local in function:make_2d_mipmap
1501 do_row(datatype, comps, srcWidthNB, srcA, srcB,
1525 do_row(datatype, comps, srcWidthNB,
1530 do_row(datatype, comps, srcWidthNB,
1570 const GLint srcWidthNB = srcWidth - 2 * border; /* sizes w/out border */ local in function:make_3d_mipmap
1623 do_row_3D(datatype, comps, srcWidthNB,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c1478 const GLint srcWidthNB = srcWidth - 2 * border; /* sizes w/out border */ local in function:make_2d_mipmap
1501 do_row(datatype, comps, srcWidthNB, srcA, srcB,
1525 do_row(datatype, comps, srcWidthNB,
1530 do_row(datatype, comps, srcWidthNB,
1570 const GLint srcWidthNB = srcWidth - 2 * border; /* sizes w/out border */ local in function:make_3d_mipmap
1623 do_row_3D(datatype, comps, srcWidthNB,

Completed in 26 milliseconds