/external/mesa3d/docs/OLD/ |
D | MESA_packed_depth_stencil.spec | 93 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/ |
D | MESA_packed_depth_stencil.spec | 93 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/ |
D | bitmap_image.h | 19 BGRA enumerator
|
D | pwg_encoder.cc | 206 case BitmapImage::BGRA: in EncodePage()
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
D | CHROMIUM_copy_texture.txt | 33 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/ |
D | planar_test.cc | 88 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/ |
D | imageformats.h | 494 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/ |
D | es31fTextureLevelStateQueryTests.cpp | 1151 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/ |
D | skia_utils_ios.mm | 26 // Allocate a bitmap context with 4 components per pixel (BGRA). Apple
|
D | skia_utils_mac.mm | 36 // Allocate a bitmap context with 4 components per pixel (BGRA). Apple
|
/external/chromium_org/remoting/proto/ |
D | control.proto | 51 // Cursor pixmap data in 32-bit BGRA format.
|
/external/chromium_org/ppapi/api/ |
D | ppb_video_frame.idl | 34 * 32bpp BGRA.
|
D | ppb_image_data.idl | 22 * the lowest address to the highest. For example, BGRA means the B component
|
/external/chromium_org/third_party/libyuv/unit_test/ |
D | convert_test.cc | 502 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/ |
D | planarfunctions_unittest.cc | 832 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/ |
D | wmesa.c | 450 } 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/ |
D | wmesa.c | 450 } 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/ |
D | GL3.txt | 61 BGRA vertex order (GL_ARB_vertex_array_bgra) DONE (i965, r300, r600, swrast)
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 330 dst->setStorage(TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT8), width, height); in readScreenPixels()
|
/external/mesa3d/docs/ |
D | GL3.txt | 61 BGRA vertex order (GL_ARB_vertex_array_bgra) DONE (i965, r300, r600, swrast)
|
/external/chromium_org/chrome/utility/ |
D | printing_handler.cc | 431 cloud_print::BitmapImage::BGRA); in RenderPDFPagesToPWGRaster()
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 140 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 <<()
|
D | tcuTextureUtil.cpp | 345 …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()
|
D | tcuTexture.hpp | 54 BGRA, enumerator
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 326 case GL_BGRA: return TextureFormat(TextureFormat::BGRA, mapGLChannelType(dataType, true)); in mapGLTransferFormat()
|