Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DState.h422 bool isProgramBinaryCacheEnabled() const { return mProgramBinaryCacheEnabled; } in isProgramBinaryCacheEnabled() function
1352 bool isProgramBinaryCacheEnabled() const { return mPrivateState.isProgramBinaryCacheEnabled(); } in isProgramBinaryCacheEnabled() function
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp681 json->addScalar("ProgramBinaryCacheEnabled", state.isProgramBinaryCacheEnabled()); in SerializeContextState()