Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrBackendSemaphore.h59 fMtlValue = value; in initMetal()
102 return fMtlValue; in mtlValue()
123 uint64_t fMtlValue; variable
/external/skia/src/gpu/
DGrBackendSemaphore.cpp60 fMtlValue = that.fMtlValue; in operator =()