Home
last modified time | relevance | path

Searched refs:bgra8 (Results 1 – 16 of 16) sorted by relevance

/dports/textproc/pdftohtml/pdftohtml-0.40a/splash/
H A DSplashTypes.h86 static inline Guchar splashBGRA8A(SplashColorPtr bgra8) { return bgra8[3]; } in splashBGRA8A() argument
87 static inline Guchar splashBGRA8R(SplashColorPtr bgra8) { return bgra8[2]; } in splashBGRA8R() argument
88 static inline Guchar splashBGRA8G(SplashColorPtr bgra8) { return bgra8[1]; } in splashBGRA8G() argument
89 static inline Guchar splashBGRA8B(SplashColorPtr bgra8) { return bgra8[0]; } in splashBGRA8B() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Device/
H A DETC_Decoder.cpp35 struct bgra8 struct
42 inline bgra8() in bgra8() function
413 bgra8 subblockColors0[4]; in decodeIndividualOrDifferentialBlock()
414 bgra8 subblockColors1[4]; in decodeIndividualOrDifferentialBlock()
442 bgra8 *color = (bgra8 *)dest; in decodeIndividualOrDifferentialBlock()
452 bgra8 *color = (bgra8 *)dest; in decodeIndividualOrDifferentialBlock()
464 bgra8 *color = (bgra8 *)dest; in decodeIndividualOrDifferentialBlock()
484 bgra8 paintColors[4]; in decodeTBlock()
505 bgra8 *color = (bgra8 *)dest; in decodeTBlock()
524 bgra8 paintColors[4]; in decodeHBlock()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DETC_Decoder.cpp36 struct bgra8 struct
43 inline bgra8() in bgra8() function
62 const bgra8& addA(int alpha) in addA() argument
416 bgra8 subblockColors0[4]; in decodeIndividualOrDifferentialBlock()
445 bgra8* color = (bgra8*)dest; in decodeIndividualOrDifferentialBlock()
455 bgra8* color = (bgra8*)dest; in decodeIndividualOrDifferentialBlock()
467 bgra8* color = (bgra8*)dest; in decodeIndividualOrDifferentialBlock()
487 bgra8 paintColors[4]; in decodeTBlock()
508 bgra8* color = (bgra8*)dest; in decodeTBlock()
527 bgra8 paintColors[4]; in decodeHBlock()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DETC_Decoder.cpp36 struct bgra8 struct
43 inline bgra8() in bgra8() function
62 const bgra8& addA(int alpha) in addA() argument
416 bgra8 subblockColors0[4]; in decodeIndividualOrDifferentialBlock()
445 bgra8* color = (bgra8*)dest; in decodeIndividualOrDifferentialBlock()
455 bgra8* color = (bgra8*)dest; in decodeIndividualOrDifferentialBlock()
467 bgra8* color = (bgra8*)dest; in decodeIndividualOrDifferentialBlock()
487 bgra8 paintColors[4]; in decodeTBlock()
508 bgra8* color = (bgra8*)dest; in decodeTBlock()
527 bgra8 paintColors[4]; in decodeHBlock()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Device/
H A DETC_Decoder.cpp35 struct bgra8 struct
42 inline bgra8() in bgra8() function
413 bgra8 subblockColors0[4]; in decodeIndividualOrDifferentialBlock()
414 bgra8 subblockColors1[4]; in decodeIndividualOrDifferentialBlock()
442 bgra8 *color = (bgra8 *)dest; in decodeIndividualOrDifferentialBlock()
452 bgra8 *color = (bgra8 *)dest; in decodeIndividualOrDifferentialBlock()
464 bgra8 *color = (bgra8 *)dest; in decodeIndividualOrDifferentialBlock()
484 bgra8 paintColors[4]; in decodeTBlock()
505 bgra8 *color = (bgra8 *)dest; in decodeTBlock()
524 bgra8 paintColors[4]; in decodeHBlock()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/gpu/
H A Dwebgpu_image_bitmap_handler_test.cc89 static const uint8_t bgra8[] = { variable
154 return base::span<const uint8_t>(bgra8, sizeof(bgra8)); in GetDstContent()
177 return base::span<const uint8_t>(bgra8, sizeof(bgra8)); in GetSrcPixelContent()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/tests/
H A Dutils.c49 static const struct pl_plane_data bgra8 = { in main() local
54 TEST(bgra8, bits8, 0xFF0000, 0xFF00, 0xFF, 0xFF000000); in main()
H A Dlibav.c230 static const struct pl_plane_data bgra8[] = { in main() local
239 TEST(AV_PIX_FMT_BGRA, bgra8); in main()
/dports/misc/visp/visp-3.4.0/modules/sensor/src/rgb-depth/realsense/
H A DvpRealSense_impl.h131 case rs::format::bgra8: in vp_rs_get_native_frame_data_impl()
320 m_device->get_stream_format(rs::stream::color) != rs::format::bgra8) {
339 m_device->get_stream_format(rs::stream::color) == rs::format::bgra8;
/dports/lang/v/v-0.1.29/vlib/sokol/gfx/
H A Denums.v45 bgra8
/dports/graphics/open3d/Open3D-0.2/src/External/librealsense/include/librealsense/
H A Drs.hpp41 bgra8 = 8, enumerator
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/librealsense/include/librealsense/
H A Drs.hpp41 bgra8 = 8, enumerator
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/nanovg/
H A Dnanovg_bgfx.cpp262 uint32_t* bgra8 = (uint32_t*)mem->data; in nvgRenderCreate() local
263 bx::memSet(bgra8, 0, 4*4*4); in nvgRenderCreate()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/nanovg/
H A Dnanovg_bgfx.cpp262 uint32_t* bgra8 = (uint32_t*)mem->data; in nvgRenderCreate() local
263 bx::memSet(bgra8, 0, 4*4*4); in nvgRenderCreate()
/dports/multimedia/mpv/mpv-0.34.1/DOCS/man/
H A Doptions.rst5471 ``--d3d11-output-format=<auto|rgba8|bgra8|rgb10_a2|rgba16f>``
5474 on the configured desktop bit depth. rgba16f and bgra8 are left out of
/dports/games/darkplaces/darkplaces/
H A DChangeLog14049 changed DPSOFTRAST to use bgra8 intermediate storage while rendering,
14051 shaders are simply too complex to use bgra8 anyway), this gains a few
14069 span fillers use bgra8 instead of floats for intermediate storage, only