HomeSort by: relevance | last modified time | path
    Searched defs:Blend (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
blend.h 23 * @file blend.cpp
172 SWR_INVALID("Unimplemented blend factor: %d", func);
235 SWR_INVALID("Unimplemented blend function: %d", blendOp);
293 void Blend(const SWR_BLEND_STATE* pBlendState,
  /xsrc/external/mit/mesa-demos/dist/src/tests/
front-back-modes.c 35 static GLboolean Blend = GL_TRUE;
55 if (Blend) {
127 Blend = !Blend;
line-sample.c 21 static GLboolean Blend = GL_TRUE;
45 if (Blend)
172 Blend = !Blend;
177 printf("line width %.5f FlatShade = %d Blend = %d\n", lw, FlatShade, Blend);
packedpixels.c 111 static GLboolean Blend = GL_FALSE;
238 if (Blend)
292 if (Blend)
293 PrintString("Blend: Yes");
295 PrintString("Blend: No");
321 Blend = !Blend;
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
points.c 26 static GLboolean Smooth = GL_TRUE, Blend = GL_TRUE;
87 if (Blend)
145 Blend = !Blend;
  /xsrc/external/mit/mesa-demos/dist/src/demos/
textures.c 23 static GLboolean Blend = GL_FALSE;
107 if (Blend) {
197 printf("Blend=%s Filter=%s\n",
198 Blend ? "Y" : "n",
219 Blend = !Blend;
engine.c 83 GLboolean Blend;
198 render->Blend = GL_FALSE;
795 const GLboolean blend = glIsEnabled(GL_BLEND); local
798 if (!blend) {
812 if (!blend) {
  /xsrc/external/mit/xf86-video-mach64/dist/src/
aticonfig.c 289 { /* ON: Horizontally blend most modes */
321 # define Blend PrivateOption[ATI_OPTION_BLEND].value.boolean
368 Blend = PanelDisplay = TRUE;
391 pATI->OptionBlend = Blend;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
i915_context.h 216 GLuint Blend[I915_BLEND_SETUP_SIZE];
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
i915_context.h 216 GLuint Blend[I915_BLEND_SETUP_SIZE];
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
attrib.c 31 #include "blend.h"
71 GLboolean Blend;
336 attr->Blend = ctx->Color.BlendEnabled;
610 if (ctx->Color.BlendEnabled != enable->Blend) {
614 _mesa_set_enablei(ctx, GL_BLEND, i, (enable->Blend >> i) & 1);
618 _mesa_set_enable(ctx, GL_BLEND, (enable->Blend & 1));
1082 /* set blend per buffer */
1085 _mesa_BlendFuncSeparateiARB(buf, color->Blend[buf].SrcRGB,
1086 color->Blend[buf].DstRGB,
1087 color->Blend[buf].SrcA
    [all...]
mtypes.h 398 GLbitfield BlendEnabled; /**< Per-buffer blend enable flags */
409 GLenum16 SrcRGB; /**< RGB blend source term */
410 GLenum16 DstRGB; /**< RGB blend dest term */
411 GLenum16 SrcA; /**< Alpha blend source term */
412 GLenum16 DstA; /**< Alpha blend dest term */
416 * Set if any blend factor uses SRC1. Computed at the time blend factors
420 } Blend[MAX_DRAW_BUFFERS];
421 /** Are the blend func terms currently different for each buffer/target? */
423 /** Are the blend equations currently different for each buffer/target? *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 350 GLbitfield BlendEnabled; /**< Per-buffer blend enable flags */
361 GLenum16 SrcRGB; /**< RGB blend source term */
362 GLenum16 DstRGB; /**< RGB blend dest term */
363 GLenum16 SrcA; /**< Alpha blend source term */
364 GLenum16 DstA; /**< Alpha blend dest term */
367 } Blend[MAX_DRAW_BUFFERS];
370 /** Are the blend func terms currently different for each buffer/target? */
372 /** Are the blend equations currently different for each buffer/target? */
4834 /** gl_context::Color::Blend/Dither */
5034 GLboolean Blend;
    [all...]

Completed in 46 milliseconds