CGit
Gitweb
projects
/
android
/
external-libkmsxx.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add MappedBuffer & co
[android/external-libkmsxx.git]
/
libkmstest
/
kmstest.h
1
#pragma once
2
3
namespace kms
4
{
5
class MappedBuffer;
6
class DumbFramebuffer;
7
8
void draw_color_bar(kms::DumbFramebuffer& buf, int old_xpos, int xpos, int width);
9
10
void draw_test_pattern(MappedBuffer& fb);
11
void draw_test_pattern(DumbFramebuffer &fb);
12
}