OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeFramebufferWithoutAttachments
(Results
1 - 5
of
5
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationFractionalSpacingTests.cpp
478
const Unique<VkFramebuffer> framebuffer (
makeFramebufferWithoutAttachments
(vk, device, *renderPass));
vktTessellationUtil.hpp
206
vk::Move<vk::VkFramebuffer>
makeFramebufferWithoutAttachments
(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkRenderPass renderPass);
vktTessellationInvarianceTests.cpp
607
, m_framebuffer (
makeFramebufferWithoutAttachments
(m_context.getDeviceInterface(), m_context.getDevice(), *m_renderPass))
[
all
...]
vktTessellationCoordinatesTests.cpp
531
const Unique<VkFramebuffer> framebuffer (
makeFramebufferWithoutAttachments
(vk, device, *renderPass));
vktTessellationUtil.cpp
474
Move<VkFramebuffer>
makeFramebufferWithoutAttachments
(const DeviceInterface& vk,
[
all
...]
Completed in 1112 milliseconds