Home
last modified time | relevance | path

Searched refs:on_vkCreateSampler (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h279 VkResult on_vkCreateSampler(android::base::BumpPool* pool, VkSnapshotApiCallInfo* snapshotInfo,
DVkDecoderGlobalState.cpp2890 VkResult on_vkCreateSampler(android::base::BumpPool* pool, VkSnapshotApiCallInfo*, in on_vkCreateSampler() function in gfxstream::vk::VkDecoderGlobalState::Impl
9431 VkResult VkDecoderGlobalState::on_vkCreateSampler(android::base::BumpPool* pool, in on_vkCreateSampler() function in gfxstream::vk::VkDecoderGlobalState
9437 return mImpl->on_vkCreateSampler(pool, snapshotInfo, device, pCreateInfo, pAllocator, pSampler); in on_vkCreateSampler()
DVkDecoder.cpp4965 vkCreateSampler_VkResult_return = m_state->on_vkCreateSampler( in decode()