Searched defs:RGBA8 (Results 1 – 10 of 10) sorted by relevance
/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() function 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 __anonafe871cf0111::TextureLimitsTest 6726 uint8_t R, G, B, A;
|
D | FramebufferTest.cpp | 225 TEST_P(FramebufferFormatsTest, RGBA8) in TEST_P() argument
|
/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/webgl/ |
D | webgl2.js | 57 RGBA8: 0x8058, property
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 3736 readonly RGBA8: GLenum; variable 4393 readonly RGBA8: GLenum; property
|
D | lib.dom.d.ts | 14982 readonly RGBA8: GLenum; variable 15639 readonly RGBA8: GLenum; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 3716 readonly RGBA8: GLenum; variable 4373 readonly RGBA8: GLenum; property
|
D | dom.generated.d.ts | 14962 readonly RGBA8: GLenum; variable 15619 readonly RGBA8: GLenum; property
|