Searched refs:getMipMapSizes (Results 1 – 5 of 5) sorted by relevance
699 public int[] getMipMapSizes() { in getMipMapSizes() method in Image744 if (this.getMipMapSizes() != null in equals()745 && !Arrays.equals(this.getMipMapSizes(), that.getMipMapSizes())) in equals()747 if (this.getMipMapSizes() == null && that.getMipMapSizes() != null) in equals()
238 int[] mipSizes = img.getMipMapSizes(); in uploadTexture()
401 int[] mipSizes = img.getMipMapSizes(); in uploadTexture()
1810 if (img.getMipMapSizes() != null) { in updateTexImageData()1811 glTexParameteri(target, GL_TEXTURE_MAX_LEVEL, img.getMipMapSizes().length); in updateTexImageData()
443 mipPos += image.getMipMapSizes()[i]; in convert()