Searched defs:mipLevel (Results 1 – 2 of 2) sorted by relevance
1477 void sendTexture(int mipLevel, int width, int height, unsigned int* pData, qboolean alpha) { in sendTexture()1581 int mipLevel = 1; in GL_Upload32() local
367 …public static BufferedImage convert(Image image, boolean do16bit, boolean fullalpha, int mipLevel){ in convert()