/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | clear.c | 86 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 …]
|
D | accum.c | 54 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()
|
D | attrib.c | 869 _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/ |
D | clear.c | 86 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 …]
|
D | accum.c | 54 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()
|
D | attrib.c | 869 _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/ |
D | gles2.cc | 147 gles2_if_->ClearColor(context_->pp_resource(), 0, 1, 0, 1); in InitGL() 162 gles2_if_->ClearColor(context_->pp_resource(), r, g, b, a); in FlickerAndPaint()
|
/external/chromium_org/ppapi/tests/ |
D | test_graphics_3d.cc | 54 opengl_es2_->ClearColor(context.pp_resource(), 1.0f, 0.0f, 0.0f, 1.0f); in TestFramePPAPI() 176 opengl_es2_->ClearColor(kBadResource, 0.0f, 0.0f, 0.0f, 0.0f); in TestBadResource()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_0_autogen.h | 35 EXPECT_CALL(*gl_, ClearColor(0.0f, 0.0f, 0.0f, 0.0f)) in SetupInitStateExpectations()
|
/external/chromium_org/ui/aura/bench/ |
D | bench_main.cc | 218 gl->ClearColor(0.f, 1.f, 0.f, 1.f); in WebGLBench() 233 gl->ClearColor((frames() % kFrames)*1.0/kFrames, 1.f, 0.f, 1.f); in Draw()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_driver.c | 118 value = pack_rgba_clamp_f(s->format, ctx->Color.ClearColor.f); in nouveau_clear()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_driver.c | 118 value = pack_rgba_clamp_f(s->format, ctx->Color.ClearColor.f); in nouveau_clear()
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 54 GET_PROC(ClearColor); in GrGLCreateANGLEInterface()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 54 GET_PROC(ClearColor); in GrGLCreateANGLEInterface()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_clear.c | 56 (const GLfloat (*)[4]) ctx->Color.ClearColor.f; in clear_rgba_buffer()
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_clear.c | 56 (const GLfloat (*)[4]) ctx->Color.ClearColor.f; in clear_rgba_buffer()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_cb_clear.c | 307 st_translate_color(&ctx->Color.ClearColor, in clear_with_quad() 550 st_translate_color(&ctx->Color.ClearColor, in st_Clear()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_clear.c | 307 st_translate_color(&ctx->Color.ClearColor, in clear_with_quad() 550 st_translate_color(&ctx->Color.ClearColor, in st_Clear()
|
/external/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 64 GR_GL_GET_PROC(ClearColor); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 64 GR_GL_GET_PROC(ClearColor); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 85 GET_PROC(ClearColor); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 85 GET_PROC(ClearColor); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 30 OP(ClearColor) /* 273 */ \
|
/external/chromium_org/cc/test/ |
D | test_gles2_interface.h | 55 virtual void ClearColor(GLclampf red,
|
/external/mesa3d/docs/ |
D | RELNOTES-4.1 | 283 - Changed ctx->Driver.ClearColor() to take GLfloat[4] instead of GLchan[4]. 284 ctx->Color.ClearColor is now GLfloat[4] too.
|