Lines Matching full:framebuffer
380 V. Goldfish framebuffer:
392 0x00 GET_WIDTH R: Read framebuffer width in pixels.
393 0x04 GET_HEIGHT R: Read framebuffer height in pixels.
399 0x1c GET_PHYS_WIDTH R: Read framebuffer width in millimeters.
400 0x20 GET_PHYS_HEIGHT R: Read framebuffer height in millimeters.
401 0x24 GET_FORMAT R: Read framebuffer pixel format.
403 The framebuffer device is a bit peculiar, because it uses, in addition to the
407 The emulator is responsible for displaying the framebuffer content in its UI
410 IMPORTANT NOTE: When GPU emulation is enabled, the framebuffer will typically
417 On boot, the kernel will read various properties of the framebuffer:
420 the framebuffer in pixels. Note that a 'row' corresponds to consecutive bytes
429 framebuffer. Note that these values are specified by the Android hardware
443 framebuffer will always be exactly 'width * heigth * 2'.
446 32-bit surfaces properly, because it doesn't use the framebuffer.
449 empty/blank framebuffer, ignoring the content of the framebuffer memory.
453 IMPORTANT: The framebuffer memory is allocated by the kernel, which will send
461 allocate a maximum of 4 MB, this limits the size of each framebuffer to 2 MB,