HomeSort by relevance Sort by last modified time
    Searched refs:ClearColor (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
clear.c 70 * Clamps the parameters and updates gl_colorbuffer_attrib::ClearColor. On a
72 * dd_function_table::ClearColor callback.
86 if (TEST_EQ_4V(tmp, ctx->Color.ClearColor.f))
90 COPY_4V(ctx->Color.ClearColor.f, tmp);
109 if (TEST_EQ_4V(tmp, ctx->Color.ClearColor.i))
113 COPY_4V(ctx->Color.ClearColor.i, tmp);
132 if (TEST_EQ_4V(tmp, ctx->Color.ClearColor.ui))
136 COPY_4V(ctx->Color.ClearColor.ui, tmp);
356 clearSave = ctx->Color.ClearColor;
358 COPY_4V(ctx->Color.ClearColor.i, value)
    [all...]
accum.c 54 if (TEST_EQ_4V(tmp, ctx->Accum.ClearColor))
57 COPY_4FV( ctx->Accum.ClearColor, tmp );
155 const GLshort clearR = FLOAT_TO_SHORT(ctx->Accum.ClearColor[0]);
156 const GLshort clearG = FLOAT_TO_SHORT(ctx->Accum.ClearColor[1]);
157 const GLshort clearB = FLOAT_TO_SHORT(ctx->Accum.ClearColor[2]);
158 const GLshort clearA = FLOAT_TO_SHORT(ctx->Accum.ClearColor[3]);
506 ASSIGN_4V( ctx->Accum.ClearColor, 0.0, 0.0, 0.0, 0.0 );
attrib.c     [all...]
  /external/mesa3d/src/mesa/main/
clear.c 70 * Clamps the parameters and updates gl_colorbuffer_attrib::ClearColor. On a
72 * dd_function_table::ClearColor callback.
86 if (TEST_EQ_4V(tmp, ctx->Color.ClearColor.f))
90 COPY_4V(ctx->Color.ClearColor.f, tmp);
109 if (TEST_EQ_4V(tmp, ctx->Color.ClearColor.i))
113 COPY_4V(ctx->Color.ClearColor.i, tmp);
132 if (TEST_EQ_4V(tmp, ctx->Color.ClearColor.ui))
136 COPY_4V(ctx->Color.ClearColor.ui, tmp);
356 clearSave = ctx->Color.ClearColor;
358 COPY_4V(ctx->Color.ClearColor.i, value)
    [all...]
accum.c 54 if (TEST_EQ_4V(tmp, ctx->Accum.ClearColor))
57 COPY_4FV( ctx->Accum.ClearColor, tmp );
155 const GLshort clearR = FLOAT_TO_SHORT(ctx->Accum.ClearColor[0]);
156 const GLshort clearG = FLOAT_TO_SHORT(ctx->Accum.ClearColor[1]);
157 const GLshort clearB = FLOAT_TO_SHORT(ctx->Accum.ClearColor[2]);
158 const GLshort clearA = FLOAT_TO_SHORT(ctx->Accum.ClearColor[3]);
506 ASSIGN_4V( ctx->Accum.ClearColor, 0.0, 0.0, 0.0, 0.0 );
attrib.c     [all...]
  /external/chromium_org/ppapi/examples/gles2/
gles2.cc 147 gles2_if_->ClearColor(context_->pp_resource(), 0, 1, 0, 1);
162 gles2_if_->ClearColor(context_->pp_resource(), r, g, b, a);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 35 EXPECT_CALL(*gl_, ClearColor(0.0f, 0.0f, 0.0f, 0.0f))
  /external/chromium_org/ppapi/tests/
test_graphics_3d.cc 54 opengl_es2_->ClearColor(context.pp_resource(), 1.0f, 0.0f, 0.0f, 1.0f);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 118 value = pack_rgba_clamp_f(s->format, ctx->Color.ClearColor.f);
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 54 GET_PROC(ClearColor);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 118 value = pack_rgba_clamp_f(s->format, ctx->Color.ClearColor.f);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 54 GET_PROC(ClearColor);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 33 OP(ClearColor) /* 276 */ \
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_clear.c 55 const GLfloat (*clearColor)[4] =
56 (const GLfloat (*)[4]) ctx->Color.ClearColor.f;
79 _mesa_pack_float_rgba_row(rb->Format, 1, clearColor, &pixel); \
107 _mesa_pack_float_rgba_row(rb->Format, 1, clearColor, pixel); \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 85 GET_PROC(ClearColor);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 64 GR_GL_GET_PROC(ClearColor);
  /external/mesa3d/src/mesa/swrast/
s_clear.c 55 const GLfloat (*clearColor)[4] =
56 (const GLfloat (*)[4]) ctx->Color.ClearColor.f;
79 _mesa_pack_float_rgba_row(rb->Format, 1, clearColor, &pixel); \
107 _mesa_pack_float_rgba_row(rb->Format, 1, clearColor, pixel); \
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 85 GET_PROC(ClearColor);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 64 GR_GL_GET_PROC(ClearColor);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_clear.c 205 union pipe_color_union clearColor;
307 st_translate_color(&ctx->Color.ClearColor,
308 &clearColor,
314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
537 union pipe_color_union clearColor;
550 st_translate_color(&ctx->Color.ClearColor,
551 &clearColor,
556 st->pipe->clear(st->pipe, clear_buffers, &clearColor,
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 205 union pipe_color_union clearColor;
307 st_translate_color(&ctx->Color.ClearColor,
308 &clearColor,
314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
537 union pipe_color_union clearColor;
550 st_translate_color(&ctx->Color.ClearColor,
551 &clearColor,
556 st->pipe->clear(st->pipe, clear_buffers, &clearColor,
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 30 #define glClearColor GLES2_GET_FUN(ClearColor)
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 92 SET_PROC(ClearColor)
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 92 SET_PROC(ClearColor)

Completed in 1516 milliseconds

1 2 3 4