Searched refs:PointSize (Results 1 – 15 of 15) sorted by relevance
37 GLvector4f PointSize; member61 GLfloat (*size)[4] = store->PointSize.data; in run_point_stage()72 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->PointSize; in run_point_stage()89 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 ); in alloc_point_data()99 _mesa_vector4f_free( &store->PointSize ); in free_point_data()
60 if (ctx->Driver.PointSize) in _mesa_PointSize()61 ctx->Driver.PointSize(ctx, size); in _mesa_PointSize()
499 void (*PointSize)(struct gl_context *ctx, GLfloat size); member
143 driver->PointSize = NULL; in _mesa_init_driver_functions()296 ctx->Driver.PointSize(ctx, ctx->Point.Size); in _mesa_init_driver_state()
52 MemberDecorate 87(gl_PerVertex) 1 BuiltIn PointSize
53 MemberDecorate 87(gl_PerVertex) 1 BuiltIn PointSize
538 ctx->Driver.PointSize = nouveau_point_size; in nouveau_state_init()
470 PFNPOINTSIZEPROC PointSize; variable803 PointSize = (PFNPOINTSIZEPROC)IntGetProcAddress("glPointSize"); in Switch_PointSize()804 PointSize(size); in Switch_PointSize()2458 PointSize = Switch_PointSize; in InitializeVariables()
1073 extern void (CODEGEN_FUNCPTR *PointSize)(GLfloat size);
223 void (GLAPIENTRY * PointSize)(GLfloat);
1130 functions->PointSize = i830PointSize; in i830InitStateFuncs()
1083 functions->PointSize = i915PointSize; in i915InitStateFunctions()
739 { "glPointSize", _O(PointSize) },
2453 functions->PointSize = r200PointSize; in r200InitStateFuncs()
1292 #define glPointSize MANGLE(PointSize)