Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DInStreamWithCRC.h29 void SetFullSize(UInt64 fullSize) { _fullSize = fullSize; } in SetFullSize()
/external/skia/gm/
Dlazytiling.cpp90 static SkBitmap create_bitmap(SkIRect contentRect, SkISize fullSize, GrSurfaceOrigin origin) { in create_bitmap()
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp82 unsigned int fullSize = typeSizeof(fTy); in expandIntegerMUL() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp740 …const UVec3 fullSize(m_parameters.size.x(), m_parameters.imageType == IMAGE_TYPE_1D ? 1 : m_parame… in iterate() local