Searched refs:IsRGBA (Results 1 – 11 of 11) sorted by relevance
52 EXPECT_FALSE(probe->IsRGBA()); in TEST_F()94 EXPECT_TRUE(probe->IsRGBA()); in TEST_F()1006 EXPECT_TRUE(probe->IsRGBA()); in TEST_F()1033 EXPECT_TRUE(probe->IsRGBA()); in TEST_F()1092 EXPECT_FALSE(probe->IsRGBA()); in TEST_F()1119 EXPECT_FALSE(probe->IsRGBA()); in TEST_F()
3116 if (probe->IsRGBA()) { in ParseExpect()3136 if (!probe->IsRGBA() && tolerances.size() > 3) { in ParseExpect()
56 bool IsRGBA(GLint texFormat);
2146 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()2167 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()2190 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()2211 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()2232 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()
506 bool IsRGBA(GLint internalformat) in IsRGBA() function
45 "IsRGBA"
330 if (!command->IsRGBA()) in IsTexelEqualToExpected()492 if (command->IsRGBA()) { in Probe()502 if (command->IsRGBA()) { in Probe()
374 bool IsRGBA() const { return color_format_ == ColorFormat::kRGBA; } in IsRGBA() function
274 IsRGBA(char c) { in IsRGBA() function325 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()328 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()336 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()
272 IsRGBA(char c) { in IsRGBA() function331 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()334 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()342 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()
858 EXPECT_FALSE(cmd->IsRGBA()); in TEST_P()893 EXPECT_TRUE(cmd->IsRGBA()); in TEST_P()929 EXPECT_TRUE(cmd->IsRGBA()); in TEST_P()965 EXPECT_TRUE(cmd->IsRGBA()); in TEST_P()1003 EXPECT_FALSE(cmd->IsRGBA()); in TEST_F()1030 EXPECT_TRUE(cmd->IsRGBA()); in TEST_F()1058 EXPECT_FALSE(cmd->IsRGBA()); in TEST_F()1090 EXPECT_FALSE(cmd->IsRGBA()); in TEST_F()1122 EXPECT_FALSE(cmd->IsRGBA()); in TEST_F()1154 EXPECT_FALSE(cmd->IsRGBA()); in TEST_F()