Searched refs:initDescForDstCopy (Results 1 – 7 of 7) sorted by relevance
107 bool initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const override;
56 bool GrVkCaps::initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const { in initDescForDstCopy() function in GrVkCaps
194 virtual bool initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const = 0;
362 bool initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const override;
2071 bool GrGLCaps::initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const { in initDescForDstCopy() function in GrGLCaps
275 bool initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const override { in initDescForDstCopy() function in MockCaps
1789 if (!this->caps()->initDescForDstCopy(rt, &desc)) { in setupDstTexture()