OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_windows_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/media/
rendering_helper.cc
114
x_display_,
x_windows_
[window_id],
x_windows_
[window_id], gl_context_));
253
x_windows_
.push_back(window);
508
glXSwapBuffers(x_display_,
x_windows_
[window_id]);
554
for (size_t i = 0; i <
x_windows_
.size(); ++i) {
555
CHECK(XUnmapWindow(x_display_,
x_windows_
[i]));
556
CHECK(XDestroyWindow(x_display_,
x_windows_
[i]));
560
x_windows_
.clear();
rendering_helper.h
115
std::vector<Window>
x_windows_
;
member in class:content::RenderingHelper
Completed in 56 milliseconds