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

  /external/mesa3d/src/mesa/main/
points.c 266 for (i = 0; i < Elements(ctx->Point.CoordReplace); i++) {
267 ctx->Point.CoordReplace[i] = GL_FALSE; /* GL_ARB/NV_point_sprite */
texenv.c 494 if (ctx->Point.CoordReplace[ctx->Texture.CurrentUnit] == state)
497 ctx->Point.CoordReplace[ctx->Texture.CurrentUnit] = state;
714 *params = (GLfloat) ctx->Point.CoordReplace[ctx->Texture.CurrentUnit];
776 *params = (GLint) ctx->Point.CoordReplace[ctx->Texture.CurrentUnit];
attrib.c     [all...]
ffvertex_prog.c 249 if (ctx->Point.CoordReplace[i])
    [all...]
mtypes.h 1073 GLboolean CoordReplace[MAX_TEXTURE_COORD_UNITS]; /**< GL_ARB_point_sprite*/
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.c 180 if (ctx->Point.CoordReplace[i])
gen6_sf_state.c 285 ctx->Point.CoordReplace[attr - FRAG_ATTRIB_TEX0]) {
gen7_sf_state.c 83 ctx->Point.CoordReplace[attr - FRAG_ATTRIB_TEX0]) {
brw_vs.c 415 if (ctx->Point.CoordReplace[i])
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 180 if (ctx->Point.CoordReplace[i]) {
  /external/mesa3d/src/mesa/swrast/
s_points.c 143 ASSERT(u < Elements(ctx->Point.CoordReplace));
144 if (ctx->Point.CoordReplace[u]) {
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 672 if (ctx->Point.CoordReplace[i] && ctx->Point.PointSprite)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]

Completed in 100 milliseconds