/third_party/flutter/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.h | 54 struct RGBA8 { struct 55 constexpr RGBA8() : RGBA8(0, 0, 0, 0) { in RGBA8() function 57 constexpr RGBA8(uint8_t r, uint8_t g, uint8_t b, uint8_t a) : r(r), g(g), b(b), a(a) { in RGBA8() function 64 std::ostream& operator<<(std::ostream& stream, const RGBA8& color); argument
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.h | 110 struct RGBA8 { struct 111 constexpr RGBA8() : RGBA8(0, 0, 0, 0) { in RGBA8() argument 113 constexpr RGBA8(uint8_t r, uint8_t g, uint8_t b, uint8_t a) : r(r), g(g), b(b), a(a) { in RGBA8() argument 122 static const RGBA8 kZero; argument 123 static const RGBA8 kBlack; argument 124 static const RGBA8 kRed; argument 125 static const RGBA8 kGreen; argument 126 static const RGBA8 kBlue; argument 127 static const RGBA8 kYellow; argument 128 static const RGBA8 kWhite; argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | BlendMinMaxTest.cpp | 173 TEST_P(BlendMinMaxTest, RGBA8) in TEST_P() argument
|
D | TextureTest.cpp | 6724 struct RGBA8 struct in __anon3a9c42100111::TextureLimitsTest 6726 uint8_t R, G, B, A;
|
D | FramebufferTest.cpp | 225 TEST_P(FramebufferFormatsTest, RGBA8) in TEST_P() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | BlendMinMaxTest.cpp | 164 TEST_P(BlendMinMaxTest, RGBA8) in TEST_P() argument
|
D | TextureTest.cpp | 3565 struct RGBA8 struct in __anon0fd768250111::TextureLimitsTest 3567 uint8_t R, G, B, A;
|
D | FramebufferTest.cpp | 224 TEST_P(FramebufferFormatsTest, RGBA8) in TEST_P() argument
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ColorStateTests.cpp | 92 dawn::BindGroup MakeBindGroupForColors(std::array<RGBA8, N> colors) { in MakeBindGroupForColors() 140 std::vector<std::pair<RGBA8, RGBA8>> tests) { in CheckBlendOperation()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ColorStateTests.cpp | 95 wgpu::BindGroup MakeBindGroupForColors(std::array<RGBA8, N> colors) { in MakeBindGroupForColors() 144 std::vector<std::pair<RGBA8, RGBA8>> tests) { in CheckBlendOperation()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | webgl2.js | 57 RGBA8: 0x8058, property
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 3902 readonly RGBA8: GLenum; variable 4263 readonly RGBA8: GLenum; property
|
D | lib.dom.d.ts | 16933 readonly RGBA8: GLenum; variable 17294 readonly RGBA8: GLenum; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 3882 readonly RGBA8: GLenum; variable 4243 readonly RGBA8: GLenum; property
|
D | dom.generated.d.ts | 16913 readonly RGBA8: GLenum; variable 17274 readonly RGBA8: GLenum; property
|