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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c4500 int newRowLength= rowsize + psm.unpack_alignment - rowPad; local in function:gluBuild2DMipmapLevelsCore
4503 /* allocate new image for mipmap of size newRowLength x newheight */
4504 void *newMipmapImage= malloc((size_t) (newRowLength*newheight));
4523 dstTrav+= newRowLength, /* make sure the correct distance... */

Completed in 10 milliseconds