Home
last modified time | relevance | path

Searched refs:GrPendingIOResource (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrPendingIOResource.h53 class GrPendingIOResource : SkNoncopyable {
55 GrPendingIOResource() = default;
56 GrPendingIOResource(T* resource) { this->reset(resource); } in GrPendingIOResource() function
57 GrPendingIOResource(sk_sp<T> resource) { *this = std::move(resource); } in GrPendingIOResource() function
58 GrPendingIOResource(const GrPendingIOResource& that) : GrPendingIOResource(that.get()) {} in GrPendingIOResource() function
59 ~GrPendingIOResource() { this->release(); } in ~GrPendingIOResource()
61 GrPendingIOResource& operator=(sk_sp<T> resource) {
87 bool operator==(const GrPendingIOResource& other) const { return fResource == other.fResource; }
/third_party/flutter/skia/src/gpu/ops/
DGrStencilPathOp.h70 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
DGrDrawPathOp.h94 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.h195 using SampledTexture = GrPendingIOResource<GrVkTexture, kRead_GrIOType>;
DGrVkGpuCommandBuffer.cpp60 using Src = GrPendingIOResource<GrSurface, kRead_GrIOType>;
/third_party/flutter/skia/include/gpu/
DGrGpuResource.h158 template <typename, GrIOType> friend class GrPendingIOResource; variable
/third_party/flutter/skia/gn/
Dgpu.gni130 "$_src/gpu/GrPendingIOResource.h",
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_skia2274 FILE: ../../../third_party/skia/src/gpu/GrPendingIOResource.h