Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp123 #define glLineWidth(...) QOpenGLContext::currentContext()->functions()->glLineWidth(__VA_ARGS__) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.cpp236 MBGL_CHECK_ERROR(glLineWidth(value)); in Set()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h426 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h614 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h614 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
H A Dgl31.h616 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
H A Dgl32.h616 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_dispatch.c843 glLineWidth(*(GLfloat *) (pc + 0)); in __glXDisp_LineWidth()
H A Dindirect_dispatch_swap.c1003 glLineWidth((GLfloat) bswap_FLOAT32(pc + 0)); in __glXDispSwap_LineWidth()