Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp603 static GLfloat QueryGLFloatRange(const FunctionsGL *functions, GLenum name, size_t index) in QueryGLFloatRange() function
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()
788 std::max(1.0f, QueryGLFloatRange(functions, GL_ALIASED_POINT_SIZE_RANGE, 0)); in GenerateCaps()
789 caps->maxAliasedPointSize = QueryGLFloatRange(functions, GL_ALIASED_POINT_SIZE_RANGE, 1); in GenerateCaps()
793 QueryGLFloatRange(functions, GL_ALIASED_LINE_WIDTH_RANGE, 0); // GL 1.2 / ES 2.0 in GenerateCaps()
795 QueryGLFloatRange(functions, GL_ALIASED_LINE_WIDTH_RANGE, 1); // GL 1.2 / ES 2.0 in GenerateCaps()