HomeSort by relevance Sort by last modified time
    Searched refs:isWrapped_ForTesting (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
RenderTargetContextTest.cpp 34 REPORTER_ASSERT(reporter, rtCtx->isWrapped_ForTesting() == wrappedExpectation);
39 REPORTER_ASSERT(reporter, tProxy->isWrapped_ForTesting() == wrappedExpectation);
ProxyRefTest.cpp 111 bool proxyGetsDiscardRef = !sProxy->isWrapped_ForTesting() &&
131 bool proxyGetsDiscardRef = !sProxy->isWrapped_ForTesting() &&
151 bool proxyGetsDiscardRef = !sProxy->isWrapped_ForTesting() &&
169 bool proxyGetsDiscardRef = !sProxy->isWrapped_ForTesting() &&
191 bool proxyGetsDiscardRef = !sProxy->isWrapped_ForTesting() &&
  /external/skia/tools/gpu/
GrTest.cpp 59 bool GrSurfaceProxy::isWrapped_ForTesting() const {
63 bool GrRenderTargetContext::isWrapped_ForTesting() const {
64 return fRenderTargetProxy->isWrapped_ForTesting();
  /external/skia/include/private/
GrSurfaceProxy.h 298 bool isWrapped_ForTesting() const;
  /external/skia/src/gpu/
GrRenderTargetContext.h 396 bool isWrapped_ForTesting() const;

Completed in 110 milliseconds