Home
last modified time | relevance | path

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

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