Home
last modified time | relevance | path

Searched defs:dstCopy (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/task/
H A DRenderPassTask.cpp25 sk_sp<TextureProxy> dstCopy, in Make()
59 sk_sp<TextureProxy> dstCopy, in RenderPassTask()
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
DInputPointersTests.java173 final InputPointers dstCopy = new InputPointers(DEFAULT_CAPACITY); in testAppend() local
243 final InputPointers dstCopy = new InputPointers(DEFAULT_CAPACITY); in testAppendResizableIntArray() local
DResizableIntArrayTests.java251 final ResizableIntArray dstCopy = new ResizableIntArray(dst.getLength()); in testAppend() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDrawContext.cpp250 sk_sp<TextureProxy> dstCopy; in flush() local
H A DCommandBuffer.cpp94 const Texture* dstCopy, in addRenderPass()