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

  /external/mesa3d/src/mesa/main/
points.c 181 if (ctx->Point.SpriteRMode == value)
184 ctx->Point.SpriteRMode = value;
264 ctx->Point.SpriteRMode = GL_ZERO; /* GL_NV_point_sprite (only!) */
attrib.c     [all...]
mtypes.h 1074 GLenum SpriteRMode; /**< GL_NV_point_sprite (only!) */
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_points.c 147 if (ctx->Point.SpriteRMode == GL_ZERO)
149 else if (ctx->Point.SpriteRMode == GL_S)

Completed in 54 milliseconds