Searched refs:glLineWidth (Results 1 – 15 of 15) sorted by relevance
126 LOAD_GL_FUNC(glLineWidth); in dispatchFuncs()
103 void (GLAPIENTRY *glLineWidth) (GLfloat width);
1147 GL_API void GL_APIENTRY glLineWidth( GLfloat width) { in glLineWidth() function1149 ctx->dispatcher().glLineWidth(width); in glLineWidth()1154 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()
117 void (GLAPIENTRY *GLDispatch::glLineWidth)(GLfloat) = NULL;355 LOAD_GL_FUNC(glLineWidth); in dispatchFuncs()
81 static void (GLAPIENTRY *glLineWidth) (GLfloat width);
562 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
89 GL_ENTRY(void, glLineWidth, GLfloat width)
20 GL_ENTRY(void, glLineWidth, GLfloat width)
1561 GL_APICALL void GL_APIENTRY glLineWidth(GLfloat width){ in glLineWidth() function1563 ctx->dispatcher().glLineWidth(width); in glLineWidth()
262 glLineWidth(231, 231), enumConstant859 case 231: return glLineWidth; in valueOf()
86 case glLineWidth: in getTransformsFor()
329 void, glLineWidth, GLfloat width