• Home
  • Raw
  • Download

Lines Matching refs:m_random

161 	de::Random				m_random;  member in deqp::gles3::Functional::VertexArrayObjectTest
183 , m_random (deStringHash(name)) in VertexArrayObjectTest()
289 GLuint v = (GLuint)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax); in generateIndices()
296 GLushort v = (GLushort)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax); in generateIndices()
303 GLubyte v = (GLubyte)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax); in generateIndices()
355 …float v = buffer.floatRangeMin + (buffer.floatRangeMax - buffer.floatRangeMin) * m_random.getFloat… in createRandomBufferData()
363 GLint v = m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData()
371 GLuint v = m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData()
379 GLshort v = (GLshort)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData()
387 GLushort v = (GLushort)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData()
395 GLbyte v = (GLbyte)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData()
403 GLubyte v = (GLubyte)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData()
680 de::Random m_random; member in deqp::gles3::Functional::MultiVertexArrayObjectTest
701 , m_random (deStringHash(name)) in MultiVertexArrayObjectTest()
760 m_spec.state.attributes[attribNdx].enabled = (m_random.getInt(0, 4) == 0) ? GL_FALSE : GL_TRUE; in init()
761 m_spec.state.attributes[attribNdx].size = m_random.getInt(2,4); in init()
762 m_spec.state.attributes[attribNdx].stride = 2*m_random.getInt(1, 3); in init()
764 m_spec.state.attributes[attribNdx].integer = m_random.getBool(); in init()
765 m_spec.state.attributes[attribNdx].divisor = m_random.getInt(0, 1); in init()
766 m_spec.state.attributes[attribNdx].offset = 2*m_random.getInt(0, 2); in init()
767 m_spec.state.attributes[attribNdx].normalized = m_random.getBool(); in init()
778 m_spec.vao.attributes[attribNdx].enabled = (m_random.getInt(0, 4) == 0) ? GL_FALSE : GL_TRUE; in init()
779 m_spec.vao.attributes[attribNdx].size = m_random.getInt(2,4); in init()
780 m_spec.vao.attributes[attribNdx].stride = 2*m_random.getInt(1, 3); in init()
782 m_spec.vao.attributes[attribNdx].integer = m_random.getBool(); in init()
783 m_spec.vao.attributes[attribNdx].divisor = m_random.getInt(0, 1); in init()
784 m_spec.vao.attributes[attribNdx].offset = 2*m_random.getInt(0, 2); in init()
785 m_spec.vao.attributes[attribNdx].normalized = m_random.getBool(); in init()
865 GLuint v = (GLuint)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax); in generateIndices()
872 GLushort v = (GLushort)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax); in generateIndices()
879 GLubyte v = (GLubyte)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax); in generateIndices()
931 …float v = buffer.floatRangeMin + (buffer.floatRangeMax - buffer.floatRangeMin) * m_random.getFloat… in createRandomBufferData()
939 GLint v = m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData()
947 GLuint v = (GLuint)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData()
955 GLshort v = (GLshort)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData()
963 GLushort v = (GLushort)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData()
971 GLbyte v = (GLbyte)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData()
979 GLubyte v = (GLubyte)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData()