Home
last modified time | relevance | path

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

/third_party/skia/include/gpu/
DGrBackendSemaphore.h73 fMtlValue = value; in initMetal()
89 return fMtlValue; in mtlValue()
135 uint64_t fMtlValue; variable
/third_party/skia/src/gpu/
DGrBackendSemaphore.cpp60 fMtlValue = that.fMtlValue; in operator =()