Home
last modified time | relevance | path

Searched refs:m_layers (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3513 std::vector<LayerInfo> m_layers; member in deqp::gles31::Functional::__anon2babdd300111::DepthDrawCase
3604 m_layers.resize(m_numLayers); in init()
3607 m_layers[layerNdx].zOffset = ((float)layerNdx / m_numLayers) * 2.0f - 1.0f; in init()
3608 m_layers[layerNdx].zScale = (2.0f / m_numLayers); in init()
3609m_layers[layerNdx].color1 = (layerNdx == 0) ? (tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f)) : (tcu::Vec4(0.0… in init()
3610m_layers[layerNdx].color2 = (layerNdx == 0) ? (tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f)) : (tcu::Vec4(1.0… in init()
3612 rnd.shuffle(m_layers.begin(), m_layers.end()); in init()
3664 gl.uniform1f(depthBiasLocation, m_layers[layerNdx].zOffset); in iterate()
3665 gl.uniform1f(depthScaleLocation, m_layers[layerNdx].zScale); in iterate()
3666 gl.uniform4fv(color1Location, 1, m_layers[layerNdx].color1.getPtr()); in iterate()
[all …]