Home
last modified time | relevance | path

Searched refs:ClearColor (Results 1 – 25 of 33) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dclear.c86 if (TEST_EQ_4V(tmp, ctx->Color.ClearColor.f)) in _mesa_ClearColor()
90 COPY_4V(ctx->Color.ClearColor.f, tmp); in _mesa_ClearColor()
109 if (TEST_EQ_4V(tmp, ctx->Color.ClearColor.i)) in _mesa_ClearColorIiEXT()
113 COPY_4V(ctx->Color.ClearColor.i, tmp); in _mesa_ClearColorIiEXT()
132 if (TEST_EQ_4V(tmp, ctx->Color.ClearColor.ui)) in _mesa_ClearColorIuiEXT()
136 COPY_4V(ctx->Color.ClearColor.ui, tmp); in _mesa_ClearColorIuiEXT()
356 clearSave = ctx->Color.ClearColor; in _mesa_ClearBufferiv()
358 COPY_4V(ctx->Color.ClearColor.i, value); in _mesa_ClearBufferiv()
362 ctx->Color.ClearColor = clearSave; in _mesa_ClearBufferiv()
422 clearSave = ctx->Color.ClearColor; in _mesa_ClearBufferuiv()
[all …]
Daccum.c54 if (TEST_EQ_4V(tmp, ctx->Accum.ClearColor)) in _mesa_ClearAccum()
57 COPY_4FV( ctx->Accum.ClearColor, tmp ); in _mesa_ClearAccum()
155 const GLshort clearR = FLOAT_TO_SHORT(ctx->Accum.ClearColor[0]); in _mesa_clear_accum_buffer()
156 const GLshort clearG = FLOAT_TO_SHORT(ctx->Accum.ClearColor[1]); in _mesa_clear_accum_buffer()
157 const GLshort clearB = FLOAT_TO_SHORT(ctx->Accum.ClearColor[2]); in _mesa_clear_accum_buffer()
158 const GLshort clearA = FLOAT_TO_SHORT(ctx->Accum.ClearColor[3]); in _mesa_clear_accum_buffer()
506 ASSIGN_4V( ctx->Accum.ClearColor, 0.0, 0.0, 0.0, 0.0 ); in _mesa_init_accum()
Dattrib.c869 _mesa_ClearAccum(accum->ClearColor[0], in _mesa_PopAttrib()
870 accum->ClearColor[1], in _mesa_PopAttrib()
871 accum->ClearColor[2], in _mesa_PopAttrib()
872 accum->ClearColor[3]); in _mesa_PopAttrib()
881 _mesa_ClearColor(color->ClearColor.f[0], in _mesa_PopAttrib()
882 color->ClearColor.f[1], in _mesa_PopAttrib()
883 color->ClearColor.f[2], in _mesa_PopAttrib()
884 color->ClearColor.f[3]); in _mesa_PopAttrib()
Dget.c822 { GL_ACCUM_CLEAR_VALUE, CONTEXT_FIELD(Accum.ClearColor[0], TYPE_FLOATN_4), NO_EXTRA },
1786 v->value_float_4[0] = CLAMP(ctx->Color.ClearColor.f[0], 0.0F, 1.0F); in find_custom_value()
1787 v->value_float_4[1] = CLAMP(ctx->Color.ClearColor.f[1], 0.0F, 1.0F); in find_custom_value()
1788 v->value_float_4[2] = CLAMP(ctx->Color.ClearColor.f[2], 0.0F, 1.0F); in find_custom_value()
1789 v->value_float_4[3] = CLAMP(ctx->Color.ClearColor.f[3], 0.0F, 1.0F); in find_custom_value()
1791 COPY_4FV(v->value_float_4, ctx->Color.ClearColor.f); in find_custom_value()
Dblend.c830 ASSIGN_4V( ctx->Color.ClearColor.f, 0, 0, 0, 0 ); in _mesa_init_color()
Dmtypes.h710 GLfloat ClearColor[4]; /**< Accumulation buffer clear color */ member
732 union gl_color_union ClearColor; /**< Color for glClear, unclamped */ member
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_driver.c118 value = pack_rgba_clamp_f(s->format, ctx->Color.ClearColor.f); in nouveau_clear()
Dnv20_context.c68 PUSH_DATA (push, pack_rgba_clamp_f(s->format, ctx->Color.ClearColor.f)); in nv20_clear()
/external/mesa3d/src/mesa/swrast/
Ds_clear.c56 (const GLfloat (*)[4]) ctx->Color.ClearColor.f; in clear_rgba_buffer()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c307 st_translate_color(&ctx->Color.ClearColor, in clear_with_quad()
550 st_translate_color(&ctx->Color.ClearColor, in st_Clear()
/external/skia/bench/
DGLVertexAttributesBench.cpp202 GR_GL_CALL(gl, ClearColor(0.03f, 0.03f, 0.03f, 1.0f)); in setup()
DGLInstancedArraysBench.cpp333 GR_GL_CALL(gl, ClearColor(0.03f, 0.03f, 0.03f, 1.0f)); in setup()
/external/mesa3d/docs/
DRELNOTES-4.1283 - Changed ctx->Driver.ClearColor() to take GLfloat[4] instead of GLchan[4].
284 ctx->Color.ClearColor is now GLfloat[4] too.
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dshufflemask-undef.ll9 %struct.ClearColor = type { double, %struct.IColor4, %struct.IColor4, float, i32 }
50 …ct.ActiveTextureTargets, %struct.AlphaTest, %struct.BlendMode, %struct.ClearColor, %struct.ColorBu…
/external/llvm/test/Transforms/InstCombine/
Dshufflemask-undef.ll9 %struct.ClearColor = type { double, %struct.IColor4, %struct.IColor4, float, i32 }
50 …ct.ActiveTextureTargets, %struct.AlphaTest, %struct.BlendMode, %struct.ClearColor, %struct.ColorBu…
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp118 GET_PROC(ClearColor); in GrGLAssembleGLInterface()
602 GET_PROC(ClearColor); in GrGLAssembleGLESInterface()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_blit.c328 GLfloat *color = ctx->Color.ClearColor.f; in intelClearWithBlit()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_blit.c328 GLfloat *color = ctx->Color.ClearColor.f; in intelClearWithBlit()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_blit.c328 GLfloat *color = ctx->Color.ClearColor.f; in intelClearWithBlit()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1857 verts[i].r = ctx->Color.ClearColor.f[0]; in _mesa_meta_Clear()
1858 verts[i].g = ctx->Color.ClearColor.f[1]; in _mesa_meta_Clear()
1859 verts[i].b = ctx->Color.ClearColor.f[2]; in _mesa_meta_Clear()
1860 verts[i].a = ctx->Color.ClearColor.f[3]; in _mesa_meta_Clear()
2027 ctx->Color.ClearColor.i); in _mesa_meta_glsl_Clear()
2031 ctx->Color.ClearColor.f); in _mesa_meta_glsl_Clear()
/external/skia/src/views/win/
DSkOSWindow_win.cpp565 GL_CALL(fANGLEInterface, ClearColor(0, 0, 0, 0)); in attachANGLE()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp169 void ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
623 return es1::ClearColor(red, green, blue, alpha); in glClearColor()
1437 this->glClearColor = es1::ClearColor; in LibGLES_CMexports()
/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.cpp170 void ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
459 return es2::ClearColor(red, green, blue, alpha); in glClearColor()
1355 this->glClearColor = es2::ClearColor; in LibGLESv2exports()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h256 void (GLAPIENTRY * ClearColor)(GLclampf, GLclampf, GLclampf, GLclampf);
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c256 ctx->Color.ClearColor.f); in clear_buffers()

12