HomeSort by relevance Sort by last modified time
    Searched defs:PointSize (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vb_points.c 37 GLvector4f PointSize;
60 const GLfloat pointSize = ctx->Point.Size;
61 GLfloat (*size)[4] = store->PointSize.data;
68 size[i][0] = pointSize * atten; /* clamping done in rasterization */
72 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->PointSize;
89 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 );
99 _mesa_vector4f_free( &store->PointSize );
  /external/mesa3d/src/mesa/main/
dd.h 499 void (*PointSize)(struct gl_context *ctx, GLfloat size);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 223 void (GLAPIENTRY * PointSize)(GLfloat);
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp 470 PFNPOINTSIZEPROC PointSize;
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 549 milliseconds