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 171 if (ctx->Point.SpriteRMode == value)
174 ctx->Point.SpriteRMode = value;
252 ctx->Point.SpriteRMode = GL_ZERO; /* GL_NV_point_sprite (only!) */
attrib.c     [all...]
mtypes.h 774 GLenum SpriteRMode; /**< GL_NV_point_sprite (only!) */
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_points.c 146 if (ctx->Point.SpriteRMode == GL_ZERO)
148 else if (ctx->Point.SpriteRMode == GL_S)
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]

Completed in 66 milliseconds