Searched refs:GL_POINT_SIZE_RANGE (Results 1 - 11 of 11) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderInput.cpp | 913 gl.getFloatv(GL_POINT_SIZE_RANGE, point_size_range); in init() 1184 gl.getFloatv(GL_POINT_SIZE_RANGE, point_size_range); in init()
|
H A D | esextcGeometryShaderLimits.cpp | 1051 gl.getFloatv(GL_POINT_SIZE_RANGE, point_size_range); in initTest()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderPoints.cpp | 172 gl.getIntegerv(GL_POINT_SIZE_RANGE, gl_max_point_size_value); in initTest() 173 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv() for GL_POINT_SIZE_RANGE failed."); in initTest()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 780 // GL_POINT_SIZE_RANGE instead. in GenerateCaps() 782 std::max(1.0f, QueryGLFloatRange(functions, GL_POINT_SIZE_RANGE, 0)); in GenerateCaps() 783 caps->maxAliasedPointSize = QueryGLFloatRange(functions, GL_POINT_SIZE_RANGE, 1); in GenerateCaps()
|
H A D | functionsgl_enums.h | 124 #define GL_POINT_SIZE_RANGE 0x0B12 macro
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 217 #define GL_POINT_SIZE_RANGE 0x0B12 macro
|
H A D | glcorearb.h | 141 #define GL_POINT_SIZE_RANGE 0x0B12 macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 931 #define GL_POINT_SIZE_RANGE 0x0B12 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 122 #define GL_POINT_SIZE_RANGE 0x0B12 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 140 #define GL_POINT_SIZE_RANGE 0x0B12 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 140 #define GL_POINT_SIZE_RANGE 0x0B12 macro
|
Completed in 135 milliseconds