Home
last modified time | relevance | path

Searched refs:MakeFromPixmap (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tools/gpu/
DManagedBackendTexture.cpp81 return MakeFromPixmap(dContext, srcPixmap, mipmapped, renderable, isProtected); in MakeFromBitmap()
84 sk_sp<ManagedBackendTexture> ManagedBackendTexture::MakeFromPixmap(GrDirectContext* dContext, in MakeFromPixmap() function in sk_gpu_test::ManagedBackendTexture
DManagedBackendTexture.h54 static sk_sp<ManagedBackendTexture> MakeFromPixmap(GrDirectContext*,
/third_party/skia/tools/fiddle/
Dfiddle_main.cpp154 backEndTexture = sk_gpu_test::ManagedBackendTexture::MakeFromPixmap(dContext, in setup_backend_objects()