Searched refs:GrMtlCommandBuffer (Results 1 – 9 of 9) sorted by relevance
8 #include "src/gpu/mtl/GrMtlCommandBuffer.h"20 sk_sp<GrMtlCommandBuffer> GrMtlCommandBuffer::Make(id<MTLCommandQueue> queue) {27 mtlCommandBuffer.label = @"GrMtlCommandBuffer::Create";29 return sk_sp<GrMtlCommandBuffer>(new GrMtlCommandBuffer(mtlCommandBuffer));32 GrMtlCommandBuffer::~GrMtlCommandBuffer() { function40 id<MTLBlitCommandEncoder> GrMtlCommandBuffer::getBlitCommandEncoder() {75 id<MTLRenderCommandEncoder> GrMtlCommandBuffer::getRenderCommandEncoder(98 bool GrMtlCommandBuffer::commit(bool waitUntilCompleted) {114 void GrMtlCommandBuffer::endAllEncoding() {126 void GrMtlCommandBuffer::encodeSignalEvent(id<MTLEvent> event, uint64_t eventValue) {[all …]
24 class GrMtlCommandBuffer : public SkRefCnt {26 static sk_sp<GrMtlCommandBuffer> Make(id<MTLCommandQueue> queue);27 ~GrMtlCommandBuffer() override;64 GrMtlCommandBuffer(id<MTLCommandBuffer> cmdBuffer) in GrMtlCommandBuffer() function
32 class GrMtlCommandBuffer; variable50 GrMtlCommandBuffer* commandBuffer();272 sk_sp<GrMtlCommandBuffer> fCurrentCmdBuffer;274 using OutstandingCommandBuffer = sk_sp<GrMtlCommandBuffer>;
23 class GrMtlCommandBuffer; variable
11 #include "src/gpu/mtl/GrMtlCommandBuffer.h"170 GrMtlCommandBuffer* cmdBuffer = this->mtlGpu()->commandBuffer();
14 #include "src/gpu/mtl/GrMtlCommandBuffer.h"
21 #include "src/gpu/mtl/GrMtlCommandBuffer.h"154 fCurrentCmdBuffer = GrMtlCommandBuffer::Make(fQueue);216 GrMtlCommandBuffer* GrMtlGpu::commandBuffer() {219 fCurrentCmdBuffer = GrMtlCommandBuffer::Make(fQueue);987 GrMtlCommandBuffer* cmdBuffer = this->commandBuffer();1084 GrMtlCommandBuffer* cmdBuffer = this->commandBuffer();1445 GrMtlCommandBuffer* cmdBuffer = this->commandBuffer();
13 #include "src/gpu/mtl/GrMtlCommandBuffer.h"
814 "$_src/gpu/mtl/GrMtlCommandBuffer.h",815 "$_src/gpu/mtl/GrMtlCommandBuffer.mm",