Home
last modified time | relevance | path

Searched defs:hasRobustResourceInit (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/util/
H A DEGLWindow.cpp382 bool hasRobustResourceInit = in initializeSurface() local
612 bool hasRobustResourceInit = in createContext() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DSurfaceMtl.h83 bool hasRobustResourceInit() const { return mRobustResourceInit; } in hasRobustResourceInit() function