Lines Matching defs:lengths
1496 * @param out_use_lengths If source lengths shall be provided to compiler
1628 /* Prepare source lengths */
2487 * @param out_use_lengths If source lengths shall be provided to compiler
3296 /** Decides if the current test case requires source lengths
3298 * @return true if test requires lengths, false otherwise
3591 * @param out_use_lengths If source lengths shall be provided to compiler
16236 " uint lengths[4];\n"
16240 " lengths[indices.x] = gohan[variable].length();\n"
16241 " lengths[indices.y] = (gohan * goten).length();\n"
16242 " lengths[indices.z] = (gohan * goten)[variable].length();\n"
16243 " lengths[indices.w] = (vegeta * trunks).length();\n"
16274 " if ( (expected_lengths.x != lengths[0]) ||\n"
16275 " (expected_lengths.y != lengths[1]) ||\n"
16276 " (expected_lengths.z != lengths[2]) ||\n"
16277 " (expected_lengths.w != lengths[3]) ||\n"
18056 /* Source parts and lengths vectors */
18059 GLint* lengths = 0;
18079 lengths = &lengths_vector[0];
18083 gl.shaderSource(shader_id, static_cast<GLsizei>(source.m_parts.size()), &parts[0], lengths);