Searched defs:BGRA (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/utility/cloud_print/
H A Dbitmap_image.h19 BGRA enumerator in enum:cloud_print::BitmapImage::Colorspace
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A Dimageformats.h494 unsigned short BGRA; member in struct:rx::B5G5R5A1
498 dst->alpha = gl::normalizedToFloat<1>(gl::getShiftedData<1, 15>(src->BGRA));
499 dst->red = gl::normalizedToFloat<5>(gl::getShiftedData<5, 10>(src->BGRA));
500 dst->green = gl::normalizedToFloat<5>(gl::getShiftedData<5, 5>(src->BGRA));
501 dst->blue = gl::normalizedToFloat<5>(gl::getShiftedData<5, 0>(src->BGRA));
506 dst->BGRA = gl::shiftData<1, 15>(gl::floatToNormalized<1, unsigned short>(src->alpha)) |
514 dst->BGRA = gl::shiftData<1, 15>(gl::average(gl::getShiftedData<1, 15>(src1->BGRA), gl::getShiftedData<1, 15>(src2->BGRA))) |
515 gl::shiftData<5, 10>(gl::average(gl::getShiftedData<5, 10>(src1->BGRA), g
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
H A Dwmesa.c450 } BGRA; typedef in typeref:union:__anon14513
451 BGRA *bgra, c;
473 bgra=malloc(n*sizeof(BGRA));
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwmesa.c450 } BGRA; typedef in typeref:union:__anon27924
451 BGRA *bgra, c;
473 bgra=malloc(n*sizeof(BGRA));
/external/deqp/framework/common/
H A DtcuTexture.hpp54 BGRA, enumerator in enum:tcu::TextureFormat::ChannelOrder
H A DtcuTexture.cpp140 static const Channel BGRA[] = { CHANNEL_2, CHANNEL_1, CHANNEL_0, CHANNEL_3 }; local
158 case TextureFormat::BGRA: return BGRA;
181 static const int BGRA[] = { 2, 1, 0, 3 }; local
199 case TextureFormat::BGRA: return BGRA;
249 case TextureFormat::BGRA: return 4;
491 case BGRA: numChannels = 4; break;
3599 case TextureFormat::BGRA: return str << "BGRA";
[all...]

Completed in 715 milliseconds