Searched refs:testingOnly_createInstantiatedProxy (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrProxyProvider.h | 254 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(SkISize dimensions, 263 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(SkISize dimensions,
|
D | GrProxyProvider.cpp | 134 sk_sp<GrTextureProxy> GrProxyProvider::testingOnly_createInstantiatedProxy( in testingOnly_createInstantiatedProxy() function in GrProxyProvider 184 sk_sp<GrTextureProxy> GrProxyProvider::testingOnly_createInstantiatedProxy( in testingOnly_createInstantiatedProxy() function in GrProxyProvider 197 return this->testingOnly_createInstantiatedProxy(dimensions, in testingOnly_createInstantiatedProxy()
|
/third_party/flutter/skia/src/gpu/ |
D | GrProxyProvider.h | 254 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(const SkISize& size, 265 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(const SkISize& size,
|
D | GrProxyProvider.cpp | 129 sk_sp<GrTextureProxy> GrProxyProvider::testingOnly_createInstantiatedProxy( in testingOnly_createInstantiatedProxy() function in GrProxyProvider 176 sk_sp<GrTextureProxy> GrProxyProvider::testingOnly_createInstantiatedProxy( in testingOnly_createInstantiatedProxy() function in GrProxyProvider 186 return this->testingOnly_createInstantiatedProxy(size, in testingOnly_createInstantiatedProxy()
|
/third_party/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()
|
/third_party/flutter/skia/tests/ |
D | ProxyConversionTest.cpp | 45 return provider->testingOnly_createInstantiatedProxy(size, colorType, GrRenderable::kYes, 1, in make_offscreen_rt() 55 return provider->testingOnly_createInstantiatedProxy(size, colorType, renderable, 1, origin, in make_texture()
|
D | TextureProxyTest.cpp | 73 sk_sp<GrTextureProxy> proxy = proxyProvider->testingOnly_createInstantiatedProxy( in wrapped() 93 sk_sp<GrTextureProxy> proxy = proxyProvider->testingOnly_createInstantiatedProxy( in wrapped_with_key()
|
D | ProxyRefTest.cpp | 56 return proxyProvider->testingOnly_createInstantiatedProxy( in make_wrapped()
|
D | GrSurfaceTest.cpp | 284 auto proxy = proxyProvider->testingOnly_createInstantiatedProxy( in DEF_GPUTEST()
|