Searched refs:on_vkCreateSampler (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 279 VkResult on_vkCreateSampler(android::base::BumpPool* pool, VkSnapshotApiCallInfo* snapshotInfo,
|
D | VkDecoderGlobalState.cpp | 2890 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()
|
D | VkDecoder.cpp | 4965 vkCreateSampler_VkResult_return = m_state->on_vkCreateSampler( in decode()
|