Lines Matching refs:TestContext
9 #include "tools/gpu/TestContext.h"
17 TestContext::TestContext() : fGpuTimer(nullptr) {}
19 TestContext::~TestContext() {
24 sk_sp<GrDirectContext> TestContext::makeContext(const GrContextOptions&) {
28 void TestContext::makeNotCurrent() const { this->onPlatformMakeNotCurrent(); }
29 void TestContext::makeCurrent() const { this->onPlatformMakeCurrent(); }
31 SkScopeExit TestContext::makeCurrentAndAutoRestore() const {
37 void TestContext::flushAndWaitOnSync(GrDirectContext* context) {
61 void TestContext::testAbandon() {
64 void TestContext::teardown() {