HomeSort by: relevance | last modified time | path
    Searched defs:PointSize (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vb_points.c 38 GLvector4f PointSize;
61 const GLfloat pointSize = ctx->Point.Size;
62 GLfloat (*size)[4] = store->PointSize.data;
69 size[i][0] = pointSize * atten; /* clamping done in rasterization */
73 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->PointSize;
90 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 );
100 _mesa_vector4f_free( &store->PointSize );
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vb_points.c 38 GLvector4f PointSize;
61 const GLfloat pointSize = ctx->Point.Size;
62 GLfloat (*size)[4] = store->PointSize.data;
69 size[i][0] = pointSize * atten; /* clamping done in rasterization */
73 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->PointSize;
90 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 );
100 _mesa_vector4f_free( &store->PointSize );
  /xsrc/external/mit/xditview/dist/
XFontName.h 13 unsigned int PointSize;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
dd.h 729 void (*PointSize)(struct gl_context *ctx, GLfloat size);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
dd.h 640 void (*PointSize)(struct gl_context *ctx, GLfloat size);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
stw_icd.h 223 void (GLAPIENTRY * PointSize)(GLfloat);
  /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
glapi_mapi_tmp.h 193 GLAPI void APIENTRY GLAPI_PREFIX(PointSize)(GLfloat size);
2529 GLAPI void APIENTRY GLAPI_PREFIX(PointSize)(GLfloat size)
10909 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointSize))"\n"
  /xsrc/external/mit/MesaLib.old/src/mapi/glapi/
glapi_mapi_tmp.h 194 GLAPI void APIENTRY GLAPI_PREFIX(PointSize)(GLfloat size);
2530 GLAPI void APIENTRY GLAPI_PREFIX(PointSize)(GLfloat size)
10910 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointSize))"\n"

Completed in 33 milliseconds