Home
last modified time | relevance | path

Searched defs:RGBA (Results 1 – 25 of 169) sorted by relevance

1234567

/aosp_15_r20/prebuilts/go/linux-x86/src/image/color/
Dcolor.go18 RGBA() (r, g, b, a uint32) methodSpec
26 type RGBA struct { struct
27 R, G, B, A uint8
30 func (c RGBA) RGBA() (r, g, b, a uint32) { func
51 func (c RGBA64) RGBA() (r, g, b, a uint32) { func
60 func (c NRGBA) RGBA() (r, g, b, a uint32) { func
84 func (c NRGBA64) RGBA() (r, g, b, a uint32) { func
103 func (c Alpha) RGBA() (r, g, b, a uint32) { func
114 func (c Alpha16) RGBA() (r, g, b, a uint32) { func
124 func (c Gray) RGBA() (r, g, b, a uint32) { func
[all …]
Dycbcr.go171 func (c YCbCr) RGBA() (uint32, uint32, uint32, uint32) { func
247 func (c NYCbCrA) RGBA() (uint32, uint32, uint32, uint32) { func
352 func (c CMYK) RGBA() (uint32, uint32, uint32, uint32) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/image/draw/
Ddraw.go389 func drawFillOver(dst *image.RGBA, r image.Rectangle, sr, sg, sb, sa uint32) {
411 func drawFillSrc(dst *image.RGBA, r image.Rectangle, sr, sg, sb, sa uint32) {
435 func drawCopyOver(dst *image.RGBA, r image.Rectangle, src *image.RGBA, sp image.Point) {
507 func drawNRGBAOver(dst *image.RGBA, r image.Rectangle, src *image.NRGBA, sp image.Point) {
544 func drawNRGBASrc(dst *image.RGBA, r image.Rectangle, src *image.NRGBA, sp image.Point) {
573 func drawGray(dst *image.RGBA, r image.Rectangle, src *image.Gray, sp image.Point) {
596 func drawCMYK(dst *image.RGBA, r image.Rectangle, src *image.CMYK, sp image.Point) {
617 func drawGlyphOver(dst *image.RGBA, r image.Rectangle, src *image.Uniform, mask *image.Alpha, mp im…
645 func drawGrayMaskOver(dst *image.RGBA, r image.Rectangle, src *image.Gray, sp image.Point, mask *im…
695 func drawRGBAMaskOver(dst *image.RGBA, r image.Rectangle, src *image.RGBA, sp image.Point, mask *im…
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/image/
Dimage.go102 type RGBA struct { struct
105 Pix []uint8
107 Stride int
109 Rect Rectangle
112 func (p *RGBA) ColorModel() color.Model { return color.RGBAModel }
114 func (p *RGBA) Bounds() Rectangle { return p.Rect }
116 func (p *RGBA) At(x, y int) color.Color {
120 func (p *RGBA) RGBA64At(x, y int) color.RGBA64 {
138 func (p *RGBA) RGBAAt(x, y int) color.RGBA {
149 func (p *RGBA) PixOffset(x, y int) int {
[all …]
Dnames.go28 func (c *Uniform) RGBA() (r, g, b, a uint32) { func
/aosp_15_r20/external/deqp/framework/common/
H A DtcuRGBA.hpp38 class RGBA class
57 RGBA(void) in RGBA() function in tcu::RGBA
62 RGBA(int r, int g, int b, int a) in RGBA() function in tcu::RGBA
72 explicit RGBA(uint32_t val) in RGBA() function in tcu::RGBA
H A DtcuRGBA.cpp31 RGBA::RGBA(const Vec4 &v) in RGBA() function in tcu::RGBA
/aosp_15_r20/external/swiftshader/src/Device/
H A DBC_Decoder.cpp312 struct RGBA struct
314 uint16_t r = 0;
315 uint16_t g = 0;
316 uint16_t b = 0;
317 uint16_t a = halfFloat1;
319 RGBA(uint16_t r, uint16_t g, uint16_t b) in RGBA() function
326 RGBA &operator=(const RGBA &other) in operator =()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dprelude.rs34 pub const RGBA: Self = Self(Self::R.0 | Self::G.0 | Self::B.0 | Self::A.0); constant
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderMetamorphicTests.cpp283 SanityPixel::SanityPixel(float xRelative, float yRelative, tcu::Vec4 RGBA) in SanityPixel()
300 tcu::Vec4 RGBA = img.getPixel(x, y, depth); in sanityComparePixels() local
/aosp_15_r20/prebuilts/go/linux-x86/src/image/internal/imageutil/
Dimpl.go16 func DrawYCbCr(dst *image.RGBA, r image.Rectangle, src *image.YCbCr, sp image.Point) (ok bool) {
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/util/
H A DEglProgram.h67 enum class TextureFormat { RGBA, YUV }; enumerator
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/fuzz/
DFuzz.proto7 RGBA = 1; enumerator
/aosp_15_r20/packages/services/Car/cpp/computepipe/types/
DStatus.h34 RGBA, enumerator
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/runner/graph/
DEnumConversionTest.cpp45 RGBA = 1, enumerator
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/include/
Dprebuilt_interface.h40 RGBA = 1, enumerator
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DColorParser.java36 private static final String RGBA = "rgba"; field in ColorParser
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DColorParser.java36 private static final String RGBA = "rgba"; field in ColorParser
/aosp_15_r20/external/webp/imageio/
H A Dimage_enc.h41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
/aosp_15_r20/external/v4l2_codec2/common/include/v4l2_codec2/common/
H A DVideoPixelFormat.h38 RGBA, // 32bpp ABGR (byte-order), 1 plane. enumerator
/aosp_15_r20/external/mesa3d/src/panfrost/lib/tests/
H A Dtest-blend.c40 #define RGBA(key, value) \ macro
/aosp_15_r20/external/angle/src/common/
H A Dpacked_egl_enums.json5 "RGBA": "EGL_TEXTURE_RGBA" string
H A DPackedEGLEnums_autogen.h110 RGBA = 2, enumerator
/aosp_15_r20/bootable/recovery/minui/include/minui/
H A Dminui.h105 RGBA = 5, // LSB Alpha enumerator
/aosp_15_r20/external/skia/src/gpu/
H A DSwizzle.h66 static constexpr Swizzle RGBA() { return Swizzle("rgba"); } in RGBA() function

1234567