Searched refs:startingState (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/oboe/src/common/ |
D | AudioStream.cpp | 74 Result AudioStream::waitForStateTransition(StreamState startingState, in waitForStateTransition() argument 91 if (state == startingState && state != endingState) { in waitForStateTransition()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLFunctionCall.cpp | 79 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/ |
D | AudioStream.h | 443 virtual Result waitForStateTransition(StreamState startingState,
|