Searched refs:testingOnly_createInstantiatedProxy (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/ |
D | GrProxyProvider.h | 253 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(SkISize dimensions, 262 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(SkISize dimensions,
|
D | GrProxyProvider.cpp | 119 sk_sp<GrTextureProxy> GrProxyProvider::testingOnly_createInstantiatedProxy( in testingOnly_createInstantiatedProxy() function in GrProxyProvider 159 sk_sp<GrTextureProxy> GrProxyProvider::testingOnly_createInstantiatedProxy( in testingOnly_createInstantiatedProxy() function in GrProxyProvider 172 return this->testingOnly_createInstantiatedProxy(dimensions, in testingOnly_createInstantiatedProxy()
|
/external/skqp/tests/ |
D | ProxyConversionTest.cpp | 48 return provider->testingOnly_createInstantiatedProxy(desc, origin, SkBackingFit::kExact, in make_offscreen_rt() 55 return provider->testingOnly_createInstantiatedProxy(desc, origin, SkBackingFit::kExact, in make_texture()
|
D | TextureProxyTest.cpp | 72 sk_sp<GrTextureProxy> proxy = proxyProvider->testingOnly_createInstantiatedProxy( in wrapped() 93 sk_sp<GrTextureProxy> proxy = proxyProvider->testingOnly_createInstantiatedProxy( in wrapped_with_key()
|
D | ProxyRefTest.cpp | 84 return proxyProvider->testingOnly_createInstantiatedProxy( in make_wrapped()
|
D | GrSurfaceTest.cpp | 179 auto proxy = proxyProvider->testingOnly_createInstantiatedProxy( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/tests/ |
D | ProxyConversionTest.cpp | 43 return provider->testingOnly_createInstantiatedProxy(dimensions, colorType, GrRenderable::kYes, in make_offscreen_rt() 52 return provider->testingOnly_createInstantiatedProxy(dimensions, colorType, renderable, 1, in make_texture()
|
D | ProxyRefTest.cpp | 39 return proxyProvider->testingOnly_createInstantiatedProxy( in make_wrapped()
|
D | TextureProxyTest.cpp | 74 sk_sp<GrTextureProxy> proxy = proxyProvider->testingOnly_createInstantiatedProxy( in wrapped() 93 sk_sp<GrTextureProxy> proxy = proxyProvider->testingOnly_createInstantiatedProxy( in wrapped_with_key()
|
D | GrSurfaceTest.cpp | 263 auto proxy = proxyProvider->testingOnly_createInstantiatedProxy( in DEF_GPUTEST()
|
/external/skqp/src/gpu/ |
D | GrProxyProvider.h | 252 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(const GrSurfaceDesc&, GrSurfaceOrigin,
|
/external/skqp/tools/gpu/ |
D | GrTest.cpp | 206 sk_sp<GrTextureProxy> GrProxyProvider::testingOnly_createInstantiatedProxy( in testingOnly_createInstantiatedProxy() function in GrProxyProvider
|