Searched refs:copyTexture (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DBlit11.h36 bool copyTexture(ID3D11ShaderResourceView *source, const gl::Box &sourceArea, const gl::Extents &sourceSize,
H A DRenderer11.cpp1998 bool ret = mBlit->copyTexture(source, sourceArea, sourceSize, dest, destArea, destSize, NULL,
2060 bool ret = mBlit->copyTexture(source, sourceArea, sourceSize, dest, destArea, destSize, NULL,
2122 bool ret = mBlit->copyTexture(source, sourceArea, sourceSize, dest, destArea, destSize, NULL,
2186 bool ret = mBlit->copyTexture(source, sourceArea, sourceSize, dest, destArea, destSize, NULL,
3064 result = mBlit->copyTexture(readSRV, readArea, readSize, drawRTV, drawArea, drawSize,
H A DBlit11.cpp509 bool Blit11::copyTexture(ID3D11ShaderResourceView *source, const gl::Box &sourceArea, const gl::Extents &sourceSize, function in class:rx::Blit11
H A DTextureStorage11.cpp383 blitter->copyTexture(sourceSRV, sourceArea, sourceSize, destRTV, destArea, destSize, NULL,
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGrPixelRef.cpp89 context->copyTexture(texture, dst->asRenderTarget(), topLeft);
H A DGrContext.cpp1385 this->copyTexture(texture, target, NULL);
1573 void GrContext::copyTexture(GrTexture* src, GrRenderTarget* dst, const SkIPoint* topLeft) { function in class:GrContext
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp92 fDevice->context()->copyTexture(rt->asTexture(), newDevice->accessRenderTarget());
/external/skia/src/gpu/
H A DSkGrPixelRef.cpp87 context->copyTexture(texture, dst->asRenderTarget(), topLeft);
H A DGrContext.cpp1367 this->copyTexture(texture, target, NULL);
1551 void GrContext::copyTexture(GrTexture* src, GrRenderTarget* dst, const SkIPoint* topLeft) { function in class:GrContext
/external/skia/src/image/
H A DSkSurface_Gpu.cpp86 fDevice->context()->copyTexture(rt->asTexture(), newDevice->accessRenderTarget());
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h706 void copyTexture(GrTexture* src, GrRenderTarget* dst, const SkIPoint* topLeft = NULL);
/external/skia/include/gpu/
H A DGrContext.h696 void copyTexture(GrTexture* src, GrRenderTarget* dst, const SkIPoint* topLeft = NULL);

Completed in 286 milliseconds