Home
last modified time | relevance | path

Searched refs:testingOnly_createInstantiatedProxy (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/gpu/
DGrProxyProvider.h254 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(SkISize dimensions,
263 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(SkISize dimensions,
DGrProxyProvider.cpp134 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/
DGrProxyProvider.h254 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(const SkISize& size,
265 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(const SkISize& size,
DGrProxyProvider.cpp129 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/
DProxyConversionTest.cpp43 return provider->testingOnly_createInstantiatedProxy(dimensions, colorType, GrRenderable::kYes, in make_offscreen_rt()
52 return provider->testingOnly_createInstantiatedProxy(dimensions, colorType, renderable, 1, in make_texture()
DProxyRefTest.cpp39 return proxyProvider->testingOnly_createInstantiatedProxy( in make_wrapped()
DTextureProxyTest.cpp74 sk_sp<GrTextureProxy> proxy = proxyProvider->testingOnly_createInstantiatedProxy( in wrapped()
93 sk_sp<GrTextureProxy> proxy = proxyProvider->testingOnly_createInstantiatedProxy( in wrapped_with_key()
DGrSurfaceTest.cpp263 auto proxy = proxyProvider->testingOnly_createInstantiatedProxy( in DEF_GPUTEST()
/third_party/flutter/skia/tests/
DProxyConversionTest.cpp45 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()
DTextureProxyTest.cpp73 sk_sp<GrTextureProxy> proxy = proxyProvider->testingOnly_createInstantiatedProxy( in wrapped()
93 sk_sp<GrTextureProxy> proxy = proxyProvider->testingOnly_createInstantiatedProxy( in wrapped_with_key()
DProxyRefTest.cpp56 return proxyProvider->testingOnly_createInstantiatedProxy( in make_wrapped()
DGrSurfaceTest.cpp284 auto proxy = proxyProvider->testingOnly_createInstantiatedProxy( in DEF_GPUTEST()