Searched refs:fMtlSamplerState (Results 1 – 2 of 2) sorted by relevance
23 ~GrMtlSampler() override { fMtlSamplerState = nil; } in ~GrMtlSampler()25 id<MTLSamplerState> mtlSampler() const { return fMtlSamplerState; } in mtlSampler()39 : fMtlSamplerState(mtlSamplerState) in GrMtlSampler()42 id<MTLSamplerState> fMtlSamplerState; variable
22 id<MTLSamplerState> mtlSamplerState() const { return fMtlSamplerState; } in mtlSamplerState()25 GrMtlSampler(id<MTLSamplerState> mtlSamplerState) : fMtlSamplerState(mtlSamplerState) {} in GrMtlSampler()27 id<MTLSamplerState> fMtlSamplerState; variable