Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_autogen.h110 void lineStipple(GLint factor, GLushort pattern); \
DContext_gl.cpp1163 void Context::lineStipple(GLint factor, GLushort pattern) in lineStipple() function in gl::Context
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst1897 - anv: Don't copy the lineStipple values if lineStipple is not enabled
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp3244 context->lineStipple(factor, pattern); in GL_LineStipple()