Searched refs:double_values (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 2454 const glw::GLdouble double_values[16] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() local 2504 gl.uniform1dv(uniform_location, 2, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2507 gl.uniform2dv(uniform_location, 2, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2510 gl.uniform3dv(uniform_location, 2, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2513 gl.uniform4dv(uniform_location, 2, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2516 gl.uniformMatrix2dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2519 gl.uniformMatrix2x3dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2522 gl.uniformMatrix2x4dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2525 gl.uniformMatrix3dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2528 gl.uniformMatrix3x2dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() [all …]
|
/third_party/glib/glib/ |
D | gkeyfile.c | 3188 gdouble *double_values; in g_key_file_get_double_list() local 3207 double_values = g_new (gdouble, num_doubles); in g_key_file_get_double_list() 3211 double_values[i] = g_key_file_parse_value_as_double (key_file, in g_key_file_get_double_list() 3219 g_free (double_values); in g_key_file_get_double_list() 3229 return double_values; in g_key_file_get_double_list()
|