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