Home
last modified time | relevance | path

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

/external/skia/tests/
DImageFilterCacheTest.cpp202 static sk_sp<GrTextureProxy> create_proxy(GrProxyProvider* proxyProvider) { in create_proxy() function
212 sk_sp<GrTextureProxy> srcProxy(create_proxy(context->priv().proxyProvider())); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
253 sk_sp<GrTextureProxy> srcProxy(create_proxy(context->priv().proxyProvider())); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DDetermineDomainModeTest.cpp121 static sk_sp<GrTextureProxy> create_proxy(GrContext* ctx, in create_proxy() function
340 sk_sp<GrTextureProxy> proxy = create_proxy(context, isPowerOfTwoSized, in proxy_test()
/external/skqp/tests/
DImageFilterCacheTest.cpp202 static sk_sp<GrTextureProxy> create_proxy(GrProxyProvider* proxyProvider) { in create_proxy() function
212 sk_sp<GrTextureProxy> srcProxy(create_proxy(context->contextPriv().proxyProvider())); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
253 sk_sp<GrTextureProxy> srcProxy(create_proxy(context->contextPriv().proxyProvider())); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DDetermineDomainModeTest.cpp121 static sk_sp<GrTextureProxy> create_proxy(GrContext* ctx, in create_proxy() function
340 sk_sp<GrTextureProxy> proxy = create_proxy(context, isPowerOfTwoSized, in proxy_test()
/external/v8/src/builtins/
Dbuiltins-proxy-gen.cc30 create_proxy(this); in AllocateProxy() local
43 Goto(&create_proxy); in AllocateProxy()
49 Goto(&create_proxy); in AllocateProxy()
54 Goto(&create_proxy); in AllocateProxy()
57 BIND(&create_proxy); in AllocateProxy()