Home
last modified time | relevance | path

Searched refs:copyTextureToTexture (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DCommandList.h89 void copyTextureToTexture(const GrD3DTexture* dst,
DGrD3DCommandList.cpp215 void GrD3DCommandList::copyTextureToTexture(const GrD3DTexture* dst, const GrD3DTexture* src, in copyTextureToTexture() function in GrD3DCommandList
DGrD3DGpu.cpp929 this->currentCommandList()->copyTextureToTexture(uavTexture.get(), d3dTex, 0); in onRegenerateMipMapLevels()
1036 this->currentCommandList()->copyTextureToTexture(d3dTex, uavTexture.get()); in onRegenerateMipMapLevels()