Home
last modified time | relevance | path

Searched refs:makeNotCurrent (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tools/gpu/
DTestContext.cpp28 void TestContext::makeNotCurrent() const { this->onPlatformMakeNotCurrent(); } in makeNotCurrent() function in sk_gpu_test::TestContext
DTestContext.h48 void makeNotCurrent() const;
/third_party/skia/fuzz/
DFuzzDDLThreading.cpp126 testCtx->makeNotCurrent(); in DDLFuzzer()
/third_party/skia/tools/skpbench/
Dskpbench.cpp291 testContext->makeNotCurrent(); in run_ddl_benchmark()
319 testContext->makeNotCurrent(); in run_ddl_benchmark()
/third_party/skia/dm/
DDMSrcSink.cpp1833 gpuTestCtx->makeNotCurrent(); in ddlDraw()
1888 gpuTaskGroup->add([gpuTestCtx] { gpuTestCtx->makeNotCurrent(); }); in ddlDraw()