OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swap_buffer_counter
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/gl/
sync_control_vsync_provider.h
26
int64*
swap_buffer_counter
) = 0;
sync_control_vsync_provider.cc
50
int64
swap_buffer_counter
;
local
51
if (!GetSyncValues(&system_time, &media_stream_counter, &
swap_buffer_counter
))
gl_surface_egl.cc
73
int64*
swap_buffer_counter
) OVERRIDE {
81
*
swap_buffer_counter
= static_cast<int64>(u_swap_buffer_counter);
gl_surface_glx.cc
70
int64*
swap_buffer_counter
) OVERRIDE {
72
media_stream_counter,
swap_buffer_counter
);
Completed in 510 milliseconds