Home
last modified time | relevance | path

Searched refs:tempView (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrSurfaceContext.cpp520 GrSurfaceProxyView tempView(tempProxy, tempOrigin, tempReadSwizzle); in internalWritePixels() local
521 GrSurfaceContext tempCtx(dContext, tempView, tempColorInfo); in internalWritePixels()
542 GrTextureEffect::Make(std::move(tempView), tempColorInfo.alphaType())); in internalWritePixels()
548 fp = GrTextureEffect::Make(std::move(tempView), tempColorInfo.alphaType()); in internalWritePixels()
/external/webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/
DSRWebSocket.m1199 …NSData *tempView = [NSData dataWithBytesNoCopy:(char *)_readBuffer.bytes + _readBufferOffset lengt…
1200 foundSize = consumer.consumer(tempView);