HomeSort by relevance Sort by last modified time
    Searched defs:m_random (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/randomshaders/
rsgGeneratorState.hpp 59 de::Random& getRandom (void) { return m_random; }
90 de::Random& m_random; member in class:rsg::GeneratorState
  /external/deqp/modules/glshared/
glsSamplerObjectTest.hpp 95 de::Random m_random; member in class:deqp::gls::TextureSamplerTest
155 de::Random m_random; member in class:deqp::gls::MultiTextureSamplerTest
  /external/deqp/framework/common/
tcuThreadUtil.hpp 182 de::Random& getRandom (void) { return m_random; }
195 de::Random m_random; member in class:tcu::ThreadUtil::Thread
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiMemoryRequirementInvarianceTests.cpp 243 deRandom m_random; member in class:vkt::api::InvarianceInstance
250 deRandom_init(&m_random, seed);
579 if (deRandom_getBool(&m_random))
580 objs[i] = new BufferAllocator(m_random, isDedicatedAllocationSupported, memoryTypes);
582 objs[i] = new ImageAllocator(m_random, isDedicatedAllocationSupported, linearFormats, optimalFormats, memoryTypes);
597 int a = deRandom_getUint32(&m_random) % testCycles;
598 int b = deRandom_getUint32(&m_random) % testCycles;
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 106 de::Random m_random; member in class:deqp::egl::GLES2SharingTest
118 , m_random (deStringHash(name))
322 m_buffer.push_back((GLubyte)m_random.getInt(0, 255));
    [all...]
teglGLES2SharingThreadedTests.cpp 2083 de::Random m_random; member in class:deqp::egl::GLES2SharingRandomTest
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 90 de::Random m_random; member in class:deqp::gles3::Functional::__anon19778::ReadPixelsTest
108 , m_random (deStringHash(spec.name.c_str()))
423 int clearCount = m_random.getInt(minClearCount, maxClearCount);
427 int clearX = m_random.getInt(0, width - minClearSize);
428 int clearY = m_random.getInt(0, height - minClearSize);
430 int clearWidth = m_random.getInt(minClearSize, width - clearX);
431 int clearHeight = m_random.getInt(minClearSize, height - clearY);
433 float clearRed = m_colorScale * m_random.getFloat();
434 float clearGreen = m_colorScale * m_random.getFloat();
435 float clearBlue = m_colorScale * m_random.getFloat()
    [all...]
es3fVertexArrayObjectTests.cpp 161 de::Random m_random; member in class:deqp::gles3::Functional::VertexArrayObjectTest
183 , m_random (deStringHash(name))
289 GLuint v = (GLuint)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax);
296 GLushort v = (GLushort)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax);
303 GLubyte v = (GLubyte)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax);
355 float v = buffer.floatRangeMin + (buffer.floatRangeMax - buffer.floatRangeMin) * m_random.getFloat();
363 GLint v = m_random.getInt(buffer.intRangeMin, buffer.intRangeMax);
371 GLuint v = m_random.getInt(buffer.intRangeMin, buffer.intRangeMax);
379 GLshort v = (GLshort)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax);
387 GLushort v = (GLushort)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax)
680 de::Random m_random; member in class:deqp::gles3::Functional::MultiVertexArrayObjectTest
    [all...]

Completed in 1701 milliseconds