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

  /external/deqp/framework/common/
tcuThreadUtil.cpp 174 for (int operationNdx = 0; operationNdx < (int)m_operations.size(); operationNdx++)
175 delete m_operations[operationNdx];
177 m_operations.clear();
192 m_operations.push_back(operation);
201 m_messages.reserve(m_operations.size()*2);
206 for (int operationNdx = 0; operationNdx < (int)m_operations.size(); operationNdx++)
207 m_operations[operationNdx]->execute(*this);
tcuThreadUtil.hpp 194 std::vector<Operation*> m_operations; member in class:tcu::ThreadUtil::Thread
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btMatrixX.h 159 int m_operations; member in struct:btMatrixX
178 m_operations(0),
186 m_operations(0),

Completed in 531 milliseconds