Home
last modified time | relevance | path

Searched refs:kFloatRed (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLNoConfigContextTest.cpp118 EXPECT_PIXEL_COLOR32F_EQ(0, 0, kFloatRed); in TEST_P()
/external/angle/src/tests/test_utils/
DANGLETest.h173 static constexpr GLColor32F kFloatRed = {1.0f, 0.0f, 0.0f, 1.0f}; variable
/external/angle/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp4789 kFloatRed, in TEST_P()
4790 kFloatRed, in TEST_P()
4820 kFloatRed, in TEST_P()
4821 kFloatRed, in TEST_P()
DUniformBufferTest.cpp1479 glBufferData(GL_UNIFORM_BUFFER, sizeof(GLColor32F), &kFloatRed, GL_STATIC_DRAW); in TEST_P()
1524 glBufferData(GL_UNIFORM_BUFFER, sizeof(GLColor32F), &kFloatRed, GL_STATIC_DRAW); in TEST_P()
1567 glBufferData(GL_UNIFORM_BUFFER, sizeof(GLColor32F), &kFloatRed, GL_STATIC_DRAW); in TEST_P()
DCopyTextureTest.cpp2228 testOutput(destTexture, kFloatRed); in TEST_P()
DVertexAttributeTest.cpp1119 SetupColorsForUnitQuad(colorLoc, kFloatRed, GL_STREAM_DRAW, &colorBuffers[0]); in TEST_P()