]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/blob - libkmstest/kmstest.h
add MappedBuffer & co
[android/external-libkmsxx.git] / libkmstest / kmstest.h
1 #pragma once
3 namespace kms
4 {
5 class MappedBuffer;
6 class DumbFramebuffer;
8 void draw_color_bar(kms::DumbFramebuffer& buf, int old_xpos, int xpos, int width);
10 void draw_test_pattern(MappedBuffer& fb);
11 void draw_test_pattern(DumbFramebuffer &fb);
12 }