Searched refs:glMsg (Results 1 – 1 of 1) sorted by relevance
29 private static ImageData getImageData(GLMessage glMsg) { in getImageData() argument30 int width = glMsg.getFb().getWidth(); in getImageData()31 int height = glMsg.getFb().getHeight(); in getImageData()37 byte[] compressed = glMsg.getFb().getContents(0).toByteArray(); in getImageData()66 public static Image getImage(Display display, GLMessage glMsg) { in getImage() argument67 if (!glMsg.hasFb()) { in getImage()73 imageData = getImageData(glMsg); in getImage()