Searched refs:GrPendingIOResource (Results 1 – 16 of 16) sorted by relevance
/external/skqp/src/gpu/ |
D | GrPendingIOResource.h | 20 class GrPendingIOResource : SkNoncopyable { 22 GrPendingIOResource() = default; 23 explicit GrPendingIOResource(T* resource) { this->reset(resource); } in GrPendingIOResource() function 24 GrPendingIOResource(sk_sp<T> resource) { *this = std::move(resource); } in GrPendingIOResource() function 25 GrPendingIOResource(const GrPendingIOResource& that) : GrPendingIOResource(that.get()) {} in GrPendingIOResource() function 26 ~GrPendingIOResource() { this->release(); } in ~GrPendingIOResource() 28 GrPendingIOResource& operator=(sk_sp<T> resource) { 54 bool operator==(const GrPendingIOResource& other) const { return fResource == other.fResource; }
|
D | GrPipeline.h | 209 using DstTextureProxy = GrPendingIOResource<GrTextureProxy, kRead_GrIOType>;
|
/external/skia/src/gpu/ |
D | GrPendingIOResource.h | 20 class GrPendingIOResource : SkNoncopyable { 22 GrPendingIOResource() = default; 23 explicit GrPendingIOResource(T* resource) { this->reset(resource); } in GrPendingIOResource() function 24 GrPendingIOResource(sk_sp<T> resource) { *this = std::move(resource); } in GrPendingIOResource() function 25 GrPendingIOResource(const GrPendingIOResource& that) : GrPendingIOResource(that.get()) {} in GrPendingIOResource() function 26 ~GrPendingIOResource() { this->release(); } in ~GrPendingIOResource() 28 GrPendingIOResource& operator=(sk_sp<T> resource) { 54 bool operator==(const GrPendingIOResource& other) const { return fResource == other.fResource; }
|
D | GrPipeline.h | 213 using DstTextureProxy = GrPendingIOResource<GrTextureProxy, kRead_GrIOType>;
|
/external/skia/tests/ |
D | ProxyRefTest.cpp | 98 GrPendingIOResource<GrSurfaceProxy, kWrite_GrIOType> fWrite(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 118 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fRead(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 138 GrPendingIOResource<GrSurfaceProxy, kRW_GrIOType> fRW(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 184 GrPendingIOResource<GrSurfaceProxy, kWrite_GrIOType> fWrite(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 200 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fRead(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/tests/ |
D | ProxyRefTest.cpp | 98 GrPendingIOResource<GrSurfaceProxy, kWrite_GrIOType> fWrite(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 118 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fRead(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 138 GrPendingIOResource<GrSurfaceProxy, kRW_GrIOType> fRW(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 184 GrPendingIOResource<GrSurfaceProxy, kWrite_GrIOType> fWrite(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 200 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fRead(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/src/gpu/ops/ |
D | GrStencilPathOp.h | 70 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
|
D | GrCopySurfaceOp.h | 62 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fSrc;
|
D | GrDrawPathOp.h | 96 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
|
/external/skqp/src/gpu/ops/ |
D | GrStencilPathOp.h | 70 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
|
D | GrCopySurfaceOp.h | 60 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fSrc;
|
D | GrDrawPathOp.h | 99 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
|
/external/skia/include/gpu/ |
D | GrGpuResource.h | 149 template <typename, GrIOType> friend class GrPendingIOResource; variable
|
/external/skqp/include/gpu/ |
D | GrGpuResource.h | 136 template <typename, GrIOType> friend class GrPendingIOResource; variable
|
/external/skia/gn/ |
D | gpu.gni | 137 "$_src/gpu/GrPendingIOResource.h",
|
/external/skqp/gn/ |
D | gpu.gni | 132 "$_src/gpu/GrPendingIOResource.h",
|