Searched refs:surfaces_ (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp49 for (std::map<int, SurfaceWindowPair>::iterator it = surfaces_.begin();
50 it != surfaces_.end();
84 surfaces_.size() > 0 &&
122 surfaces_[0] = SurfaceWindowPair(eglGetCurrentSurface(EGL_DRAW), NULL);
175 surfaces_[0] = SurfaceWindowPair(eglCreateWindowSurface(display(), config, window_.get(), NULL), NULL);
208 surfaces_[id] = SurfaceWindowPair(surface, window_handle);
219 const SurfaceWindowPair* surface = FindOrNull(surfaces_, surface_id);
232 const SurfaceWindowPair* surface_window_pair = FindOrNull(surfaces_, surface_id);
241 surfaces_.erase(surface_id);
250 const SurfaceWindowPair* surface_window_pair = FindOrNull(surfaces_,
[all...]
H A Dgl_env.h134 return surfaces_.find(surface_id_)->second.first;
234 std::map<int, SurfaceWindowPair> surfaces_; member in class:android::filterfw::GLEnv
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
H A Dbuffer_transport_benchmark.cpp444 surfaces_.resize(state.threads);
447 surfaces_[i] = transport_->CreateSurface();
448 CHECK(surfaces_[i]); variable
457 surfaces_.clear();
465 std::vector<sp<Surface>> surfaces_; member in class:BufferTransportBenchmark
478 CHECK(surfaces_[state.thread_index]);
479 window = static_cast<ANativeWindow*>(surfaces_[state.thread_index].get());
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp557 surfaces_ = std::move(surfaces);
1001 if (!surfaces_changed_ && (!layers_.empty() || surfaces_.empty()))
1004 surfaces = surfaces_;
H A Dhardware_composer.h476 std::vector<std::shared_ptr<DirectDisplaySurface>> surfaces_; member in namespace:android::dvr
477 // Set to true by the dispatch thread whenever surfaces_ changes. Set to false

Completed in 77 milliseconds