Searched refs:CORE_SAMPLE_COUNT_4_BIT (Results 1 – 5 of 5) sorted by relevance
218 CORE_SAMPLE_COUNT_4_BIT = 0x00000004, enumerator
56 …CountFlagBits bits[] = { CORE_SAMPLE_COUNT_1_BIT, CORE_SAMPLE_COUNT_2_BIT, CORE_SAMPLE_COUNT_4_BIT, in SamplesToSampleCountFlags()
360 : ((desc.sampleCountFlags & CORE_SAMPLE_COUNT_4_BIT) ? 4 : 2); in BindToFboMultisampled()378 : ((desc.sampleCountFlags & CORE_SAMPLE_COUNT_4_BIT) ? 4 : 2); in BindToFboMultisampled()
402 msaaDesc.sampleCountFlags = CORE_SAMPLE_COUNT_4_BIT; in CreateColorTargets()448 msaaDesc.sampleCountFlags = CORE_SAMPLE_COUNT_4_BIT; in CreateDepthTargets()
143 { SampleCountFlagBits::CORE_SAMPLE_COUNT_4_BIT, "4bit" },