OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resetfences
(Results
51 - 70
of
70
) sorted by null
1
2
3
/prebuilts/ndk/r16/sources/third_party/vulkan/src/
vulkan.py
388
Proto("VkResult", "
ResetFences
",
[
all
...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
parameter_validation.cpp
[
all
...]
core_validation.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp
588
VK_CHECK(vk.
resetFences
(vkDevice, 1u, &m_fence.get()));
[
all
...]
vktPipelineInputAssemblyTests.cpp
[
all
...]
vktPipelineImageSamplingInstance.cpp
[
all
...]
vktPipelineTimestampTests.cpp
[
all
...]
vktPipelineVertexInputTests.cpp
[
all
...]
vktPipelineMultisampleTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemWsiSwapchainTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiDisplayTimingTests.cpp
1088
VK_CHECK(m_vkd.
resetFences
(*m_device, 1u, &fence));
[
all
...]
vktWsiIncrementalPresentTests.cpp
[
all
...]
/external/vulkan-validation-layers/loader/
trampoline.c
[
all
...]
/frameworks/native/vulkan/nulldrv/
null_driver.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp
[
all
...]
/external/vulkan-validation-layers/demos/
cube.cpp
718
device.
resetFences
(1, &fences[frame_index]);
[
all
...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp
[
all
...]
/external/vulkan-validation-layers/layers/
core_validation.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp
796
VK_CHECK(vk.
resetFences
(device, 1, &m_fence.get()));
[
all
...]
Completed in 1015 milliseconds
1
2
3