Home
last modified time | relevance | path

Searched defs:dstLocation (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp87 ExplodedNodeSet dstLocation; in VisitObjCForCollectionStmt() local
/external/skia/src/gpu/ganesh/d3d/
DGrD3DCommandList.cpp186 const D3D12_TEXTURE_COPY_LOCATION* dstLocation, in copyTextureRegionToTexture()
200 const D3D12_TEXTURE_COPY_LOCATION* dstLocation, in copyTextureRegionToBuffer()
DGrD3DGpu.cpp504 D3D12_TEXTURE_COPY_LOCATION dstLocation = {}; in copySurfaceAsCopyTexture() local
657 D3D12_TEXTURE_COPY_LOCATION dstLocation = {}; in readOrTransferPixels() local
/external/skia/tests/
DTransferPixelsTest.cpp50 auto dstLocation = [dst, dstBpp, rowBytes](int x, int y) { in fill_transfer_data() local