Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkCaps.h107 bool initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const override;
DGrVkCaps.cpp56 bool GrVkCaps::initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const { in initDescForDstCopy() function in GrVkCaps
/external/skia/include/gpu/
DGrCaps.h194 virtual bool initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const = 0;
/external/skia/src/gpu/gl/
DGrGLCaps.h362 bool initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const override;
DGrGLCaps.cpp2071 bool GrGLCaps::initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const { in initDescForDstCopy() function in GrGLCaps
/external/skia/tools/gpu/
DGrTest.cpp275 bool initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const override { in initDescForDstCopy() function in MockCaps
/external/skia/src/gpu/
DGrRenderTargetContext.cpp1789 if (!this->caps()->initDescForDstCopy(rt, &desc)) { in setupDstTexture()