Home
last modified time | relevance | path

Searched refs:ZMBV_FORMAT_15BPP (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/dosbox/dosbox-0.74-3/src/libs/zmbv/
H A Dzmbv.cpp43 return ZMBV_FORMAT_15BPP; in BPPFormat()
55 case ZMBV_FORMAT_15BPP:f = 2;break; in NeededSize()
73 case ZMBV_FORMAT_15BPP: in SetupBuffers()
346 case ZMBV_FORMAT_15BPP: in FinishCompressFrame()
467 case ZMBV_FORMAT_15BPP: in DecompressFrame()
496 case ZMBV_FORMAT_15BPP: in Output_UpsideDown_24()
H A Dzmbv.h35 ZMBV_FORMAT_15BPP = 0x05, enumerator
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A DZmbvCodec.cpp46 case ZMBV_FORMAT_15BPP:f = 2;break; in NeededSize()
64 case ZMBV_FORMAT_15BPP: in SetupBuffers()
330 case ZMBV_FORMAT_15BPP: in FinishCompressFrame()
H A DZmbvCodec.h39 ZMBV_FORMAT_15BPP = 0x05, enumerator
/dports/emulators/dosbox/dosbox-0.74-3/src/hardware/
H A Dhardware.cpp458 case 15:format = ZMBV_FORMAT_15BPP;break; in CAPTURE_AddImage()