HomeSort by relevance Sort by last modified time
    Searched defs:createCommandBuffer (Results 1 - 15 of 15) sorted by null

  /external/skqp/src/gpu/ddl/
GrDDLGpu.cpp 17 GrGpuRTCommandBuffer* GrDDLGpu::createCommandBuffer(
25 GrGpuTextureCommandBuffer* GrDDLGpu::createCommandBuffer(GrTexture* texture,
  /external/skia/src/gpu/mock/
GrMockGpu.cpp 42 GrGpuRTCommandBuffer* GrMockGpu::createCommandBuffer(
49 GrGpuTextureCommandBuffer* GrMockGpu::createCommandBuffer(GrTexture* texture,
  /external/skqp/src/gpu/mock/
GrMockGpu.cpp 42 GrGpuRTCommandBuffer* GrMockGpu::createCommandBuffer(
49 GrGpuTextureCommandBuffer* GrMockGpu::createCommandBuffer(GrTexture* texture,
  /external/deqp/modules/gles31/functional/
es31fIndirectComputeDispatchTests.cpp 135 void createCommandBuffer (deUint32 buffer) const;
171 void IndirectDispatchCase::createCommandBuffer (deUint32 buffer) const
363 createCommandBuffer(*cmdBuffer);
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryBindingTests.cpp 413 Move<VkCommandBuffer> createCommandBuffer (const DeviceInterface& vk,
648 Move<VkCommandBuffer> cmdBuffer = createCommandBuffer(vk, vkDevice, *commandPool);
680 Move<VkCommandBuffer> cmdBuffer = createCommandBuffer(vk, vkDevice, *commandPool);
741 Move<VkCommandBuffer> cmdBuffer = createCommandBuffer(vk, vkDevice, *commandPool);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationCrossInstanceSharingTests.cpp 509 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd,
    [all...]
vktSynchronizationSmokeTests.cpp 402 void createCommandBuffer (const DeviceInterface& deviceInterface, const VkDevice device, const deUint32 queueFamilyNdx, vk::Move<VkCommandBuffer>* commandBufferRef, vk::Move<VkCommandPool>* commandPoolRef)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 289 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd,
    [all...]
vktWsiDisplayTimingTests.cpp 275 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd,
1102 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();
    [all...]
vktWsiIncrementalPresentTests.cpp 360 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderTests.cpp 142 void createCommandBuffer (void);
213 createCommandBuffer();
494 void MultiViewRenderTestInstance::createCommandBuffer (void)
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 259 GrGpuRTCommandBuffer* GrVkGpu::createCommandBuffer(
266 GrGpuTextureCommandBuffer* GrVkGpu::createCommandBuffer(GrTexture* texture,
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 259 GrGpuRTCommandBuffer* GrVkGpu::createCommandBuffer(
266 GrGpuTextureCommandBuffer* GrVkGpu::createCommandBuffer(GrTexture* texture,
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 175 milliseconds