Searched defs:TestWindowContext (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DTestWindowContext.h33 class ANDROID_API TestWindowContext { class in namespace:android::uirenderer
37 TestWindowContext();
38 ~TestWindowContext();
H A DTestWindowContext.cpp16 #include "TestWindowContext.h"
56 class TestWindowContext::TestWindowData {
63 mCpuConsumer->setName(android::String8("TestWindowContext"));
178 TestWindowContext::TestWindowContext() : function in class:android::uirenderer::TestWindowContext
181 TestWindowContext::~TestWindowContext() {
185 void TestWindowContext::initialize(int width, int height) {
189 SkCanvas* TestWindowContext::prepareToDraw() {
193 void TestWindowContext
[all...]

Completed in 126 milliseconds