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

  /external/skia/src/gpu/mock/
GrMockGpuCommandBuffer.h 50 void submit() override { fGpu->submitCommandBuffer(this); }
GrMockGpu.cpp 55 void GrMockGpu::submitCommandBuffer(const GrMockGpuRTCommandBuffer* cmdBuffer) {
GrMockGpu.h 49 void submitCommandBuffer(const GrMockGpuRTCommandBuffer*);
  /external/skqp/src/gpu/ddl/
GrDDLGpu.cpp 31 void GrDDLGpu::submitCommandBuffer(const GrGpuRTCommandBuffer* cmdBuffer) {
GrDDLGpu.h 93 void submitCommandBuffer(const GrGpuRTCommandBuffer*);
  /external/skqp/src/gpu/mock/
GrMockGpuCommandBuffer.h 50 void submit() override { fGpu->submitCommandBuffer(this); }
GrMockGpu.cpp 55 void GrMockGpu::submitCommandBuffer(const GrMockGpuRTCommandBuffer* cmdBuffer) {
GrMockGpu.h 64 void submitCommandBuffer(const GrMockGpuRTCommandBuffer*);
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 271 void GrVkGpu::submitCommandBuffer(SyncQueue sync) {
417 this->submitCommandBuffer(kForce_SyncQueue);
503 this->submitCommandBuffer(GrVkGpu::kSkip_SyncQueue);
563 this->submitCommandBuffer(kSkip_SyncQueue);
    [all...]
GrVkGpu.h 225 void submitCommandBuffer(SyncQueue sync);
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 271 void GrVkGpu::submitCommandBuffer(SyncQueue sync) {
414 this->submitCommandBuffer(kForce_SyncQueue);
493 this->submitCommandBuffer(GrVkGpu::kSkip_SyncQueue);
540 this->submitCommandBuffer(kSkip_SyncQueue);
    [all...]
GrVkGpu.h 210 void submitCommandBuffer(SyncQueue sync);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 488 void submitCommandBuffer (void) const;
856 void ImageClearingTestInstance::submitCommandBuffer (void) const
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsTestsUtils.cpp 466 Move<VkFence> submitCommandBuffer(
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 198 milliseconds