Home
last modified time | relevance | path

Searched refs:mBundleEncodingContext (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderBundleEncoder.cpp92 &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()
DRenderBundleEncoder.h51 EncodingContext mBundleEncodingContext; variable