Home | History | Annotate | Download | only in i915

Lines Matching refs:Ref

66       front_ref = ctx->Stencil.Ref[0];
73 back_ref = ctx->Stencil.Ref[ctx->Stencil._BackFace];
81 front_ref = ctx->Stencil.Ref[ctx->Stencil._BackFace];
88 back_ref = ctx->Stencil.Ref[0];
161 i915StencilFuncSeparate(struct gl_context * ctx, GLenum face, GLenum func, GLint ref,
178 i915AlphaFunc(struct gl_context * ctx, GLenum func, GLfloat ref)
185 UNCLAMPED_FLOAT_TO_UBYTE(refByte, ref);