Home
last modified time | relevance | path

Searched refs:BGRA (Results 1 – 25 of 31) sorted by relevance

12

/external/mesa3d/docs/OLD/
DMESA_packed_depth_stencil.spec93 BGRA Color B, G, R, A components
116 UNSIGNED_SHORT_4_4_4_4 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
117 UNSIGNED_SHORT_4_4_4_4_REV ushort 4 RGBA,BGRA
118 UNSIGNED_SHORT_5_5_5_1 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
119 UNSIGNED_SHORT_1_5_5_5_REV ushort 4 RGBA,BGRA
120 UNSIGNED_INT_8_8_8_8 uint 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
121 UNSIGNED_INT_8_8_8_8_REV uint 4 RGBA,BGRA
122 UNSIGNED_INT_10_10_10_2 uint 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
123 UNSIGNED_INT_2_10_10_10_REV uint 4 RGBA,BGRA
179 BGRA blue green red alpha
/external/chromium_org/third_party/mesa/src/docs/OLD/
DMESA_packed_depth_stencil.spec93 BGRA Color B, G, R, A components
116 UNSIGNED_SHORT_4_4_4_4 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
117 UNSIGNED_SHORT_4_4_4_4_REV ushort 4 RGBA,BGRA
118 UNSIGNED_SHORT_5_5_5_1 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
119 UNSIGNED_SHORT_1_5_5_5_REV ushort 4 RGBA,BGRA
120 UNSIGNED_INT_8_8_8_8 uint 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
121 UNSIGNED_INT_8_8_8_8_REV uint 4 RGBA,BGRA
122 UNSIGNED_INT_10_10_10_2 uint 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
123 UNSIGNED_INT_2_10_10_10_REV uint 4 RGBA,BGRA
179 BGRA blue green red alpha
/external/chromium_org/chrome/utility/cloud_print/
Dbitmap_image.h19 BGRA enumerator
Dpwg_encoder.cc206 case BitmapImage::BGRA: in EncodePage()
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
DCHROMIUM_copy_texture.txt33 The extension also supports copying BGRA textures and copying
34 EXTERNAL_OES texture to BGRA texture, which is not explicitly
/external/libyuv/files/unit_test/
Dplanar_test.cc88 TESTPLANARTOB(I420, 2, 2, BGRA, 4)
97 TESTPLANARTOB(I422, 2, 1, BGRA, 4)
246 TESTATOPLANAR(BGRA, 4, I420, 2, 2)
310 TESTATOB(ARGB, 4, 4, BGRA, 4)
318 TESTATOB(BGRA, 4, 4, ARGB, 4)
368 TESTATOBRANDOM(ARGB, 4, 4, BGRA, 4)
377 TESTATOBRANDOM(BGRA, 4, 4, ARGB, 4)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Dimageformats.h494 unsigned short BGRA; member
498 dst->alpha = gl::normalizedToFloat<1>(gl::getShiftedData<1, 15>(src->BGRA)); in readColor()
499 dst->red = gl::normalizedToFloat<5>(gl::getShiftedData<5, 10>(src->BGRA)); in readColor()
500 dst->green = gl::normalizedToFloat<5>(gl::getShiftedData<5, 5>(src->BGRA)); in readColor()
501 dst->blue = gl::normalizedToFloat<5>(gl::getShiftedData<5, 0>(src->BGRA)); in readColor()
506 dst->BGRA = gl::shiftData<1, 15>(gl::floatToNormalized<1, unsigned short>(src->alpha)) | in writeColor()
514 …dst->BGRA = gl::shiftData<1, 15>(gl::average(gl::getShiftedData<1, 15>(src1->BGRA), gl::getShifted… in average()
515 …ata<5, 10>(gl::average(gl::getShiftedData<5, 10>(src1->BGRA), gl::getShiftedData<5, 10>(src2->BGRA in average()
516 …ata<5, 5>(gl::average(gl::getShiftedData<5, 5>(src1->BGRA), gl::getShiftedData<5, 5>(src2->BGRA in average()
517 …ata<5, 0>(gl::average(gl::getShiftedData<5, 0>(src1->BGRA), gl::getShiftedData<5, 0>(src2->BGRA in average()
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1151 format.order == tcu::TextureFormat::BGRA || in getMinimumComponentResolution()
1163 format.order == tcu::TextureFormat::BGRA || in getMinimumComponentResolution()
1174 format.order == tcu::TextureFormat::BGRA || in getMinimumComponentResolution()
1184 format.order == tcu::TextureFormat::BGRA || in getMinimumComponentResolution()
1303 format.order == tcu::TextureFormat::BGRA || in getComponentType()
1315 format.order == tcu::TextureFormat::BGRA || in getComponentType()
1326 format.order == tcu::TextureFormat::BGRA || in getComponentType()
1336 format.order == tcu::TextureFormat::BGRA || in getComponentType()
/external/chromium_org/skia/ext/
Dskia_utils_ios.mm26 // Allocate a bitmap context with 4 components per pixel (BGRA). Apple
Dskia_utils_mac.mm36 // Allocate a bitmap context with 4 components per pixel (BGRA). Apple
/external/chromium_org/remoting/proto/
Dcontrol.proto51 // Cursor pixmap data in 32-bit BGRA format.
/external/chromium_org/ppapi/api/
Dppb_video_frame.idl34 * 32bpp BGRA.
Dppb_image_data.idl22 * the lowest address to the highest. For example, BGRA means the B component
/external/chromium_org/third_party/libyuv/unit_test/
Dconvert_test.cc502 TESTPLANARTOB(I420, 2, 2, BGRA, 4, 4, 1, 2, ARGB, 4)
511 TESTPLANARTOB(I422, 2, 1, BGRA, 4, 4, 1, 2, ARGB, 4)
722 TESTATOPLANAR(BGRA, 4, 1, I420, 2, 2, 4)
931 TESTATOB(ARGB, 4, 4, 1, BGRA, 4, 4, 1, 0)
947 TESTATOB(BGRA, 4, 4, 1, ARGB, 4, 4, 1, 0)
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dplanarfunctions_unittest.cc832 TEST_YUVTORGB(I420, BGRA, libyuv::kJpegYuv420, 3., 2);
999 TEST_ARGB(BGRA, BGRA, 4, 3); // TEST_P(PlanarFunctionsTest, BGRAToARGB)
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwmesa.c450 } BGRA; in write_rgba_span_front() typedef
451 BGRA *bgra, c; in write_rgba_span_front()
473 bgra=malloc(n*sizeof(BGRA)); in write_rgba_span_front()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
Dwmesa.c450 } BGRA; in write_rgba_span_front() typedef
451 BGRA *bgra, c; in write_rgba_span_front()
473 bgra=malloc(n*sizeof(BGRA)); in write_rgba_span_front()
/external/chromium_org/third_party/mesa/src/docs/
DGL3.txt61 BGRA vertex order (GL_ARB_vertex_array_bgra) DONE (i965, r300, r600, swrast)
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp330 dst->setStorage(TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT8), width, height); in readScreenPixels()
/external/mesa3d/docs/
DGL3.txt61 BGRA vertex order (GL_ARB_vertex_array_bgra) DONE (i965, r300, r600, swrast)
/external/chromium_org/chrome/utility/
Dprinting_handler.cc431 cloud_print::BitmapImage::BGRA); in RenderPDFPagesToPWGRaster()
/external/deqp/framework/common/
DtcuTexture.cpp140 static const Channel BGRA[] = { CHANNEL_2, CHANNEL_1, CHANNEL_0, CHANNEL_3 }; in getChannelReadMap() local
158 case TextureFormat::BGRA: return BGRA; in getChannelReadMap()
181 static const int BGRA[] = { 2, 1, 0, 3 }; in getChannelWriteMap() local
199 case TextureFormat::BGRA: return BGRA; in getChannelWriteMap()
249 case TextureFormat::BGRA: return 4; in getNumUsedChannels()
491 case BGRA: numChannels = 4; break; in getPixelSize()
3599 case TextureFormat::BGRA: return str << "BGRA"; in operator <<()
DtcuTextureUtil.cpp345 …case TextureFormat::BGRA: chnMask = BVec4(true, true, true, true); chnSwz = IVec4(2, 1, 0, 3); br… in getTextureFormatBitDepth()
413 …case TextureFormat::BGRA: chnMask = BVec4(true, true, true, true); chnSwz = IVec4(2, 1, 0, 3); br… in getTextureFormatMantissaBitDepth()
DtcuTexture.hpp54 BGRA, enumerator
/external/deqp/framework/opengl/
DgluTextureUtil.cpp326 case GL_BGRA: return TextureFormat(TextureFormat::BGRA, mapGLChannelType(dataType, true)); in mapGLTransferFormat()

12