Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPoints.cpp167 glw::GLint gl_max_point_size_value[2] = { 0 }; in initTest() local
172 gl.getIntegerv(GL_POINT_SIZE_RANGE, gl_max_point_size_value); in initTest()
177 gl.getIntegerv(GL_ALIASED_POINT_SIZE_RANGE, gl_max_point_size_value); in initTest()
181 if (gl_max_point_size_value[1] < min_max_point_size) in initTest()

Completed in 2 milliseconds