Lines Matching refs:m_rnd
90 de::Random m_rnd; member in deqp::egl::__anonf44a94a50111::MemoryAllocator
110 , m_rnd (seed) in MemoryAllocator()
159 ObjectType type = m_rnd.choose<ObjectType>(types.begin(), types.end()); in allocateUntilFailure()
200 const EGLint width = m_rnd.getInt(m_minWidth, m_maxWidth); in allocatePBuffer()
201 const EGLint height = m_rnd.getInt(m_minHeight, m_maxHeight); in allocatePBuffer()
218 EGLContext context = m_rnd.choose<EGLContext>(m_contexts.begin(), m_contexts.end()); in allocatePBuffer()
219 const float red = m_rnd.getFloat(); in allocatePBuffer()
220 const float green = m_rnd.getFloat(); in allocatePBuffer()
221 const float blue = m_rnd.getFloat(); in allocatePBuffer()
222 const float alpha = m_rnd.getFloat(); in allocatePBuffer()
282 EGLSurface surface = m_rnd.choose<EGLSurface>(m_pbuffers.begin(), m_pbuffers.end()); in allocateContext()
283 const float red = m_rnd.getFloat(); in allocateContext()
284 const float green = m_rnd.getFloat(); in allocateContext()
285 const float blue = m_rnd.getFloat(); in allocateContext()
286 const float alpha = m_rnd.getFloat(); in allocateContext()