/external/deqp/framework/delibs/decpp/ |
deStringUtil.cpp | 117 bool beginsWith (const std::string& s, const std::string& prefix) 176 DE_TEST_ASSERT(beginsWith("foobar", "foobar")); 177 DE_TEST_ASSERT(beginsWith("foobar", "foo")); 178 DE_TEST_ASSERT(beginsWith("foobar", "f")); 179 DE_TEST_ASSERT(beginsWith("foobar", "")); 180 DE_TEST_ASSERT(beginsWith("", "")); 181 DE_TEST_ASSERT(!beginsWith("foobar", "bar")); 182 DE_TEST_ASSERT(!beginsWith("foobar", "foobarbaz")); 183 DE_TEST_ASSERT(!beginsWith("", "foo"));
|
deStringUtil.hpp | 50 bool beginsWith (const std::string& s, const std::string& prefix);
|
/external/eigen/bench/btl/generic_bench/ |
btl.hh | 123 bool beginsWith(const BtlString& str) const 181 if (config[i].beginsWith("-a")) 192 else if (config[i].beginsWith("-t")) 203 else if (config[i].beginsWith("--overwrite")) 207 else if (config[i].beginsWith("--nocheck")) 211 else if (config[i].beginsWith("--real"))
|
/external/deqp/external/vulkancts/ |
verify_submission.py | 159 def beginsWith (str, prefix): 174 if beginsWith(line, "CONFORM_VERSION:"): 179 elif beginsWith(line, "PRODUCT:"): 181 elif beginsWith(line, "CPU:"): 186 elif beginsWith(line, "OS:"):
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineSamplerTests.cpp | 567 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_")); 663 DE_ASSERT(de::beginsWith(fullName, "VK_SAMPLER_ADDRESS_")); 679 DE_ASSERT(de::beginsWith(fullNameU, "VK_SAMPLER_ADDRESS_")); 680 DE_ASSERT(de::beginsWith(fullNameV, "VK_SAMPLER_ADDRESS_")); 681 DE_ASSERT(de::beginsWith(fullNameW, "VK_SAMPLER_ADDRESS_")); [all...] |
vktPipelineImageViewTests.cpp | 329 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_")); 539 DE_ASSERT(de::beginsWith(fullName, "VK_COMPONENT_SWIZZLE_"));
|
vktPipelineImageTests.cpp | 251 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_"));
|
vktPipelineDepthTests.cpp | [all...] |
vktPipelineStencilTests.cpp | [all...] |
vktPipelineBlendTests.cpp | [all...] |
vktPipelineInputAssemblyTests.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsFboUtil.cpp | 188 if (de::beginsWith(extension, "GL_")) 209 if (de::beginsWith(extension, "GL_"))
|
/external/deqp/modules/gles31/functional/ |
es31fProgramInterfaceDefinition.cpp | 638 if (!de::beginsWith(m_xfbVaryings[ndx], "gl_"))
|
/external/deqp/modules/gles2/functional/ |
es2fNegativeShaderApiTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageLoadStoreTests.cpp | 178 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_")); [all...] |