]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/blob - libkmstest/kmstest.h
Fix the rest of the py scripts
[android/external-libkmsxx.git] / libkmstest / kmstest.h
1 #pragma once
3 #include "color.h"
4 #include "framebuffer.h"
6 namespace kms
7 {
8 class IMappedFramebuffer;
10 void draw_color_bar(IMappedFramebuffer& buf, int old_xpos, int xpos, int width);
12 void draw_test_pattern(IMappedFramebuffer &fb);
14 void draw_rect(IMappedFramebuffer &fb, uint32_t x, uint32_t y, uint32_t w, uint32_t h, RGB color);
15 }