/external/deqp/framework/randomshaders/ |
rsgGeneratorState.cpp | 33 , m_random (random)
|
rsgGeneratorState.hpp | 59 de::Random& getRandom (void) { return m_random; } 90 de::Random& m_random; member in class:rsg::GeneratorState
|
/external/deqp/modules/gles3/functional/ |
es3fPixelBufferObjectTests.cpp | 90 de::Random m_random; member in class:deqp::gles3::Functional::__anon10890::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...] |
/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
|
tcuThreadUtil.cpp | 167 : m_random (seed)
|
/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
|
glsSamplerObjectTest.cpp | 79 , m_random (deStringHash(spec.name)) 562 int x = m_random.getInt(0, m_renderCtx.getRenderTarget().getWidth() - VIEWPORT_WIDTH); 563 int y = m_random.getInt(0, m_renderCtx.getRenderTarget().getHeight() - VIEWPORT_HEIGHT); 591 , m_random (deStringHash(spec.name)) [all...] |
/external/deqp/modules/egl/ |
teglGLES2SharingThreadedTests.cpp | 2083 de::Random m_random; member in class:deqp::egl::GLES2SharingRandomTest [all...] |
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...] |