Searched refs:mEmulatedEglConfigs (Results 1 – 2 of 2) sorted by relevance
365 emulationGl->mEmulatedEglConfigs = in create()369 if (emulationGl->mEmulatedEglConfigs->empty()) { in create()375 std::any_of(emulationGl->mEmulatedEglConfigs->begin(), in create()376 emulationGl->mEmulatedEglConfigs->end(), in create()650 if (!mEmulatedEglConfigs) { in createEmulatedEglContext()655 const EmulatedEglConfig* emulatedEglConfig = mEmulatedEglConfigs->get(emulatedEglConfigIndex); in createEmulatedEglContext()695 if (!mEmulatedEglConfigs) { in createEmulatedEglWindowSurface()700 const EmulatedEglConfig* emulatedEglConfig = mEmulatedEglConfigs->get(emulatedConfigIndex); in createEmulatedEglWindowSurface()
93 const EmulatedEglConfigList& getEmulationEglConfigs() const { return *mEmulatedEglConfigs; } in getEmulationEglConfigs()182 std::unique_ptr<EmulatedEglConfigList> mEmulatedEglConfigs; variable