Home
last modified time | relevance | path

Searched defs:copyTexture (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
DGrContext.cpp1471 void GrContext::copyTexture(GrTexture* src, GrRenderTarget* dst, const SkIPoint* topLeft) { in copyTexture() function in GrContext
/external/skia/src/gpu/
DGrContext.cpp1471 void GrContext::copyTexture(GrTexture* src, GrRenderTarget* dst, const SkIPoint* topLeft) { in copyTexture() function in GrContext
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer11.cpp2556 bool Renderer11::copyTexture(ID3D11ShaderResourceView *source, const gl::Rectangle &sourceArea, uns… in copyTexture() function in rx::Renderer11