Searched defs:copyTexture (Results 1 – 3 of 3) sorted by relevance
1471 void GrContext::copyTexture(GrTexture* src, GrRenderTarget* dst, const SkIPoint* topLeft) { in copyTexture() function in GrContext
2556 bool Renderer11::copyTexture(ID3D11ShaderResourceView *source, const gl::Rectangle &sourceArea, uns… in copyTexture() function in rx::Renderer11