HomeSort by relevance Sort by last modified time
    Searched refs:rgba (Results 251 - 275 of 390) sorted by null

<<111213141516

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.h 73 * A vector[RGBA] of channels[4 pixels]
109 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
115 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug.h 440 float *rgba, unsigned stride);
446 #define debug_dump_float_rgba_bmp(filename, width, height, rgba, stride) ((void)0)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_clear.c 36 pack_rgba(enum pipe_format format, const float *rgba)
39 util_pack_color(rgba, format, &uc);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texgetimage.c 331 GLfloat (*rgba)[4];
337 rgba = (GLfloat (*)[4]) malloc(4 * width * sizeof(GLfloat));
338 rgba_uint = (GLuint (*)[4]) rgba;
339 if (!rgba) {
401 _mesa_unpack_rgba_row(texFormat, width, src, rgba);
403 _mesa_rebase_rgba_float(width, rgba, rebaseFormat);
404 _mesa_pack_rgba_span_float(ctx, width, (GLfloat (*)[4]) rgba,
419 free(rgba);
424 * glGetTexImage for color formats (RGBA, RGB, alpha, LA, etc).
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 73 * A vector[RGBA] of channels[4 pixels]
109 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
115 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 439 float *rgba, unsigned stride);
445 #define debug_dump_float_rgba_bmp(filename, width, height, rgba, stride) ((void)0)
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_clear.c 36 pack_rgba(enum pipe_format format, const float *rgba)
39 util_pack_color(rgba, format, &uc);
  /external/mesa3d/src/mesa/main/
texgetimage.c 331 GLfloat (*rgba)[4];
337 rgba = (GLfloat (*)[4]) malloc(4 * width * sizeof(GLfloat));
338 rgba_uint = (GLuint (*)[4]) rgba;
339 if (!rgba) {
401 _mesa_unpack_rgba_row(texFormat, width, src, rgba);
403 _mesa_rebase_rgba_float(width, rgba, rebaseFormat);
404 _mesa_pack_rgba_span_float(ctx, width, (GLfloat (*)[4]) rgba,
419 free(rgba);
424 * glGetTexImage for color formats (RGBA, RGB, alpha, LA, etc).
  /external/webp/src/dec/
buffer.c 68 const WebPRGBABuffer* const buf = &buffer->u.RGBA;
72 ok &= (buf->rgba != NULL);
128 } else { // RGBA initialization
129 WebPRGBABuffer* const buf = &buffer->u.RGBA;
130 buf->rgba = output;
io.c 52 const WebPRGBABuffer* const buf = &output->u.RGBA;
53 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
81 const WebPRGBABuffer* const buf = &output->u.RGBA;
82 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
107 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
108 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
222 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
225 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
253 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
256 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/design/
default.css 124 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
270 background: rgba(0, 0, 0, 0.05); }
289 background: rgba(0, 0, 0, 0.03); }
594 background-color: rgba(0, 0, 0, 0.9);
610 border-bottom-color: rgba(0, 0, 0, 0.9); }
634 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
649 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_copypix.c 96 * RGBA copypixels
147 /* read the source image as RGBA/float */
164 GLvoid *rgba = span.array->attribs[FRAG_ATTRIB_COL0]; local
169 memcpy(rgba, p, width * sizeof(GLfloat) * 4);
175 width, srcx, sy, rgba );
180 (GLfloat (*)[4]) rgba);
189 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
s_points.c 492 span->array->rgba[count][RCOMP] = vert->color[0];
493 span->array->rgba[count][GCOMP] = vert->color[1];
494 span->array->rgba[count][BCOMP] = vert->color[2];
495 span->array->rgba[count][ACOMP] = vert->color[3];
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 96 * RGBA copypixels
147 /* read the source image as RGBA/float */
164 GLvoid *rgba = span.array->attribs[FRAG_ATTRIB_COL0]; local
169 memcpy(rgba, p, width * sizeof(GLfloat) * 4);
175 width, srcx, sy, rgba );
180 (GLfloat (*)[4]) rgba);
189 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
  /external/chromium_org/third_party/libwebp/enc/
picture.c 741 const uint8_t* rgba, int rgba_stride) {
742 return Import(picture, rgba, rgba_stride, 4, 0, 1);
746 const uint8_t* rgba, int rgba_stride) {
747 return Import(picture, rgba, rgba_stride, 4, 1, 1);
751 const uint8_t* rgba, int rgba_stride) {
752 return Import(picture, rgba, rgba_stride, 4, 0, 0);
756 const uint8_t* rgba, int rgba_stride) {
757 return Import(picture, rgba, rgba_stride, 4, 1, 0);
    [all...]
  /external/webp/src/enc/
picture.c 741 const uint8_t* rgba, int rgba_stride) {
742 return Import(picture, rgba, rgba_stride, 4, 0, 1);
746 const uint8_t* rgba, int rgba_stride) {
747 return Import(picture, rgba, rgba_stride, 4, 1, 1);
751 const uint8_t* rgba, int rgba_stride) {
752 return Import(picture, rgba, rgba_stride, 4, 0, 0);
756 const uint8_t* rgba, int rgba_stride) {
757 return Import(picture, rgba, rgba_stride, 4, 1, 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.css 467 background-color: rgba(0, 0, 0, 0.75);
479 background-color: rgba(0, 0, 0, 0.75);
508 background-color: rgba(255, 255, 255, 0.33);
558 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
932 background-color: rgba(0, 0, 0, 0.05);
1172 background-color: rgba(56, 121, 217, 0.1);
1300 background-color: rgba(56, 121, 217, 0.1);
1461 color: rgba(0, 0, 0, 0.7);
1467 color: rgba(255, 255, 255, 0.7);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
file_manager.css 131 -webkit-border-end: 1px solid rgba(20, 20, 22, 0.1);
232 -webkit-border-end: 1px solid rgba(20, 20, 22, 0.1);
245 -webkit-border-end: 1px solid rgba(20, 20, 22, 0.1);
472 border-top: 1px solid rgba(20, 20, 22, 0.1);
649 background-color: rgba(255, 255, 255, 0.3);
650 border: 2px solid rgba(255, 255, 255, 0.6);
651 outline: 1px solid rgba(0, 0, 0, 0.1);
814 background: rgba(0, 0, 0, 0.55);
939 to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1))
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap-responsive.css 788 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
789 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
790 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 149 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
324 background: rgba(0, 0, 0, 0.05); }
384 background: rgba(0, 0, 0, 0.03); }
858 background-color: rgba(0, 0, 0, 0.9);
874 border-bottom-color: rgba(0, 0, 0, 0.9); }
898 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
913 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
1519 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1520 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1521 box-shadow: 0 0 10px rgba(0,0,0,0.2
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 153 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
328 background: rgba(0, 0, 0, 0.05); }
388 background: rgba(0, 0, 0, 0.03); }
862 background-color: rgba(0, 0, 0, 0.9);
878 border-bottom-color: rgba(0, 0, 0, 0.9); }
902 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
917 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
1587 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1588 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1589 box-shadow: 0 0 10px rgba(0,0,0,0.2
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.css 128 color: rgba(0, 0, 0, .5);
304 border-color: rgba(0,0,0,0.25);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
chrome_shared.css 44 background: -webkit-linear-gradient(rgba(234, 238, 243, 0.2), #eaeef3),
57 background: -webkit-linear-gradient(rgba(234, 238, 243, 0), #EAEEF3),
  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 570 std::vector<unsigned char> rgba; local
571 rgba.resize(num_pixels * 4);
581 &rgba[0]);
587 unsigned char* rgba_ptr = &rgba[0];
  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 176 // General function for converting two lines of ARGB or RGBA.
194 // Apply alpha pre-multiply on an rgba, bgra or argb plane of size w * h.
195 // alpha_first should be 0 for argb, 1 for rgba or bgra (where alpha is last).
197 uint8_t* rgba, int alpha_first, int w, int h, int stride);

Completed in 1155 milliseconds

<<111213141516