Home
last modified time | relevance | path

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

1234

/external/chromium_org/third_party/mesa/src/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()
/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()
/external/chromium_org/ppapi/examples/gles2/
Dgles2.cc148 gles2_if_->ClearColor(context_->pp_resource(), 0, 1, 0, 1); in InitGL()
163 gles2_if_->ClearColor(context_->pp_resource(), r, g, b, a); in FlickerAndPaint()
/external/chromium_org/ppapi/tests/
Dtest_graphics_3d.cc54 opengl_es2_->ClearColor(context.pp_resource(), 1.0f, 0.0f, 0.0f, 1.0f); in TestFramePPAPI()
185 opengl_es2_->ClearColor(kBadResource, 0.0f, 0.0f, 0.0f, 0.0f); in TestBadResource()
/external/chromium_org/ui/aura/bench/
Dbench_main.cc212 gl->ClearColor(0.f, 1.f, 0.f, 1.f); in WebGLBench()
235 gl->ClearColor((frames() % kFrames)*1.0/kFrames, 1.f, 0.f, 1.f); in Draw()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_0_autogen.h37 EXPECT_CALL(*gl_, ClearColor(0.0f, 0.0f, 0.0f, 0.0f)) in SetupInitStateExpectations()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnouveau_driver.c118 value = pack_rgba_clamp_f(s->format, ctx->Color.ClearColor.f); in nouveau_clear()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_driver.c118 value = pack_rgba_clamp_f(s->format, ctx->Color.ClearColor.f); in nouveau_clear()
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_clear.c56 (const GLfloat (*)[4]) ctx->Color.ClearColor.f; in clear_rgba_buffer()
/external/mesa3d/src/mesa/swrast/
Ds_clear.c56 (const GLfloat (*)[4]) ctx->Color.ClearColor.f; in clear_rgba_buffer()
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp53 GET_PROC(ClearColor); in GrGLCreateANGLEInterface()
/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp84 GET_PROC(ClearColor); in GrGLAssembleGLInterface()
332 GET_PROC(ClearColor); in GrGLAssembleGLESInterface()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h31 OP(ClearColor) /* 272 */ \
/external/chromium_org/cc/test/
Dtest_gles2_interface.h56 virtual void ClearColor(GLclampf red,
/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/chromium_org/third_party/mesa/src/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/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp63 GET_PROC(ClearColor); in GrGLAssembleGLInterface()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h32 #define glClearColor GLES2_GET_FUN(ClearColor)
/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…

1234