OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_index
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/vulkan/libvulkan/
swapchain.h
35
VKAPI_ATTR VkResult AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain_handle, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t*
image_index
);
swapchain.cpp
765
uint32_t*
image_index
) {
[
all
...]
/external/vulkan-validation-layers/demos/smoke/
Shell.h
42
uint32_t
image_index
;
member in struct:Shell::BackBuffer
Shell.cpp
536
&buf.
image_index
));
561
present_info.pImageIndices = &buf.
image_index
;
Smoke.cpp
781
worker->draw_objects(framebuffers_[back.
image_index
]);
798
render_pass_begin_info_.framebuffer = framebuffers_[back.
image_index
];
/external/skia/src/core/
SkPictureRecord.cpp
491
// op + paint_index +
image_index
+ x + y
503
// id + paint_index +
image_index
+ bool_for_src + constraint
521
// id + paint_index +
image_index
+ center + dst
[
all
...]
Completed in 2219 milliseconds