Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp438 glw::GLint gl_max_combined_clip_and_cull_distances_value = 0; in iterate() local
455 …getIntegerv(GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES, &gl_max_combined_clip_and_cull_distances_valu… in iterate()
550 gl_max_combined_clip_and_cull_distances_value, 8 /*minimum required */, in iterate()
2623 glw::GLint gl_max_combined_clip_and_cull_distances_value = 0; in iterate() local
2627 …getIntegerv(GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES, &gl_max_combined_clip_and_cull_distances_valu… in iterate()
2808 for (glw::GLint n_iteration = 0; n_iteration <= gl_max_combined_clip_and_cull_distances_value; in iterate()
2819 if ((gl_max_combined_clip_and_cull_distances_value - n_iteration) < gl_max_cull_distances_value) in iterate()
2821 culldistances_array_size = gl_max_combined_clip_and_cull_distances_value - n_iteration; in iterate()
3044 glw::GLint gl_max_combined_clip_and_cull_distances_value = 0; in iterate() local
3053 …getIntegerv(GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES, &gl_max_combined_clip_and_cull_distances_valu… in iterate()
[all …]