Home
last modified time | relevance | path

Searched refs:startGroup (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/serializer/
DJsonSerializer.cpp31 startGroup(name); in startDocument()
34 void JsonSerializer::startGroup(const std::string &name) in startGroup() function in angle::JsonSerializer
DJsonSerializer.h64 void startGroup(const std::string &name);
DJsonSerializer_unittest.cpp247 js.startGroup("group"); in TEST_F()
/external/aac/libSBRdec/src/
Denv_calc.cpp439 int startGroup = groupVector[2 * group]; in aliasingReduction() local
444 for (k = startGroup; k < stopGroup; k++) { in aliasingReduction()
462 for (k = startGroup; k < stopGroup; k++) { in aliasingReduction()
492 for (k = startGroup; k < stopGroup; k++) { in aliasingReduction()
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp246 mJson->startGroup(name); in GroupScope()
254 mJson->startGroup(buf); in GroupScope()