Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp259 gl::Extents dstSize(drawRenderTarget->getWidth(), drawRenderTarget->getHeight(), 1); in blitImpl() local
/device/generic/vulkan-cereal/third-party/lz4/
Dlz4frame.c528 …_limitedOutput_continue(void* ctx, const char* src, char* dst, int srcSize, int dstSize, int level) in LZ4F_localLZ4_compressHC_limitedOutput_continue()
968 static void LZ4F_updateDict(LZ4F_dctx* dctxPtr, const BYTE* dstPtr, size_t dstSize, const BYTE* dst… in LZ4F_updateDict()
Dlz4.c1405 …utput_withState (void* state, const char* src, char* dst, int srcSize, int dstSize) { return LZ4_c… in LZ4_compress_limitedOutput_withState()