Lines Matching refs:m_random
2083 de::Random m_random; member in deqp::egl::GLES2SharingRandomTest
2117 , m_random (deStringHash(name)) in GLES2SharingRandomTest()
2276 int threadNdx = m_random.getUint32() % (deUint32)m_threads.size(); in addRandomOperation()
2324 …destroyableBufferNdx = m_random.getUint32() % m_threads[threadNdx]->context->resourceManager->getB… in addRandomOperation()
2327 …destroyableTextureNdx = m_random.getUint32() % m_threads[threadNdx]->context->resourceManager->get… in addRandomOperation()
2330 …destroyableShaderNdx = m_random.getUint32() % m_threads[threadNdx]->context->resourceManager->getS… in addRandomOperation()
2333 …destroyableProgramNdx = m_random.getUint32() % m_threads[threadNdx]->context->resourceManager->get… in addRandomOperation()
2344 else if (m_random.getBool()) in addRandomOperation()
2358 else if (m_random.getBool()) in addRandomOperation()
2365 else if (m_random.getBool()) in addRandomOperation()
2382 else if (m_random.getBool()) in addRandomOperation()
2391 else if (m_random.getBool()) in addRandomOperation()
2400 else if (m_random.getBool()) in addRandomOperation()
2424 else if (m_random.getBool()) in addRandomOperation()
2442 else if (m_random.getBool()) in addRandomOperation()
2451 else if (m_random.getBool()) in addRandomOperation()
2460 else if (m_random.getBool()) in addRandomOperation()
2575 else if (m_random.getBool()) in addRandomOperation()
2593 else if (m_random.getBool()) in addRandomOperation()
2600 …OperationId op = m_random.chooseWeighted<OperationId, std::vector<OperationId> ::iterator>(operati… in addRandomOperation()
2783 int imageNdx = m_random.getInt(0, resourceManager.getImageCount()-1); in addRandomOperation()
2791 int imageNdx = m_random.getInt(0, resourceManager.getImageCount()-1); in addRandomOperation()