Searched refs:mipLevel (Results 1 – 2 of 2) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | gl_draw.cpp | 1477 void sendTexture(int mipLevel, int width, int height, unsigned int* pData, qboolean alpha) { in sendTexture() argument 1481 …glTexImage2D(GL_TEXTURE_2D, mipLevel, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, pData); in sendTexture() 1484 …glTexImage2D(GL_TEXTURE_2D, mipLevel, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_… in sendTexture() 1485 … glTexSubImage2D(GL_TEXTURE_2D, mipLevel, 0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pData); in sendTexture() 1488 …glTexImage2D(GL_TEXTURE_2D, mipLevel, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_… in sendTexture() 1489 … glTexSubImage2D(GL_TEXTURE_2D, mipLevel, 0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pData); in sendTexture() 1495 …glTexImage2D(GL_TEXTURE_2D, mipLevel, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, pData); in sendTexture() 1499 …glTexImage2D(GL_TEXTURE_2D, mipLevel, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 0… in sendTexture() 1512 …glTexSubImage2D(GL_TEXTURE_2D, mipLevel, 0, 0, width, height, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, sca… in sendTexture() 1581 int mipLevel = 1; in GL_Upload32() local [all …]
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/ |
D | ImageToAwt.java | 367 …public static BufferedImage convert(Image image, boolean do16bit, boolean fullalpha, int mipLevel){ in convert() argument 376 int level = mipLevel; in convert() 442 for (int i = 0; i < mipLevel; i++){ in convert()
|