Home
last modified time | relevance | path

Searched refs:testingOnly_createWrapped (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrProxyProvider.h241 sk_sp<GrTextureProxy> testingOnly_createWrapped(sk_sp<GrTexture>, GrSurfaceOrigin);
DGrProxyProvider.cpp137 sk_sp<GrTextureProxy> GrProxyProvider::testingOnly_createWrapped(sk_sp<GrTexture> tex, in testingOnly_createWrapped() function in GrProxyProvider
/external/skqp/src/gpu/
DGrProxyProvider.h254 sk_sp<GrTextureProxy> testingOnly_createWrapped(sk_sp<GrTexture>, GrSurfaceOrigin);
/external/skqp/tools/gpu/
DGrTest.cpp222 sk_sp<GrTextureProxy> GrProxyProvider::testingOnly_createWrapped(sk_sp<GrTexture> tex, in testingOnly_createWrapped() function in GrProxyProvider
/external/skqp/tests/
DGrSurfaceTest.cpp554 ->testingOnly_createWrapped( in DEF_GPUTEST()
/external/skia/tests/
DGrSurfaceTest.cpp546 auto proxy = context->priv().proxyProvider()->testingOnly_createWrapped( in DEF_GPUTEST()