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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c7739 GLint memReq; local in function:gluBuild3DMipmapLevelsCore
7833 memReq = imageSize3D(nextWidth, nextHeight, nextDepth, format, type);
7837 dstImage = (GLubyte *)malloc(memReq);
7840 dstImage = (GLbyte *)malloc(memReq);
7843 dstImage = (GLushort *)malloc(memReq);
7846 dstImage = (GLshort *)malloc(memReq);
7849 dstImage = (GLuint *)malloc(memReq);
7852 dstImage = (GLint *)malloc(memReq);
7855 dstImage = (GLfloat *)malloc(memReq);
7859 dstImage = (GLubyte *)malloc(memReq);
[all...]

Completed in 10 milliseconds