HomeSort by relevance Sort by last modified time
    Searched full:bgra (Results 51 - 75 of 224) sorted by null

1 23 4 5 6 7 8 9

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_from_argb.h 28 // Convert ARGB To BGRA.
video_common.h 108 FOURCC_CM32 = FOURCC(0, 0, 0, 32), // Alias for BGRA kCMPixelFormat_32ARGB
  /external/libyuv/files/include/libyuv/
convert_from_argb.h 28 // Convert ARGB To BGRA.
video_common.h 109 FOURCC_CM32 = FOURCC(0, 0, 0, 32), // Alias for BGRA kCMPixelFormat_32ARGB
  /external/mesa3d/docs/
GL3.txt 61 BGRA vertex order (GL_ARB_vertex_array_bgra) DONE (i965, r300, r600, swrast)
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_static.c 172 { PIPE_FORMAT_R8G8B8A8_UNORM, 0x21030000 /* BGRA */},
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.cpp 92 * as we copy the right amount of data, so just map it as 8-bit BGRA.
  /external/mesa3d/src/mesa/x86/
read_rgba_span_x86.S 59 bswap %eax /* ARGB -> BGRA */ ; \
60 rorl $8, %eax /* BGRA -> ABGR */ ; \
66 bswap %eax /* ARGB -> BGRA */ ; \
67 rorl $8, %eax /* BGRA -> ABGR */ ; \
  /external/opencv3/3rdparty/libwebp/dsp/
lossless.h 58 // Converts from BGRA to other color spaces.
  /external/pdfium/third_party/freetype/src/sfnt/
pngshim.c 94 /* Converts RGBx bytes to BGRA. */
  /external/skia/gm/
rectangletexture.cpp 76 // be RGBA or BGRA, depending on how SkPMColor was compiled.
  /external/skia/include/gpu/
GrColor.h 27 // ES doesn't allow BGRA vertex attrib order so if they were not in this order
  /external/skia/src/core/
SkColor.cpp 175 // ARGB -> BGRA
  /external/skia/tests/
ReadWriteAlphaTest.cpp 135 // Attempt to read back just alpha from a RGBA/BGRA texture. Once with a texture-only src and
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnCursorPlane.cpp 123 // swap color from BGRA to RGBA - alpha is MSB
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngCursorPlane.cpp 122 // swap color from BGRA to RGBA - alpha is MSB
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnCursorPlane.cpp 122 // swap color from BGRA to RGBA - alpha is MSB
  /hardware/libhardware/modules/camera/
Stream.cpp 111 return "BGRA 8888";
  /hardware/libhardware/modules/usbcamera/
Stream.cpp 92 return "BGRA 8888";
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 134 k32BGRAPixelFormat = FOUR_CHAR_CODE('BGRA')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 134 k32BGRAPixelFormat = FOUR_CHAR_CODE('BGRA')
  /external/ImageMagick/coders/
bgr.c 87 % ReadBGRImage() reads an image of raw BGR, or BGRA samples and returns
171 if (LocaleCompare(image_info->magick,"BGRA") == 0)
    [all...]
  /external/webrtc/talk/session/media/
planarfunctions_unittest.cc 724 // A common macro for testing converting I420 to ARGB, BGRA and ABGR.
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_win.cc 237 // Constants for BGRA.
990 por xmm0, xmm2 // BGRA
    [all...]
  /cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java 64 // values for each color channel so as to detect possible RGBA vs. BGRA buffer format issues.
66 // deliver BGRA buffers to virtual displays instead.

Completed in 2313 milliseconds

1 23 4 5 6 7 8 9