Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DEncodingContext.h80 inline bool CheckCurrentEncoder(const ApiObjectBase* encoder) { in CheckCurrentEncoder() function
100 if (!CheckCurrentEncoder(encoder)) { in TryEncode()
112 if (!CheckCurrentEncoder(encoder)) { in TryEncode()
DCommandEncoder.cpp934 if (mEncodingContext.CheckCurrentEncoder(this)) { in APIInjectValidationError()