Searched refs:formatSize (Results 1 – 5 of 5) sorted by relevance
237 …ableOffset = self.directoryOffset + self.directorySize + numTables * self.DirectoryEntry.formatSize462 sstruct.unpack(self.format, file.read(self.formatSize), self)500 formatSize = sfntDirectoryEntrySize variable in SFNTDirectoryEntry505 formatSize = woffDirectoryEntrySize variable in WOFFDirectoryEntry
251 GLint formatSize = _mesa_get_format_bytes(readRb->Format); in blit_nearest() local261 srcMap = map + srcYpos * rowStride + srcXpos * formatSize; in blit_nearest()262 dstMap = map + dstYpos * rowStride + dstXpos * formatSize; in blit_nearest()
47 unsigned int formatSize = angleFormat.pixelBytes; in BindingIsAligned() local48 return (totalOffset % formatSize == 0) && (binding.getStride() % formatSize == 0); in BindingIsAligned()
1975 deUint64 formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTest() local1977 width * height * formatSize; in makeFragmentFrameBufferTest()
3346 VkDeviceSize formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTest() local3348 width * height * formatSize; in makeFragmentFrameBufferTest()