]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/blob - libkmstest/kmstest.h
add CMY and WB to test pattern
[android/external-libkmsxx.git] / libkmstest / kmstest.h
1 #pragma once
3 namespace kms
4 {
5 class DumbFramebuffer;
7 void color_convert(DumbFramebuffer& dst, const DumbFramebuffer &src);
8 void draw_color_bar(kms::DumbFramebuffer& buf, int old_xpos, int xpos, int width);
9 void draw_test_pattern(DumbFramebuffer& fb);
10 }