Home
last modified time | relevance | path

Searched refs:create_wrapped_backend (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DTextureProxyTest.cpp100 static sk_sp<GrTextureProxy> create_wrapped_backend(GrDirectContext* dContext) { in create_wrapped_backend() function
358 basic_test(direct, reporter, create_wrapped_backend(direct), cacheEntriesPerProxy); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/tests/
DTextureProxyTest.cpp101 static sk_sp<GrTextureProxy> create_wrapped_backend(GrContext* context, SkBackingFit fit, in create_wrapped_backend() function
325 sk_sp<GrTextureProxy> proxy = create_wrapped_backend(context, fit, &backingTex); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()