Searched defs:createCommandBuffer (Results 1 - 8 of 8) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fIndirectComputeDispatchTests.cpp135 void createCommandBuffer (deUint32 buffer) const;
171 void IndirectDispatchCase::createCommandBuffer (deUint32 buffer) const function in class:deqp::gles31::Functional::__anon4693::IndirectDispatchCase
363 createCommandBuffer(*cmdBuffer);
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp489 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, function in namespace:vkt::memory::__anon3824
531 vk::Move<vk::VkCommandBuffer> commandBuffer (createCommandBuffer(vkd, device, pool, level));
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp402 void createCommandBuffer (const DeviceInterface& deviceInterface, const VkDevice device, const deUint32 queueFamilyNdx, vk::Move<VkCommandBuffer>* commandBufferRef, vk::Move<VkCommandPool>* commandPoolRef) function in namespace:vkt::synchronization::__anon3970
1026 createCommandBuffer(deviceInterface, device, queueFamilyIdx, &testContext.cmdBuffer, &testContext.commandPool);
1171 createCommandBuffer(deviceInterface, device.get(), queueFamilyIdx, &testContext1.cmdBuffer, &testContext1.commandPool);
1174 createCommandBuffer(deviceInterface, device.get(), queueFamilyIdx, &testContext2.cmdBuffer, &testContext2.commandPool);
1289 createCommandBuffer(deviceInterface, device, queueFamilyIdx, &testContext.cmdBuffer, &testContext.commandPool);
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTimingTests.cpp319 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, function in namespace:vkt::wsi::__anon4044
1146 m_commandBuffers[m_frameNdx % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLayout, *m_renderPass, m_framebuffers[imageIndex], *m_pipeline, m_frameNdx, m_quadCount, width, height).disown();
H A DvktWsiIncrementalPresentTests.cpp389 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, function in namespace:vkt::wsi::__anon4046
1198 m_commandBuffers[m_frameNdx % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLayout, *m_renderPass, m_framebuffers[imageIndex], *m_pipeline, imageNextFrame, m_frameNdx, width, height).disown();
H A DvktWsiSharedPresentableImageTests.cpp316 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, function in namespace:vkt::wsi::__anon4049
1141 m_commandBuffers[m_frameNdx % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLayout, *m_renderPass, *m_framebuffer, *m_pipeline, m_frameNdx, m_quadCount, width, height).disown();
/external/skia/src/gpu/vk/
H A DGrVkGpu.cpp209 GrGpuCommandBuffer* GrVkGpu::createCommandBuffer( function in class:GrVkGpu
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2538 GrGpuCommandBuffer* GrGLGpu::createCommandBuffer( function in class:GrGLGpu

Completed in 251 milliseconds