OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CPUColorPainter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/tools/shader_bench/
cpu_color_painter.cc
37
CPUColorPainter
::
CPUColorPainter
()
41
CPUColorPainter
::~
CPUColorPainter
() {
48
void
CPUColorPainter
::Initialize(int width, int height) {
66
void
CPUColorPainter
::Paint(scoped_refptr<media::VideoFrame> video_frame) {
cpu_color_painter.h
14
class
CPUColorPainter
: public GPUPainter {
16
CPUColorPainter
();
17
virtual ~
CPUColorPainter
();
30
DISALLOW_COPY_AND_ASSIGN(
CPUColorPainter
);
Completed in 368 milliseconds