HomeSort by relevance Sort by last modified time
    Searched refs:PointSize (Results 1 - 13 of 13) 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/
points.c 60 if (ctx->Driver.PointSize)
61 ctx->Driver.PointSize(ctx, size);
dd.h 499 void (*PointSize)(struct gl_context *ctx, GLfloat size);
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 143 driver->PointSize = NULL;
296 ctx->Driver.PointSize(ctx, ctx->Point.Size);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 538 ctx->Driver.PointSize = nouveau_point_size;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 223 void (GLAPIENTRY * PointSize)(GLfloat);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c     [all...]
i915_state.c     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 739 { "glPointSize", _O(PointSize) },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 262 milliseconds