Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.hpp711 void init(deqp::Context& context, const std::vector<uniformDetails> m_uniform_details,
796 std::vector<uniformDetails> m_uniform_details; member in gl4cts::GPUShaderFP64Test3
Dgl4cGPUShaderFP64Tests.cpp5160 program_info.init(m_context, m_uniform_details, fragment_shader_code.str().c_str(), in prepareProgram()
5178 std::vector<uniformDetails>::const_iterator it_uniform_details = m_uniform_details.begin(); in prepareUniformBuffer()
5187 for (/* start conditions already set up */; m_uniform_details.end() != it_uniform_details; in prepareUniformBuffer()
5345m_uniform_details.push_back(uniformDetails(48 /* off */, "double_value" /* name */, 1 /* n_columns… in testInit()
5347m_uniform_details.push_back(uniformDetails(64 /* off */, "dvec2_value" /* name */, 1 /* n_columns … in testInit()
5349m_uniform_details.push_back(uniformDetails(96 /* off */, "dvec3_value" /* name */, 1 /* n_columns … in testInit()
5351m_uniform_details.push_back(uniformDetails(192 /* off */, "dvec4_value" /* name */, 1 /* n_columns… in testInit()
5353m_uniform_details.push_back(uniformDetails(272 /* off */, "dmat2_value" /* name */, 2 /* n_columns… in testInit()
5355m_uniform_details.push_back(uniformDetails(320 /* off */, "dmat3_value" /* name */, 3 /* n_columns… in testInit()
5357m_uniform_details.push_back(uniformDetails(448 /* off */, "dmat4_value" /* name */, 4 /* n_columns… in testInit()
[all …]