OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateRenderingState
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioSummingJunction.cpp
70
void AudioSummingJunction::
updateRenderingState
()
80
output->
updateRenderingState
();
AudioSummingJunction.h
54
void
updateRenderingState
();
AudioNodeOutput.h
81
//
updateRenderingState
() is called in the audio thread at the start or end of the render quantum to handle any recent changes to the graph state.
83
void
updateRenderingState
();
AudioNodeOutput.cpp
99
void AudioNodeOutput::
updateRenderingState
()
AudioContext.cpp
789
(*i)->
updateRenderingState
();
799
(*i)->
updateRenderingState
();
Completed in 1433 milliseconds