Searched refs:isProgramBinaryCacheEnabled (Results 1 – 2 of 2) sorted by relevance
419 bool isProgramBinaryCacheEnabled() const { return mProgramBinaryCacheEnabled; } in isProgramBinaryCacheEnabled() function1313 bool isProgramBinaryCacheEnabled() const { return mPrivateState.isProgramBinaryCacheEnabled(); } in isProgramBinaryCacheEnabled() function
686 json->addScalar("ProgramBinaryCacheEnabled", state.isProgramBinaryCacheEnabled()); in SerializeContextState()