Searched refs:temp_value (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5PreciseQualifier.cpp315 glw::GLfloat temp_value = 0.0f; local
319 temp_value = vertex_data_positions[component_nr];
322 vertex_data_positions[m_n_components - 1 - component_nr] = temp_value;
324 temp_value = vertex_data_weights[component_nr];
327 vertex_data_weights[m_n_components - 1 - component_nr] = temp_value;
/external/libmicrohttpd/src/microspdy/
H A Dstructures.c64 char **temp_value; local
160 if (NULL == (temp_value = malloc((pair->num_values + 1) * sizeof(char *))))
164 memcpy(temp_value, pair->value, pair->num_values * sizeof(char *));
165 if (NULL == (temp_value[pair->num_values] = strdup (value)))
167 free(temp_value);
171 pair->value = temp_value;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp10975 glw::GLuint temp_value = 0; local
10980 gl.getUniformSubroutineuiv(GL_VERTEX_SHADER, m_po_active_subroutine_uniform_locations, &temp_value);
10985 gl.getUniformSubroutineuiv(GL_VERTEX_SHADER, m_po_active_subroutine_uniform_locations + 1, &temp_value);
11013 &temp_value);

Completed in 6876 milliseconds