Home
last modified time | relevance | path

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

/external/skia/tests/
DProxyRefTest.cpp111 bool proxyGetsDiscardRef = !sProxy->isWrapped_ForTesting() && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
131 bool proxyGetsDiscardRef = !sProxy->isWrapped_ForTesting() && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
151 bool proxyGetsDiscardRef = !sProxy->isWrapped_ForTesting() && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
169 bool proxyGetsDiscardRef = !sProxy->isWrapped_ForTesting() && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
191 bool proxyGetsDiscardRef = !sProxy->isWrapped_ForTesting() && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DRenderTargetContextTest.cpp34 REPORTER_ASSERT(reporter, rtCtx->isWrapped_ForTesting() == wrappedExpectation); in check_is_wrapped_status()
39 REPORTER_ASSERT(reporter, tProxy->isWrapped_ForTesting() == wrappedExpectation); in check_is_wrapped_status()
/external/skia/tools/gpu/
DGrTest.cpp59 bool GrSurfaceProxy::isWrapped_ForTesting() const { in isWrapped_ForTesting() function in GrSurfaceProxy
63 bool GrRenderTargetContext::isWrapped_ForTesting() const { in isWrapped_ForTesting() function in GrRenderTargetContext
64 return fRenderTargetProxy->isWrapped_ForTesting(); in isWrapped_ForTesting()
/external/skia/include/private/
DGrSurfaceProxy.h298 bool isWrapped_ForTesting() const;
/external/skia/src/gpu/
DGrRenderTargetContext.h396 bool isWrapped_ForTesting() const;