HomeSort by relevance Sort by last modified time
    Searched refs:clearCommands (Results 1 - 3 of 3) sorted by null

  /system/netd/server/
BandwidthController.cpp 849 std::vector<std::string> clearCommands = { "*filter" };
862 clearCommands.push_back(StringPrintf(":%s -", chainName.c_str()));
864 clearCommands.push_back(StringPrintf("-X %s", chainName.c_str()));
868 if (clearCommands.size() == 1) {
873 clearCommands.push_back("COMMIT\n");
874 iptablesRestoreFunction(V4V6, Join(clearCommands, '\n'), nullptr);
  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 245 void generateBaseClearAndDepthCommands (const TestRenderTarget& target, vector<ClearCommand>& clearCommands, vector<RenderCommand>& renderCommands)
247 DE_ASSERT(clearCommands.empty());
266 clearCommands.push_back(ClearCommand(rr::WindowRectangle(0, 0, target.width, target.height), GL_COLOR_BUFFER_BIT, Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0));
294 clearCommands.push_back(ClearCommand(cellL1Rect, GL_STENCIL_BUFFER_BIT, Vec4(0), stencilValue));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 245 void generateBaseClearAndDepthCommands (const TestRenderTarget& target, vector<ClearCommand>& clearCommands, vector<RenderCommand>& renderCommands)
247 DE_ASSERT(clearCommands.empty());
266 clearCommands.push_back(ClearCommand(rr::WindowRectangle(0, 0, target.width, target.height), GL_COLOR_BUFFER_BIT, Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0));
294 clearCommands.push_back(ClearCommand(cellL1Rect, GL_STENCIL_BUFFER_BIT, Vec4(0), stencilValue));
    [all...]

Completed in 531 milliseconds