Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1049 GLint sampleCountLimit = std::numeric_limits<GLint>::max(); in GenerateCaps() local
1052 sampleCountLimit = 4; in GenerateCaps()
1061 caps->maxSamples = std::min(QuerySingleGLInt(functions, GL_MAX_SAMPLES), sampleCountLimit); in GenerateCaps()
1125 std::min(QuerySingleGLInt(functions, GL_MAX_FRAMEBUFFER_SAMPLES), sampleCountLimit); in GenerateCaps()
1137 std::min(QuerySingleGLInt(functions, GL_MAX_COLOR_TEXTURE_SAMPLES), sampleCountLimit); in GenerateCaps()
1139 std::min(QuerySingleGLInt(functions, GL_MAX_DEPTH_TEXTURE_SAMPLES), sampleCountLimit); in GenerateCaps()
1141 std::min(QuerySingleGLInt(functions, GL_MAX_INTEGER_SAMPLES), sampleCountLimit); in GenerateCaps()