Searched refs:getBitsPerPixel (Results 1 – 15 of 15) sorted by relevance
59 && (mode.getBitsPerPixel() == bpp || (bpp==24&&mode.getBitsPerPixel()==32)) in getFullscreenDisplayMode()77 … settings.getBitsPerPixel(), settings.getFrequency()); in createContext()88 PixelFormat pf = new PixelFormat(settings.getBitsPerPixel(), in createContext()98 if (created.get() && (pixelFormat.getBitsPerPixel() != pf.getBitsPerPixel() in createContext()
301 pbufferFormat = new PixelFormat(settings.getBitsPerPixel(), in acquirePixelFormat()314 canvasFormat = new PixelFormat(settings.getBitsPerPixel(), in acquirePixelFormat()
67 pixelFormat = new PixelFormat(settings.getBitsPerPixel(), in initInThread()
67 public int getBitsPerPixel() { in getBitsPerPixel() method in DeviceDisplayInfo145 getDisplayWidth(), getBitsPerPixel(), getBitsPerComponent(), in updateNativeSharedDisplayInfo()
58 int bpp = img.getFormat().getBitsPerPixel() / 8; in flipImage()
395 int outBpp = pixelFormat.getBitsPerPixel(); in loadSizes()444 assert bpp == pixelFormat.getBitsPerPixel(); in readGrayscale2D()487 int targetBytesPP = pixelFormat.getBitsPerPixel() / 8; in readRGB2D()582 assert bpp == pixelFormat.getBitsPerPixel(); in readGrayscale3D()628 int targetBytesPP = pixelFormat.getBitsPerPixel() / 8; in readRGB3D()
299 dataStore = BufferUtils.createByteBuffer(width * height * pixelFormat.getBitsPerPixel()); in load()301 int bytesPerPixel = pixelFormat.getBitsPerPixel() / 8; in load()
108 int bytesPerPixel = format.getBitsPerPixel() / 8; in load()
296 colorDepthCombo.setSelectedItem(source.getBitsPerPixel() + " bpp"); in createUI()503 colorDepth = source.getBitsPerPixel() + " bpp"; in updateDisplayChoices()
244 mipSizes = new int[]{ width * height * fmt.getBitsPerPixel() / 8 }; in uploadTexture()
627 public int getBitsPerPixel() { in getBitsPerPixel() method in AppSettings
283 public int getBitsPerPixel(){ in getBitsPerPixel() method in Image.Format
219 ImageFormat.getBitsPerPixel(mImageFormat) / 8; in allocate()
408 mipSizes = new int[]{ width * height * fmt.getBitsPerPixel() / 8 }; in uploadTexture()
272 int bpp = image.getFormat().getBitsPerPixel(); in createData()