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

<<11121314151617181920>>

  /external/chromium_org/ui/webui/resources/css/
tree.css 13 background-color: rgba(255, 255, 255, 0);
14 border: 1px solid rgba(255, 255, 255, 0); /* transparent white */
76 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
77 rgba(255,255,255,0));
  /external/mesa3d/src/mapi/glapi/gen/
ARB_texture_float.xml 19 <!-- Note only the RGBA/RGB formats have unsuffixed core GL equivalents,
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_PixelFormat.3 30 \fB[RGBA]mask\fR
33 \fB[RGBA]loss\fR
34 Precision loss of each color component (2^[RGBA]loss)
36 \fB[RGBA]shift\fR
  /external/skia/include/gpu/gl/
GrGLConfig_chrome.h 17 // For RGBA teximage/readpixels ANGLE will sw-convert to/from BGRA.
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_pixeltransfer.c 119 float rgba[4]; local
120 rgba[0] = ctx->PixelMaps.RtoR.Map[j * rSize / texSize];
121 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize];
122 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize];
123 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize];
124 util_pack_color(rgba, pt->format, &uc);
213 /* TEX temp.rg, colorTemp.rgba, texture[1], 2D; */
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 119 float rgba[4]; local
120 rgba[0] = ctx->PixelMaps.RtoR.Map[j * rSize / texSize];
121 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize];
122 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize];
123 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize];
124 util_pack_color(rgba, pt->format, &uc);
213 /* TEX temp.rg, colorTemp.rgba, texture[1], 2D; */
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatritemp.h 229 array->rgba[count][RCOMP] = solve_plane_chan(cx, cy, rPlane);
230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane);
231 array->rgba[count][BCOMP] = solve_plane_chan(cx, cy, bPlane);
232 array->rgba[count][ACOMP] = solve_plane_chan(cx, cy, aPlane);
292 array->rgba[ix][RCOMP] = solve_plane_chan(cx, cy, rPlane);
293 array->rgba[ix][GCOMP] = solve_plane_chan(cx, cy, gPlane);
294 array->rgba[ix][BCOMP] = solve_plane_chan(cx, cy, bPlane);
295 array->rgba[ix][ACOMP] = solve_plane_chan(cx, cy, aPlane);
324 COPY_CHAN4(array->rgba[j], array->rgba[j + left])
    [all...]
s_triangle.c 75 * Render a flat-shaded RGBA triangle.
97 * Render a smooth-shaded RGBA triangle.
146 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
154 rgba[i][RCOMP] = texture[pos+2]; \
155 rgba[i][GCOMP] = texture[pos+1]; \
156 rgba[i][BCOMP] = texture[pos+0]; \
157 rgba[i][ACOMP] = 0xff; \
162 span.x, span.y, rgba, NULL);
204 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
215 rgba[i][RCOMP] = texture[pos+2];
    [all...]
s_fragprog.c 86 GLfloat rgba[4]; local
93 &lambda, &rgba);
94 swizzle_texel(rgba, color, texObj->_Swizzle);
127 GLfloat rgba[4]; local
142 &lambda, &rgba);
143 swizzle_texel(rgba, color, texObj->_Swizzle);
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 229 array->rgba[count][RCOMP] = solve_plane_chan(cx, cy, rPlane);
230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane);
231 array->rgba[count][BCOMP] = solve_plane_chan(cx, cy, bPlane);
232 array->rgba[count][ACOMP] = solve_plane_chan(cx, cy, aPlane);
292 array->rgba[ix][RCOMP] = solve_plane_chan(cx, cy, rPlane);
293 array->rgba[ix][GCOMP] = solve_plane_chan(cx, cy, gPlane);
294 array->rgba[ix][BCOMP] = solve_plane_chan(cx, cy, bPlane);
295 array->rgba[ix][ACOMP] = solve_plane_chan(cx, cy, aPlane);
324 COPY_CHAN4(array->rgba[j], array->rgba[j + left])
    [all...]
s_triangle.c 75 * Render a flat-shaded RGBA triangle.
97 * Render a smooth-shaded RGBA triangle.
146 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
154 rgba[i][RCOMP] = texture[pos+2]; \
155 rgba[i][GCOMP] = texture[pos+1]; \
156 rgba[i][BCOMP] = texture[pos+0]; \
157 rgba[i][ACOMP] = 0xff; \
162 span.x, span.y, rgba, NULL);
204 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
215 rgba[i][RCOMP] = texture[pos+2];
    [all...]
s_fragprog.c 86 GLfloat rgba[4]; local
93 &lambda, &rgba);
94 swizzle_texel(rgba, color, texObj->_Swizzle);
127 GLfloat rgba[4]; local
142 &lambda, &rgba);
143 swizzle_texel(rgba, color, texObj->_Swizzle);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
PixMapWrapper.py 194 # but it can do RGBA, which we can use by inserting one null
196 if im.mode != 'RGBA': im = im.convert('RGBA')
204 # whereas Image uses RGBA; a bit of slicing fixes this...
207 return Image.fromstring('RGBA',(bounds[2]-bounds[0],bounds[3]-bounds[1]),data)
  /external/chromium_org/chrome/browser/resources/file_manager/css/
gallery.css 174 background-color: rgba(30, 30, 30, 0.8);
188 border-bottom: 1px solid rgba(50, 50, 50, 0.8);
195 border-top: 1px solid rgba(50, 50, 50, 0.8);
349 background-color: rgba(48, 48, 48, 1.0);
471 border: 2px solid rgba(255, 255, 255, 0); /* transparent white */
490 border: 2px solid rgba(255, 233, 168, 1);
494 -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0,
495 rgba(0, 0, 0, 1) 40px);
499 -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0,
500 rgba(0, 0, 0, 1) 40px)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
networkLogView.css 12 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
116 from {background-color: rgba(255, 255, 120, 1); }
117 to { background-color: rgba(255, 255, 120, 0); }
244 color: rgba(0, 0, 0, 0.75);
245 text-shadow: rgba(255, 255, 255, 0.25) 1px 0 0, rgba(255, 255, 255, 0.25) -1px 0 0, rgba(255, 255, 255, 0.333) 0 1px 0, rgba(255, 255, 255, 0.25) 0 -1px 0
    [all...]
timelinePanel.css 257 background-color: rgba(0, 0, 0, 0.05);
285 color: rgba(0, 0, 0, 0.7);
309 background-color: rgba(255, 255, 255, 0.8);
355 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
368 background-color: rgba(0, 0, 0, 0.05);
395 background-color: rgba(0, 0, 0, 0.75);
573 border-color: rgba(255, 0, 0, 0.5);
577 border-color: rgba(0, 0, 255, 0.5);
581 border-color: rgba(255, 178, 23, 0.5);
589 background-color: rgba(180, 180, 180, 0.8)
    [all...]
  /external/eigen/doc/
eigendoxy.css 163 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
409 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
411 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
415 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
419 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
438 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
442 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
447 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
729 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
730 -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug.c 615 float *rgba; local
620 rgba = MALLOC(transfer->box.width *
624 if(!rgba)
629 rgba);
633 rgba, transfer->box.width);
635 FREE(rgba);
643 float *rgba, unsigned stride)
650 if(!rgba)
680 float *ptr = rgba + (stride * y * 4);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state_validate.c 181 float *rgba = nv30->blend_colour.color; local
188 PUSH_DATA (push, (util_float_to_half(rgba[0]) << 0) |
189 (util_float_to_half(rgba[1]) << 16));
191 PUSH_DATA (push, (util_float_to_half(rgba[2]) << 0) |
192 (util_float_to_half(rgba[3]) << 16));
200 PUSH_DATA (push, (float_to_ubyte(rgba[3]) << 24) |
201 (float_to_ubyte(rgba[0]) << 16) |
202 (float_to_ubyte(rgba[1]) << 8) |
203 (float_to_ubyte(rgba[2]) << 0));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 232 uint rgba[4], depth_stencil[2], buffer_size; local
240 rgba[i] = util_format_get_component_bits(nconf->color_format,
242 buffer_size += rgba[i];
275 if (pre_alpha && rgba[3]) {
284 conf->RedSize = rgba[0];
285 conf->GreenSize = rgba[1];
286 conf->BlueSize = rgba[2];
287 conf->AlphaSize = rgba[3];
307 if (rgba[3])
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.c 615 float *rgba; local
620 rgba = MALLOC(transfer->box.width *
624 if(!rgba)
629 rgba);
633 rgba, transfer->box.width);
635 FREE(rgba);
643 float *rgba, unsigned stride)
650 if(!rgba)
680 float *ptr = rgba + (stride * y * 4);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state_validate.c 181 float *rgba = nv30->blend_colour.color; local
188 PUSH_DATA (push, (util_float_to_half(rgba[0]) << 0) |
189 (util_float_to_half(rgba[1]) << 16));
191 PUSH_DATA (push, (util_float_to_half(rgba[2]) << 0) |
192 (util_float_to_half(rgba[3]) << 16));
200 PUSH_DATA (push, (float_to_ubyte(rgba[3]) << 24) |
201 (float_to_ubyte(rgba[0]) << 16) |
202 (float_to_ubyte(rgba[1]) << 8) |
203 (float_to_ubyte(rgba[2]) << 0));
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 232 uint rgba[4], depth_stencil[2], buffer_size; local
240 rgba[i] = util_format_get_component_bits(nconf->color_format,
242 buffer_size += rgba[i];
275 if (pre_alpha && rgba[3]) {
284 conf->RedSize = rgba[0];
285 conf->GreenSize = rgba[1];
286 conf->BlueSize = rgba[2];
287 conf->AlphaSize = rgba[3];
307 if (rgba[3])
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css 11 background-color: rgba(20, 20, 20, 0.93);
69 border-top-color: rgba(255, 255, 255, 0.4);
246 background-color: rgba(255, 255, 255, 0.7);
264 background-color: rgba(25, 25, 25, 0.25);
279 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
  /external/chromium_org/third_party/libwebp/dec/
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...]

Completed in 819 milliseconds

<<11121314151617181920>>