Searched refs:mBundleEncodingContext (Results 1 – 2 of 2) sorted by relevance
92 &mBundleEncodingContext, in RenderBundleEncoder()96 mBundleEncodingContext(device, this) { in RenderBundleEncoder()101 : RenderEncoderBase(device, &mBundleEncodingContext, errorTag), in RenderBundleEncoder()102 mBundleEncodingContext(device, this) { in RenderBundleEncoder()107 mBundleEncodingContext.Destroy(); in DestroyImpl()127 return mBundleEncodingContext.AcquireCommands(); in AcquireCommands()146 DAWN_TRY(mBundleEncodingContext.Finish()); in FinishImpl()
51 EncodingContext mBundleEncodingContext; variable