Searched refs:fVertexAttributeBuffer (Results 1 – 2 of 2) sorted by relevance
34 fVertexAttributeBuffer = mtlBuffer->mtlBuffer();139 SkASSERT(fVertexAttributeBuffer == nil);147 if (!(fSamplerState && fVertexAttributeBuffer && fVertexFunction &&207 [renderCmdEncoder setVertexBuffer: fVertexAttributeBuffer
45 id<MTLBuffer> fVertexAttributeBuffer; variable