Home
last modified time | relevance | path

Searched refs:IsRGBA (Results 1 – 11 of 11) sorted by relevance

/external/deqp-deps/amber/src/amberscript/
Dparser_expect_test.cc52 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()
Dparser.cc3116 if (probe->IsRGBA()) { in ParseExpect()
3136 if (!probe->IsRGBA() && tolerances.size() > 3) { in ParseExpect()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.h56 bool IsRGBA(GLint texFormat);
DContext.cpp2146 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()
Dutilities.cpp506 bool IsRGBA(GLint internalformat) in IsRGBA() function
/external/angle/src/libANGLE/renderer/vulkan/shaders/
DREADME.md45 "IsRGBA"
/external/deqp-deps/amber/src/
Dverifier.cc330 if (!command->IsRGBA()) in IsTexelEqualToExpected()
492 if (command->IsRGBA()) { in Probe()
502 if (command->IsRGBA()) { in Probe()
Dcommand.h374 bool IsRGBA() const { return color_format_ == ColorFormat::kRGBA; } in IsRGBA() function
/external/clang/lib/Sema/
DSemaExprMember.cpp274 IsRGBA(char c) { in IsRGBA() function
325 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()
328 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()
336 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp272 IsRGBA(char c) { in IsRGBA() function
331 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()
334 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()
342 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser_test.cc858 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()