| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | clearspd.c | 20 static float ClearColor = 0.0; variable in typeref:typename:float 39 glClearColor( ClearColor, ClearColor, ClearColor, 0.0 ); 40 ClearColor += 0.1; 41 if (ClearColor>1.0) 42 ClearColor = 0.0;
|
| H A D | singlebuffer.c | 31 static GLfloat ClearColor[4] = {0.2, 0.2, 0.9, 0.0}; variable in typeref:typename:GLfloat[4] 147 glColor4fv(ClearColor); 230 glClearColor(ClearColor[0], ClearColor[1], ClearColor[2], ClearColor[3]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | clear.c | 69 ctx->Color.ClearColor.f[0] = red; 70 ctx->Color.ClearColor.f[1] = green; 71 ctx->Color.ClearColor.f[2] = blue; 72 ctx->Color.ClearColor.f[3] = alpha; 84 ctx->Color.ClearColor.i[0] = r; 85 ctx->Color.ClearColor.i[1] = g; 86 ctx->Color.ClearColor.i[2] = b; 87 ctx->Color.ClearColor.i[3] = a; 99 ctx->Color.ClearColor.ui[0] = r; 100 ctx->Color.ClearColor [all...] |
| H A D | accum.c | 49 if (TEST_EQ_4V(tmp, ctx->Accum.ClearColor)) 52 COPY_4FV( ctx->Accum.ClearColor, tmp ); 94 const GLshort clearR = FLOAT_TO_SHORT(ctx->Accum.ClearColor[0]); 95 const GLshort clearG = FLOAT_TO_SHORT(ctx->Accum.ClearColor[1]); 96 const GLshort clearB = FLOAT_TO_SHORT(ctx->Accum.ClearColor[2]); 97 const GLshort clearA = FLOAT_TO_SHORT(ctx->Accum.ClearColor[3]); 448 ASSIGN_4V( ctx->Accum.ClearColor, 0.0, 0.0, 0.0, 0.0 );
|
| H A D | attrib.c | 999 _mesa_ClearAccum(accum->ClearColor[0], 1000 accum->ClearColor[1], 1001 accum->ClearColor[2], 1002 accum->ClearColor[3]); 1011 _mesa_ClearColor(color->ClearColor.f[0], 1012 color->ClearColor.f[1], 1013 color->ClearColor.f[2], 1014 color->ClearColor.f[3]);
|
| H A D | get.c | 1053 v->value_float_4[0] = CLAMP(ctx->Color.ClearColor.f[0], 0.0F, 1.0F); 1054 v->value_float_4[1] = CLAMP(ctx->Color.ClearColor.f[1], 0.0F, 1.0F); 1055 v->value_float_4[2] = CLAMP(ctx->Color.ClearColor.f[2], 0.0F, 1.0F); 1056 v->value_float_4[3] = CLAMP(ctx->Color.ClearColor.f[3], 0.0F, 1.0F); 1058 COPY_4FV(v->value_float_4, ctx->Color.ClearColor.f);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | clear.c | 72 ctx->Color.ClearColor.f[0] = red; 73 ctx->Color.ClearColor.f[1] = green; 74 ctx->Color.ClearColor.f[2] = blue; 75 ctx->Color.ClearColor.f[3] = alpha; 88 ctx->Color.ClearColor.i[0] = r; 89 ctx->Color.ClearColor.i[1] = g; 90 ctx->Color.ClearColor.i[2] = b; 91 ctx->Color.ClearColor.i[3] = a; 104 ctx->Color.ClearColor.ui[0] = r; 105 ctx->Color.ClearColor [all...] |
| H A D | accum.c | 49 if (TEST_EQ_4V(tmp, ctx->Accum.ClearColor)) 53 COPY_4FV( ctx->Accum.ClearColor, tmp ); 95 const GLshort clearR = FLOAT_TO_SHORT(ctx->Accum.ClearColor[0]); 96 const GLshort clearG = FLOAT_TO_SHORT(ctx->Accum.ClearColor[1]); 97 const GLshort clearB = FLOAT_TO_SHORT(ctx->Accum.ClearColor[2]); 98 const GLshort clearA = FLOAT_TO_SHORT(ctx->Accum.ClearColor[3]); 449 ASSIGN_4V( ctx->Accum.ClearColor, 0.0, 0.0, 0.0, 0.0 );
|
| H A D | attrib.c | 768 _mesa_ClearAccum(attr->Accum.ClearColor[0], 769 attr->Accum.ClearColor[1], 770 attr->Accum.ClearColor[2], 771 attr->Accum.ClearColor[3]); 776 _mesa_ClearColor(attr->Color.ClearColor.f[0], 777 attr->Color.ClearColor.f[1], 778 attr->Color.ClearColor.f[2], 779 attr->Color.ClearColor.f[3]);
|
| H A D | get.c | 1108 v->value_float_4[0] = CLAMP(ctx->Color.ClearColor.f[0], 0.0F, 1.0F); 1109 v->value_float_4[1] = CLAMP(ctx->Color.ClearColor.f[1], 0.0F, 1.0F); 1110 v->value_float_4[2] = CLAMP(ctx->Color.ClearColor.f[2], 0.0F, 1.0F); 1111 v->value_float_4[3] = CLAMP(ctx->Color.ClearColor.f[3], 0.0F, 1.0F); 1113 COPY_4FV(v->value_float_4, ctx->Color.ClearColor.f);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_driver.c | 126 const float *color = ctx->Color.ClearColor.f;
|
| H A D | nv20_context.c | 68 PUSH_DATA (push, pack_rgba_clamp_f(s->format, ctx->Color.ClearColor.f));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_driver.c | 126 const float *color = ctx->Color.ClearColor.f;
|
| H A D | nv20_context.c | 69 PUSH_DATA (push, pack_rgba_clamp_f(s->format, ctx->Color.ClearColor.f));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_clear.c | 354 (const float *) &ctx->Color.ClearColor.f, 513 (union pipe_color_union*)&ctx->Color.ClearColor,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_clear.c | 56 (const GLfloat (*)[4]) ctx->Color.ClearColor.f;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_clear.c | 126 (const GLfloat (*)[4]) ctx->Color.ClearColor.f;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_clear.c | 357 (const float *) &ctx->Color.ClearColor.f, 553 (union pipe_color_union*)&ctx->Color.ClearColor,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_blit.c | 430 GLfloat *color = ctx->Color.ClearColor.f;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_blit.c | 430 GLfloat *color = ctx->Color.ClearColor.f;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_blorp.c | 1252 !brw_is_color_fast_clear_compatible(brw, irb->mt, &ctx->Color.ClearColor)) 1281 &ctx->Color.ClearColor); 1343 memcpy(clear_color.f32, ctx->Color.ClearColor.f, sizeof(float) * 4);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_blorp.c | 1229 !brw_is_color_fast_clear_compatible(brw, irb->mt, &ctx->Color.ClearColor)) 1258 &ctx->Color.ClearColor); 1320 memcpy(clear_color.f32, ctx->Color.ClearColor.f, sizeof(float) * 4);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | meta.c | 1784 _mesa_Uniform4iv(0, 1, ctx->Color.ClearColor.i); 1787 _mesa_Uniform4fv(0, 1, ctx->Color.ClearColor.f); 1844 verts[i].r = ctx->Color.ClearColor.f[0]; 1845 verts[i].g = ctx->Color.ClearColor.f[1]; 1846 verts[i].b = ctx->Color.ClearColor.f[2]; 1847 verts[i].a = ctx->Color.ClearColor.f[3];
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | meta.c | 1720 _mesa_Uniform4fv(0, 1, ctx->Color.ClearColor.f); 1729 verts[i].r = ctx->Color.ClearColor.f[0]; 1730 verts[i].g = ctx->Color.ClearColor.f[1]; 1731 verts[i].b = ctx->Color.ClearColor.f[2]; 1732 verts[i].a = ctx->Color.ClearColor.f[3];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_icd.h | 256 void (GLAPIENTRY * ClearColor)(GLclampf, GLclampf, GLclampf, GLclampf);
|