Home
last modified time | relevance | path

Searched refs:newView (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/image/
H A DSkImage_GpuYUVA.cpp80 auto newView = GrCopyBaseMipMapToView(context, fYUVAProxies.makeView(i)); in setupMipmapsForPlanes() local
81 if (!newView) { in setupMipmapsForPlanes()
84 SkASSERT(newView.swizzle() == fYUVAProxies.makeView(i).swizzle()); in setupMipmapsForPlanes()
85 newProxies[i] = newView.detachProxy(); in setupMipmapsForPlanes()
/third_party/skia/src/gpu/
H A DGrThreadSafeCache.cpp211 GrSurfaceProxyView newView; in add() local
212 std::tie(newView, std::ignore) = this->internalAdd(key, view); in add()
213 return newView; in add()
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
H A Dgeneral.any.js2047 const newView = () => new Uint8Array(16);
2051 byobRequest.respondWithNewView(newView());
2056 return reader.read(newView()).then(() => {
2057 assert_throws_js(TypeError, () => byobRequest.respondWithNewView(newView()),
2292 const newView = transferredView.subarray(0, 1);
2293 newView[0] = 42;
2295 controller.byobRequest.respondWithNewView(newView);
2332 const newView = transferredView.subarray(0, 0);
2335 controller.byobRequest.respondWithNewView(newView);
2886 const newView
[all...]
/third_party/skia/tests/
H A DGrThreadSafeCacheTest.cpp727 auto [newView, data] = threadSafeCache->addWithData(key, view); in AccessCachedView()
728 if (view == newView && id != kNoID) { in AccessCachedView()
734 return newView; in AccessCachedView()

Completed in 7 milliseconds