Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcCullDistance.cpp96 … for (glw::GLuint n_shader_index = 0; n_shader_index < n_shaders_configuration; n_shader_index++) in buildProgram() local
98 if (shaders_configuration[n_shader_index].body != nullptr) in buildProgram()
101 …shaders_configuration[n_shader_index].id = gl.createShader(shaders_configuration[n_shader_index].t… in buildProgram()
105 const glw::GLuint so_id = shaders_configuration[n_shader_index].id; in buildProgram()
108 gl.shaderSource(shaders_configuration[n_shader_index].id, 1, /* count */ in buildProgram()
109 &shaders_configuration[n_shader_index].body, nullptr); /* length */ in buildProgram()
136 … << "Shader type: " << shaders_configuration[n_shader_index].type << "\n" in buildProgram()
140 << shaders_configuration[n_shader_index].body << "\n" in buildProgram()
196 … for (glw::GLuint n_shader_index = 0; n_shader_index < n_shaders_configuration; n_shader_index++) in buildProgram() local
198 if (shaders_configuration[n_shader_index].body != nullptr) in buildProgram()
[all …]