Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrProxyProvider.h253 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(SkISize dimensions,
262 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(SkISize dimensions,
DGrProxyProvider.cpp119 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/
DProxyConversionTest.cpp48 return provider->testingOnly_createInstantiatedProxy(desc, origin, SkBackingFit::kExact, in make_offscreen_rt()
55 return provider->testingOnly_createInstantiatedProxy(desc, origin, SkBackingFit::kExact, in make_texture()
DTextureProxyTest.cpp72 sk_sp<GrTextureProxy> proxy = proxyProvider->testingOnly_createInstantiatedProxy( in wrapped()
93 sk_sp<GrTextureProxy> proxy = proxyProvider->testingOnly_createInstantiatedProxy( in wrapped_with_key()
DProxyRefTest.cpp84 return proxyProvider->testingOnly_createInstantiatedProxy( in make_wrapped()
DGrSurfaceTest.cpp179 auto proxy = proxyProvider->testingOnly_createInstantiatedProxy( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/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()
/external/skqp/src/gpu/
DGrProxyProvider.h252 sk_sp<GrTextureProxy> testingOnly_createInstantiatedProxy(const GrSurfaceDesc&, GrSurfaceOrigin,
/external/skqp/tools/gpu/
DGrTest.cpp206 sk_sp<GrTextureProxy> GrProxyProvider::testingOnly_createInstantiatedProxy( in testingOnly_createInstantiatedProxy() function in GrProxyProvider