Home
last modified time | relevance | path

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

/external/skia/experimental/graphite/src/
DTextureProxyView.h20 class TextureProxyView {
22 TextureProxyView() = default;
24 TextureProxyView(sk_sp<TextureProxy> proxy, Swizzle swizzle) in TextureProxyView() function
28 explicit TextureProxyView(sk_sp<TextureProxy> proxy) in TextureProxyView() function
31 TextureProxyView(TextureProxyView&& view) = default;
32 TextureProxyView(const TextureProxyView&) = default;
36 TextureProxyView& operator=(const TextureProxyView&) = default;
37 TextureProxyView& operator=(TextureProxyView&& view) = default;
39 bool operator==(const TextureProxyView& view) const {
43 bool operator!=(const TextureProxyView& other) const { return !(*this == other); }
[all …]
DImage_Graphite.h71 std::tuple<TextureProxyView, SkColorType> onAsView( in onAsView()
/external/skia/gn/
Dgraphite.gni95 "$_src/TextureProxyView.h",