Home
last modified time | relevance | path

Searched refs:getCommandBuffer (Results 1 – 25 of 30) sorted by relevance

12

/external/skqp/src/gpu/mock/
DGrMockGpu.h27 GrGpuRTCommandBuffer* getCommandBuffer(
32 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
DGrMockGpu.cpp55 GrGpuRTCommandBuffer* GrMockGpu::getCommandBuffer( in getCommandBuffer() function in GrMockGpu
62 GrGpuTextureCommandBuffer* GrMockGpu::getCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) { in getCommandBuffer() function in GrMockGpu
/external/skia/src/gpu/mock/
DGrMockGpu.h27 GrGpuRTCommandBuffer* getCommandBuffer(
32 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
DGrMockGpu.cpp55 GrGpuRTCommandBuffer* GrMockGpu::getCommandBuffer( in getCommandBuffer() function in GrMockGpu
62 GrGpuTextureCommandBuffer* GrMockGpu::getCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) { in getCommandBuffer() function in GrMockGpu
/external/skqp/src/gpu/mtl/
DGrMtlGpu.h90 GrGpuRTCommandBuffer* getCommandBuffer(
95 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
DGrMtlGpu.mm109 GrGpuRTCommandBuffer* GrMtlGpu::getCommandBuffer( function
116 GrGpuTextureCommandBuffer* GrMtlGpu::getCommandBuffer(GrTexture* texture, function
/external/skia/src/gpu/mtl/
DGrMtlGpu.h94 GrGpuRTCommandBuffer* getCommandBuffer(
99 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
DGrMtlGpu.mm111 GrGpuRTCommandBuffer* GrMtlGpu::getCommandBuffer( function
118 GrGpuTextureCommandBuffer* GrMtlGpu::getCommandBuffer(GrTexture* texture, function
/external/skqp/src/gpu/vk/
DGrVkGpu.h95 GrGpuRTCommandBuffer* getCommandBuffer(
100 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
DGrVkGpu.cpp298 GrGpuRTCommandBuffer* GrVkGpu::getCommandBuffer( in getCommandBuffer() function in GrVkGpu
310 GrGpuTextureCommandBuffer* GrVkGpu::getCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) { in getCommandBuffer() function in GrVkGpu
/external/skqp/src/gpu/
DGrGpu.h251 virtual GrGpuRTCommandBuffer* getCommandBuffer(
258 virtual GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) = 0;
DGrTextureOpList.cpp104 flushState->gpu()->getCommandBuffer(fTarget.get()->peekTexture(), in onExecute()
DGrRenderTargetOpList.cpp453 return gpu->getCommandBuffer(rt, origin, bounds, kColorLoadStoreInfo, stencilLoadAndStoreInfo); in create_command_buffer()
/external/skia/src/gpu/vk/
DGrVkGpu.h101 GrGpuRTCommandBuffer* getCommandBuffer(
106 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
/external/skia/src/gpu/
DGrGpu.h274 virtual GrGpuRTCommandBuffer* getCommandBuffer(
281 virtual GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) = 0;
DGrTextureOpList.cpp106 flushState->gpu()->getCommandBuffer(fTarget.get()->peekTexture(), in onExecute()
DGrRenderTargetOpList.cpp455 return gpu->getCommandBuffer(rt, origin, bounds, kColorLoadStoreInfo, stencilLoadAndStoreInfo); in create_command_buffer()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.hpp59 virtual vk::VkCommandBuffer getCommandBuffer (void);
DvktRobustnessUtil.cpp263 VkCommandBuffer TestEnvironment::getCommandBuffer (void) in getCommandBuffer() function in vkt::robustness::TestEnvironment
DvktRobustnessVertexAccessTests.cpp704 const vk::VkCommandBuffer cmdBuffer = m_graphicsTestEnvironment->getCommandBuffer(); in iterate()
DvktRobustnessBufferAccessTests.cpp1070 const vk::VkCommandBuffer cmdBuffer = m_testEnvironment->getCommandBuffer(); in iterate()
/external/skqp/src/gpu/gl/
DGrGLGpu.h124 GrGpuRTCommandBuffer* getCommandBuffer(
129 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1762 vk::VkCommandBuffer getCommandBuffer (void) const { return m_commandBuffer; } in getCommandBuffer() function in vkt::memory::__anon4b5b56ce0111::SubmitContext
1969 const vk::VkCommandBuffer cmd = context.getCommandBuffer(); in submit()
2111 const vk::VkCommandBuffer cmd = context.getCommandBuffer(); in submit()
2166 const vk::VkCommandBuffer cmd = context.getCommandBuffer(); in submit()
2212 const vk::VkCommandBuffer cmd = context.getCommandBuffer(); in submit()
2297 const vk::VkCommandBuffer commandBuffer = context.getCommandBuffer(); in submit()
2433 const vk::VkCommandBuffer commandBuffer = context.getCommandBuffer(); in submit()
2563 const vk::VkCommandBuffer commandBuffer = context.getCommandBuffer(); in submit()
2867 const vk::VkCommandBuffer commandBuffer = context.getCommandBuffer(); in submit()
2950 const vk::VkCommandBuffer commandBuffer = context.getCommandBuffer(); in submit()
[all …]
/external/skia/src/gpu/gl/
DGrGLGpu.h124 GrGpuRTCommandBuffer* getCommandBuffer(
129 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp68 VkCommandBuffer getCommandBuffer (deUint32 bufferIndex) const;
109 VkCommandBuffer CommandBufferBareTestEnvironment<NumBuffers>::getCommandBuffer(deUint32 bufferIndex… in getCommandBuffer() function in vkt::api::__anon8eb6349f0111::CommandBufferBareTestEnvironment
123 VkCommandBuffer getPrimaryCommandBuffer (void) const { return getCommandBuffer(0); } in getPrimaryCommandBuffer()

12