| /external/skia/tests/ |
| GrPorterDuffTest.cpp | 1078 sk_sp<GrTextureProxy> proxy = proxyProvider->createWrappedTextureProxy( local [all...] |
| /external/skqp/src/core/ |
| SkSpecialImage.cpp | 105 sk_sp<GrTextureProxy> proxy = GrMakeCachedBitmapProxy(context->contextPriv().proxyProvider(), local 107 if (!proxy) { 111 const SkIRect rect = SkIRect::MakeWH(proxy->width(), proxy->height()); 118 std::move(proxy), 193 if (sk_sp<GrTextureProxy> proxy = as_IB(image)->asTextureProxyRef()) { 196 return MakeDeferredFromGpu(context, subset, image->uniqueID(), std::move(proxy), 342 static sk_sp<SkImage> wrap_proxy_in_image(GrContext* context, sk_sp<GrTextureProxy> proxy, 345 std::move(proxy), std::move(colorSpace), SkBudgeted::kYes); 351 uint32_t uniqueID, sk_sp<GrTextureProxy> proxy, SkAlphaType at [all...] |
| /external/skqp/src/gpu/ |
| GrPipeline.h | 172 GrRenderTargetProxy* proxy() const { return fProxy.get(); } function 237 // MDB TODO: do we still need the destination proxy here?
|
| GrResourceAllocator.h | 25 * to interval to find proxy reuse). When it comes time to allocate the resources it 55 void addInterval(GrSurfaceProxy* proxy 57 this->addInterval(proxy, fNumOps, fNumOps SkDEBUGCODE(, isDirectDstRead)); 67 // If any proxy fails to instantiate, the AssignError will be set to kFailedProxyInstantiation. 68 // If this happens, the caller should remove all ops which reference an uninstantiated proxy. 83 sk_sp<GrSurface> findSurfaceFor(const GrSurfaceProxy* proxy, bool needsStencil); 99 Interval(GrSurfaceProxy* proxy, unsigned int start, unsigned int end) 100 : fProxy(proxy) 101 , fProxyID(proxy->uniqueID().asUInt()) 105 SkASSERT(proxy); 122 const GrSurfaceProxy* proxy() const { return fProxy; } function in class:GrResourceAllocator::Interval 123 GrSurfaceProxy* proxy() { return fProxy; } function in class:GrResourceAllocator::Interval [all...] |
| GrResourceProvider.cpp | 143 sk_sp<GrTextureProxy> proxy = proxyProvider->createInstantiatedProxy(desc, local 146 if (proxy) { 148 std::move(proxy));
|
| GrSoftwarePathRenderer.cpp | 143 sk_sp<GrTextureProxy> proxy, 165 std::move(proxy), maskMatrix, GrSamplerState::Filter::kNearest)); 180 // MDB TODO: We're going to fill this proxy with an ASAP upload (which is out of order wrt to 315 sk_sp<GrTextureProxy> proxy; local 317 proxy = fProxyProvider->findOrCreateProxyByUniqueKey(maskKey, kTopLeft_GrSurfaceOrigin); 319 if (!proxy) { 325 proxy = make_deferred_mask_texture_proxy(args.fContext, fit, 328 if (!proxy) { 349 proxy->texPriv().setDeferredUploader(std::move(uploader)); 356 proxy = helper.toTextureProxy(args.fContext, fit) [all...] |
| GrXferProcessor.h | 65 DstProxy(sk_sp<GrTextureProxy> proxy, const SkIPoint& offset) 66 : fProxy(std::move(proxy)) { 90 GrTextureProxy* proxy() const { return fProxy.get(); } function in class:GrXferProcessor::DstProxy 92 void setProxy(sk_sp<GrTextureProxy> proxy) { 93 fProxy = std::move(proxy);
|
| SkGpuDevice_drawTexture.cpp | 109 const SkRect* dst, GrAA aa, sk_sp<GrTextureProxy> proxy, 113 SkRect srcRect = src ? *src : SkRect::MakeWH(proxy->width(), proxy->height()); 115 if (src && !SkRect::MakeIWH(proxy->width(), proxy->height()).contains(srcRect)) { 119 SkAssertResult(srcRect.intersect(SkRect::MakeIWH(proxy->width(), proxy->height()))); 122 auto csxf = GrColorSpaceXform::Make(colorSpace, proxy->config(), 136 GrColor color = GrPixelConfigIsAlphaOnly(proxy->config()) 139 rtc->drawTextureAffine(clip, std::move(proxy), filter, color, srcRect, dstRect, aa, ctm 170 auto proxy = maker->refTextureProxyForParams( local [all...] |
| SkGr.cpp | 174 sk_sp<GrTextureProxy> proxy = proxyProvider->createMipMapProxy(desc, SkBudgeted::kYes); local 175 if (!proxy) { 179 // Copy the base layer to our proxy 180 sk_sp<GrSurfaceContext> sContext = ctx->contextPriv().makeWrappedSurfaceContext(proxy); 184 return proxy; 222 sk_sp<GrTextureProxy> proxy; local 225 proxy = proxyProvider->findOrCreateProxyByUniqueKey(originalKey, kTopLeft_GrSurfaceOrigin); 227 if (!proxy) { 231 proxy = GrUploadBitmapToTextureProxy(proxyProvider, bitmap, nullptr); 232 if (proxy && originalKey.isValid()) [all...] |
| /external/skqp/src/gpu/effects/ |
| GrGaussianConvolutionFragmentProcessor.cpp | 124 GrSurfaceProxy* proxy = conv.textureSampler(0).proxy(); local 125 GrTexture& texture = *proxy->priv().peekTexture(); 128 float ySign = proxy->origin() != kTopLeft_GrSurfaceOrigin ? 1.0f : -1.0f; 153 if (proxy->origin() != kTopLeft_GrSurfaceOrigin) { 198 sk_sp<GrTextureProxy> proxy, 205 ModulateByConfigOptimizationFlags(proxy->config())) 206 , fCoordTransform(proxy.get()) 207 , fTextureSampler(std::move(proxy)) 261 sk_sp<GrTextureProxy> proxy = d->textureProxy(texIdx) local [all...] |
| GrMatrixConvolutionEffect.cpp | 129 GrSurfaceProxy* proxy = conv.textureSampler(0).proxy(); local 130 GrTexture* texture = proxy->priv().peekTexture(); 133 float ySign = proxy->origin() == kTopLeft_GrSurfaceOrigin ? 1.0f : -1.0f; 144 fDomain.setData(pdman, conv.domain(), proxy); 147 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(sk_sp<GrTextureProxy> proxy, 159 , fCoordTransform(proxy.get()) 160 , fDomain(proxy.get(), GrTextureDomain::MakeTexelDomainForMode(bounds, tileMode), tileMode) 161 , fTextureSampler(std::move(proxy)) 245 sk_sp<GrTextureProxy> proxy, 270 sk_sp<GrTextureProxy> proxy = d->textureProxy(texIdx); local [all...] |
| GrTextureDomain.cpp | 22 static bool can_ignore_rect(GrTextureProxy* proxy, const SkRect& domain) { 23 if (GrProxyProvider::IsFunctionallyExact(proxy)) { 24 const SkIRect kFullRect = SkIRect::MakeWH(proxy->width(), proxy->height()); 32 GrTextureDomain::GrTextureDomain(GrTextureProxy* proxy, const SkRect& domain, Mode mode, int index) 40 if (kClamp_Mode == mode && can_ignore_rect(proxy, domain)) { 45 const SkRect kFullRect = SkRect::MakeIWH(proxy->width(), proxy->height()); 162 GrSurfaceProxy* proxy) { 163 GrTexture* tex = proxy->priv().peekTexture() 276 GrSurfaceProxy* proxy = tde.textureSampler(0).proxy(); local 301 sk_sp<GrTextureProxy> proxy = d->textureProxy(texIdx); local 382 GrSurfaceProxy* proxy = dstdfp.textureSampler(0).proxy(); local 425 sk_sp<GrTextureProxy> proxy = d->textureProxy(texIdx); local [all...] |
| /external/skqp/tests/ |
| DetermineDomainModeTest.cpp | 20 // 2) the proxy's extent, which may or may not match the GrTexture's extent 30 GrTextureProxy* proxy, 36 proxy, 127 static const char* name = "proxy"; 329 sk_sp<GrTextureProxy> proxy = create_proxy(proxyProvider, isPowerOfTwoSized, local 356 proxy.get(),
|
| GrMeshTest.cpp | 371 GrRenderTargetProxy* proxy = fState->drawOpArgs().fProxy; local 372 GrPipeline pipeline(proxy, GrPipeline::ScissorState::kDisabled, SkBlendMode::kSrc);
|
| GrPorterDuffTest.cpp | 1078 sk_sp<GrTextureProxy> proxy = proxyProvider->createWrappedTextureProxy( local [all...] |
| /external/webrtc/webrtc/base/ |
| httpclient.h | 72 void set_proxy(const ProxyInfo& proxy) { proxy_ = proxy; } 73 const ProxyInfo& proxy() const { return proxy_; } function in class:rtc::HttpClient
|
| /external/webrtc/webrtc/libjingle/xmpp/ |
| xmppclientsettings.h | 91 rtc::ProxyType proxy() const { return proxy_; } function in class:buzz::XmppClientSettings
|
| /frameworks/base/core/java/android/net/ |
| Network.java | 321 // TODO: Should this be optimized to avoid fetching the global proxy for every request? 323 final java.net.Proxy proxy; local 325 proxy = proxyInfo.makeProxy(); 327 proxy = java.net.Proxy.NO_PROXY; 329 return openConnection(url, proxy); 336 * @param proxy the proxy through which the connection will be established. 339 * @throws IllegalArgumentException if the argument proxy is null [all...] |
| Proxy.java | 33 * A convenience class for accessing the user and default proxy 36 public final class Proxy { 38 private static final String TAG = "Proxy"; 43 * Used to notify an app that's caching the proxy that either the default 44 * connection has changed or any connection's proxy has changed. The new 45 * proxy should be queried using {@link ConnectivityManager#getDefaultProxy()}. 53 * It describes the new proxy being used (as a {@link ProxyInfo} object). 54 * @deprecated Because {@code PROXY_CHANGE_ACTION} is sent whenever the proxy 58 * to get the proxy for the Network(s) they are using. 101 * Return the proxy object to be used for the URL given as parameter 136 java.net.Proxy proxy = getProxy(ctx, null); local 154 java.net.Proxy proxy = getProxy(ctx, null); local [all...] |
| /frameworks/native/libs/gui/ |
| ConsumerBase.cpp | 70 sp<IConsumerListener> proxy = new BufferQueue::ProxyConsumerListener(listener); local 72 status_t err = mConsumer->consumerConnect(proxy, controlledByApp);
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
| ProxyTest.java | 27 import java.lang.reflect.Proxy; 55 public Object invoke(Object proxy, Method method, Object[] args) 61 class ProxyCoonstructorTest extends Proxy { 68 * java.lang.reflect.Proxy#getProxyClass(java.lang.ClassLoader, 72 Class proxy = Proxy.getProxyClass(Support_Proxy_I1.class local 75 assertTrue("Did not create a Proxy subclass ", 76 proxy.getSuperclass() == Proxy.class); 77 assertTrue("Does not believe its a Proxy class ", Prox 142 Support_Proxy_I1 proxy = (Support_Proxy_I1) p; local 186 Class proxy = Proxy.getProxyClass(Support_Proxy_I1.class local [all...] |
| /packages/apps/Settings/src/com/android/settings/ |
| ProxySelector.java | 26 import android.net.Proxy; 64 mView = inflater.inflate(R.layout.proxy, container, false); 78 // Disable UI if the Global Proxy is being controlled by a Device Admin 149 ProxyInfo proxy = cm.getGlobalProxy(); local 150 if (proxy != null) { 151 hostname = proxy.getHost(); 152 port = proxy.getPort(); 153 exclList = proxy.getExclusionListAsString(); 187 switch (Proxy.validate(hostname, port, exclList)) { 188 case Proxy.PROXY_VALID [all...] |
| /packages/services/Car/service/src/com/android/car/pm/ |
| CarPackageManagerService.java | 340 for (AppBlockingPolicyProxy proxy : mProxies) { 341 proxy.disconnect(); 735 * Checks if there are any {@link CarAppBlockingPolicyService} and creates a proxy to 759 AppBlockingPolicyProxy proxy = new AppBlockingPolicyProxy(this, mContext, local 761 proxy.connect(); 762 proxies.add(proxy); 770 public void onPolicyConnectionAndSet(AppBlockingPolicyProxy proxy, 772 doHandlePolicyConnection(proxy, policy); 775 public void onPolicyConnectionFailure(AppBlockingPolicyProxy proxy) { 776 doHandlePolicyConnection(proxy, null) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
| atmlec.h | 86 } proxy; /* member in union:atmlec_msg::__anon62376
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| smtpd.py | 2 """An RFC 2821 smtp proxy. 20 Use `classname' as the concrete SMTP proxy class. Uses `PureProxy' by 84 __version__ = 'Python SMTP proxy version 0.2' 393 # Otherwise we'll forward it to the local proxy for disposition. 535 proxy = class_((options.localhost, options.localport), variable
|