Searched refs:glLineWidth (Results 1 – 15 of 15) sorted by relevance
126 LOAD_GL_FUNC(glLineWidth); in dispatchFuncs()
103 void (GLAPIENTRY *glLineWidth) (GLfloat width);
1151 GL_API void GL_APIENTRY glLineWidth( GLfloat width) { in glLineWidth() function1153 ctx->dispatcher().glLineWidth(width); in glLineWidth()1158 ctx->dispatcher().glLineWidth(X2F(width)); in glLineWidthx()
42 glLineWidth_t glLineWidth; member
59 s_gl.glLineWidth = (glLineWidth_t) s_gles_lib->findSymbol("glLineWidth"); in init_gl_dispatch()
116 void (GLAPIENTRY *GLDispatch::glLineWidth)(GLfloat) = NULL;354 LOAD_GL_FUNC(glLineWidth); in dispatchFuncs()
612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
81 static void (GLAPIENTRY *glLineWidth) (GLfloat width);
562 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
89 GL_ENTRY(void, glLineWidth, GLfloat width)
262 glLineWidth(231, 231), enumConstant755 case 231: return glLineWidth; in valueOf()
20 GL_ENTRY(void, glLineWidth, GLfloat width)
1552 GL_APICALL void GL_APIENTRY glLineWidth(GLfloat width){ in glLineWidth() function1554 ctx->dispatcher().glLineWidth(width); in glLineWidth()
84 case glLineWidth: in getTransformsFor()
264 void, glLineWidth, GLfloat width