/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
TJ.java | 178 * BGRA pixel format. This is the same as {@link #PF_BGRX}, except that when
|
/external/libjpeg-turbo/ |
tjunittest.c | 71 "RGBA", "BGRA", "ABGR", "ARGB", "CMYK"
|
/external/libvncserver/common/ |
turbojpeg.h | 175 * BGRA pixel format. This is the same as @ref TJPF_BGRX, except that when
|
/external/libyuv/files/source/ |
convert_from.cc | 538 // Convert I420 to BGRA. [all...] |
planar_functions.cc | 1024 // Convert I422 to BGRA. [all...] |
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_screen.c | 70 /* HACK: GL requires equal formats for MS resolve and window is BGRA */
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_screen.c | 53 /* HACK: GL requires equal formats for MS resolve and window is BGRA */
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_sanity.c | 726 (prim & RADEON_CP_VC_CNTL_COLOR_ORDER_RGBA) ? "RGBA," : "BGRA, ", [all...] |
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
old_pix_fmts.h | 63 PIX_FMT_BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA...
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_mdp.h | 156 MDP_BGRA_8888_TILE, /* BGRA 8888 in tile format */
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_mdp.h | 168 MDP_BGRA_8888_TILE, /* BGRA 8888 in tile format */ [all...] |
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
msm_mdp.h | 150 MDP_BGRA_8888_TILE, /* BGRA 8888 in tile format */
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_mdp.h | 148 MDP_BGRA_8888_TILE, /* BGRA 8888 in tile format */
|
/external/deqp/framework/opengl/ |
gluTextureUtil.cpp | 88 case TextureFormat::BGRA: 445 case GL_BGRA: return TextureFormat(TextureFormat::BGRA, mapGLChannelType(dataType, true)); [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
planar_functions.cc | 781 // Convert I422 to BGRA. [all...] |
row_gcc.cc | 53 // Constants for BGRA [all...] |
/external/opencv3/modules/java/generator/ |
gen_java.py | 91 "CV_L?(BGRA?|RGBA?|GRAY|XYZ|YCrCb|Luv|Lab|HLS|YUV|HSV)\d*2L?(BGRA?|RGBA?|GRAY|XYZ|YCrCb|Luv|Lab|HLS|YUV|HSV).*", [all...] |
/external/webrtc/talk/media/base/ |
videoframe_unittest.h | 418 *r_pos = 2; *g_pos = 1; *b_pos = 0; *bytes = 4; // BGRA in memory. 725 // Test constructing an image from an BGRA buffer. [all...] |
/external/ImageMagick/MagickCore/ |
coder.c | 105 { "BGRA", "BGR" },
|
/external/ImageMagick/coders/ |
tga.c | 516 BGRA pixels. [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineBlendTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesImageSparseResidency.cpp | 97 case tcu::TextureFormat::BGRA: return 4; [all...] |
/external/freetype/include/ |
ftimage.h | 174 /* pixel, the format is BGRA, which means, the blue channel comes */ [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftimage.h | 174 /* pixel, the format is BGRA, which means, the blue channel comes */ [all...] |
/external/libjpeg-turbo/java/ |
TJUnitTest.java | 64 "RGBA", "BGRA", "ABGR", "ARGB", "CMYK" [all...] |