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

1 2 3 4 56 7 8 9

  /external/opencv3/modules/core/src/
opengl.cpp 1007 0, gl::DEPTH_COMPONENT, 0, gl::BGR, gl::BGRA
1119 0, gl::DEPTH_COMPONENT, 0, gl::BGR, gl::BGRA
1173 const GLenum dstFormat = format_ == DEPTH_COMPONENT ? gl::DEPTH_COMPONENT : format_ == RGB ? gl::BGR : gl::BGRA;
    [all...]
  /external/webp/
README 422 size_t WebPEncodeBGRA(const uint8_t* bgra, int width, int height, int stride,
436 size_t WebPEncodeLosslessBGRA(const uint8_t* bgra, int width, int height,
515 There are variants for decoding in BGR/RGBA/ARGB/BGRA order, along with
  /external/libvncserver/test/
tjunittest.c 59 "RGBA", "BGRA", "ABGR", "ARGB"
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.c 312 debug_printf("BGRA %d %d %d %d @ %p\n", u[0], u[1], u[2], u[3],
  /external/opencv3/modules/cudastereo/include/opencv2/
cudastereo.hpp 314 in BGRA format (alpha = 255).
  /external/opencv3/modules/videoio/src/
cap_ios_video_camera.mm 282 // In color mode we, BGRA format is used
  /external/skia/experimental/SkPerlinNoiseShader2/
SkPerlinNoiseShader2.cpp     [all...]
  /external/skia/include/gpu/
GrContext.h 227 config src and dst configs are an RGBA/BGRA 8888 format. */
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 259 // Angle has slow read/write pixel paths for 32bit RGBA (but fast for BGRA).
    [all...]
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 178 #error "Skia uses BGRA or RGBA byte order"
  /external/skia/tests/
WritePixelsTest.cpp 132 * Lucky for us, alpha is always in the same spot (SK_A32_SHIFT), for both RGBA and BGRA.
  /external/webp/src/dsp/
lossless.h 71 // Converts from BGRA to other color spaces.
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 100 {"BGRA", VA_FOURCC_BGRA},
  /external/opencv3/3rdparty/libpng/
pngread.c     [all...]
  /external/opencv3/modules/imgcodecs/test/
test_grfmt.cpp 388 // Verification first pixel is red in BGRA
394 // Verification second pixel is red in BGRA
  /external/pdfium/public/
fpdfview.h 699 // BGRA.
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 613 // p4 is RGBA, but we want BGRA, so we need to swap next
    [all...]
  /external/ImageMagick/MagickCore/
pixel.c 556 if (LocaleCompare(map,"BGRA") == 0)
762 if (LocaleCompare(map,"BGRA") == 0)
969 if (LocaleCompare(map,"BGRA") == 0)
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_neon.cc 466 "vorr q0, q0, q1 \n" /* BGRA */
506 "vzip.u8 d0, d1 \n" /* BGRA */
    [all...]
  /external/webp/src/dec/
vp8l.c 496 uint32_t* scaled_data; // Temporary storage for scaled BGRA data.
522 // We have special "export" function since we need to convert from BGRA
    [all...]
  /external/libyuv/files/source/
row_neon.cc 403 "vzip.u8 d0, d1 \n" /* BGRA */
    [all...]
  /external/libpng/
example.c 514 /* Flip the RGB pixels to BGR (or RGBA to BGRA) */
518 /* Swap the RGBA or GA data to ARGB or AG (or BGRA to ABGR) */
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_8.sh 172 run_test "spec/EXT_vertex_array_bgra/bgra-sec-color-pointer" 0.0 "bin/bgra-sec-color-pointer -auto"
173 run_test "spec/EXT_vertex_array_bgra/bgra-vert-attrib-pointer" 0.0 "bin/bgra-vert-attrib-pointer -auto"
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_9.sh 60 run_test "spec/EXT_vertex_array_bgra/bgra-sec-color-pointer" 0.0 "bin/bgra-sec-color-pointer -auto"
61 run_test "spec/EXT_vertex_array_bgra/bgra-vert-attrib-pointer" 0.0 "bin/bgra-vert-attrib-pointer -auto"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSamplerTests.cpp 792 // Pairwise combinations of 8-bit channel formats, UNORM/SNORM/SINT/UINT/SRGB type x 1-to-4 channels x RGBA/BGRA order
    [all...]

Completed in 499 milliseconds

1 2 3 4 56 7 8 9