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

  /external/skia/src/gpu/mtl/
GrMtlGpu.h 52 kForce_SyncQueue,
57 // sync is set to kForce_SyncQueue, the function will wait for all work in the committed
181 this->submitCommandBuffer(kForce_SyncQueue);
GrMtlGpu.mm 131 if (SyncQueue::kForce_SyncQueue == sync) {
644 this->submitCommandBuffer(kForce_SyncQueue);
    [all...]
  /external/skqp/src/gpu/mtl/
GrMtlGpu.h 48 kForce_SyncQueue,
53 // sync is set to kForce_SyncQueue, the function will wait for all work in the committed
GrMtlGpu.mm 128 if (SyncQueue::kForce_SyncQueue == sync) {
582 this->submitCommandBuffer(kForce_SyncQueue);
803 this->submitCommandBuffer(kForce_SyncQueue);
  /external/skia/src/gpu/vk/
GrVkGpu.h 72 kForce_SyncQueue,
230 // buffer and begins it. If sync is set to kForce_SyncQueue, the function will wait for all
GrVkGpu.cpp 414 this->submitCommandBuffer(kForce_SyncQueue);
    [all...]
GrVkCommandBuffer.cpp 571 if (GrVkGpu::kForce_SyncQueue == sync) {
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.h 72 kForce_SyncQueue,
220 // buffer and begins it. If sync is set to kForce_SyncQueue, the function will wait for all
GrVkGpu.cpp 411 this->submitCommandBuffer(kForce_SyncQueue);
    [all...]
GrVkCommandBuffer.cpp 568 if (GrVkGpu::kForce_SyncQueue == sync) {
    [all...]

Completed in 424 milliseconds