Searched refs:samplerInfo (Results 1 – 3 of 3) sorted by relevance
2448 auto& samplerInfo = mSamplerInfo[*pSampler]; in on_vkCreateSampler() local2449 samplerInfo.device = device; in on_vkCreateSampler()2451 pCreateInfo, &samplerInfo.createInfo); in on_vkCreateSampler()2454 samplerInfo.needEmulatedAlpha = in on_vkCreateSampler()2472 auto* samplerInfo = android::base::find(mSamplerInfo, sampler); in destroySamplerLocked() local2473 if (!samplerInfo) return; in destroySamplerLocked()2475 if (samplerInfo->emulatedborderSampler != VK_NULL_HANDLE) { in destroySamplerLocked()2476 deviceDispatch->vkDestroySampler(device, samplerInfo->emulatedborderSampler, nullptr); in destroySamplerLocked()3130 auto* samplerInfo = in on_vkUpdateDescriptorSetsImpl() local3132 if (samplerInfo) { in on_vkUpdateDescriptorSetsImpl()[all …]
527 void setSamplerInfo(SamplerInfo* samplerInfo);
2930 void GLClientState::setSamplerInfo(SamplerInfo* samplerInfo) { in setSamplerInfo() argument2931 mSamplerInfo = samplerInfo; in setSamplerInfo()