Home
last modified time | relevance | path

Searched refs:gr_rp (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
DGrRefCnt.h194 using gr_rp = gr_sp<T, GrManagedResource, GrRecycledResource, &T::ref, &T::recycle>; variable
202 template <typename T> gr_rp<T> gr_ref_rp(T* obj) { return gr_rp<T>(SkSafeRef(obj)); } in gr_ref_rp()
204 template <typename T> gr_rp<T> gr_ref_rp(const T* obj) { in gr_ref_rp()
205 return gr_rp<T>(const_cast<T*>(SkSafeRef(obj))); in gr_ref_rp()
/third_party/skia/src/gpu/vk/
DGrVkImage.h109 gr_rp<const GrVkDescriptorSet> inputDescSetForBlending(GrVkGpu* gpu);
112 gr_rp<const GrVkDescriptorSet> inputDescSetForMSAALoad(GrVkGpu* gpu);
265 gr_rp<const GrVkDescriptorSet> fCachedBlendingInputDescSet;
267 gr_rp<const GrVkDescriptorSet> fCachedMSAALoadInputDescSet;
DGrVkPipelineState.h68 bool setAndBindInputAttachment(GrVkGpu*, gr_rp<const GrVkDescriptorSet> inputDescSet,
DGrVkCommandBuffer.h121 void addRecycledResource(gr_rp<const GrRecycledResource> resource) { in addRecycledResource()
164 TrackedResourceArray<gr_rp<const GrRecycledResource>> fTrackedRecycledResources;
DGrVkMSAALoadManager.cpp199 gr_rp<const GrVkDescriptorSet> inputDS = src->inputDescSetForMSAALoad(gpu); in loadMSAAFromResolve()
DGrVkImage.cpp629 gr_rp<const GrVkDescriptorSet> GrVkImage::inputDescSetForBlending(GrVkGpu* gpu) { in inputDescSetForBlending()
650 gr_rp<const GrVkDescriptorSet> GrVkImage::inputDescSetForMSAALoad(GrVkGpu* gpu) { in inputDescSetForMSAALoad()
DGrVkPipelineState.cpp237 gr_rp<const GrVkDescriptorSet> inputDescSet, in setAndBindInputAttachment()