Home
last modified time | relevance | path

Searched refs:startingState (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/common/
DAudioStream.cpp74 Result AudioStream::waitForStateTransition(StreamState startingState, in waitForStateTransition() argument
91 if (state == startingState && state != endingState) { in waitForStateTransition()
/third_party/skia/src/sksl/ir/
DSkSLFunctionCall.cpp79 double startingState, in coalesce_n_way_vector() argument
103 double value = startingState; in coalesce_n_way_vector()
135 double startingState, in coalesce_vector() argument
144 startingState, returnType, coalesce, finalize); in coalesce_vector()
149 double startingState, in coalesce_pairwise_vectors() argument
160 startingState, returnType, coalesce, finalize); in coalesce_pairwise_vectors()
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStream.h443 virtual Result waitForStateTransition(StreamState startingState,