/external/deqp/framework/delibs/decpp/ |
D | deStringUtil.cpp | 117 bool beginsWith (const std::string& s, const std::string& prefix) in beginsWith() function 176 DE_TEST_ASSERT(beginsWith("foobar", "foobar")); in StringUtil_selfTest() 177 DE_TEST_ASSERT(beginsWith("foobar", "foo")); in StringUtil_selfTest() 178 DE_TEST_ASSERT(beginsWith("foobar", "f")); in StringUtil_selfTest() 179 DE_TEST_ASSERT(beginsWith("foobar", "")); in StringUtil_selfTest() 180 DE_TEST_ASSERT(beginsWith("", "")); in StringUtil_selfTest() 181 DE_TEST_ASSERT(!beginsWith("foobar", "bar")); in StringUtil_selfTest() 182 DE_TEST_ASSERT(!beginsWith("foobar", "foobarbaz")); in StringUtil_selfTest() 183 DE_TEST_ASSERT(!beginsWith("", "foo")); in StringUtil_selfTest()
|
D | deStringUtil.hpp | 50 bool beginsWith (const std::string& s, const std::string& prefix);
|
/external/eigen/bench/btl/generic_bench/ |
D | btl.hh | 123 bool beginsWith(const BtlString& str) const in beginsWith() function in BtlString 181 if (config[i].beginsWith("-a")) in BtlConfig() 192 else if (config[i].beginsWith("-t")) in BtlConfig() 203 else if (config[i].beginsWith("--overwrite")) in BtlConfig() 207 else if (config[i].beginsWith("--nocheck")) in BtlConfig() 211 else if (config[i].beginsWith("--real")) in BtlConfig()
|
/external/deqp/external/vulkancts/ |
D | verify_submission.py | 159 def beginsWith (str, prefix): function 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/ |
D | vktPipelineSamplerTests.cpp | 567 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_")); in getFormatCaseName() 663 DE_ASSERT(de::beginsWith(fullName, "VK_SAMPLER_ADDRESS_")); in getAddressModesCaseName() 679 DE_ASSERT(de::beginsWith(fullNameU, "VK_SAMPLER_ADDRESS_")); in getAddressModesCaseName() 680 DE_ASSERT(de::beginsWith(fullNameV, "VK_SAMPLER_ADDRESS_")); in getAddressModesCaseName() 681 DE_ASSERT(de::beginsWith(fullNameW, "VK_SAMPLER_ADDRESS_")); in getAddressModesCaseName()
|
D | vktPipelineImageViewTests.cpp | 329 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_")); in getFormatCaseName() 539 DE_ASSERT(de::beginsWith(fullName, "VK_COMPONENT_SWIZZLE_")); in getComponentSwizzleCaseName()
|
D | vktPipelineDepthTests.cpp | 898 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_")); in getFormatCaseName() 911 DE_ASSERT(de::beginsWith(fullOpName, "VK_COMPARE_OP_")); in getCompareOpsName()
|
D | vktPipelineStencilTests.cpp | 1022 DE_ASSERT(de::beginsWith(fullName, "VK_COMPARE_OP_")); in getShortName() 1084 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_")); in getFormatCaseName()
|
D | vktPipelineImageTests.cpp | 251 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_")); in getFormatCaseName()
|
D | vktPipelineBlendTests.cpp | 1041 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_")); in getFormatCaseName()
|
D | vktPipelineInputAssemblyTests.cpp | 1572 DE_ASSERT(de::beginsWith(fullName, "VK_PRIMITIVE_TOPOLOGY_")); in getPrimitiveTopologyCaseName()
|
/external/deqp/modules/glshared/ |
D | glsFboUtil.cpp | 188 if (de::beginsWith(extension, "GL_")) in checkExtensionSupport() 209 if (de::beginsWith(extension, "GL_")) in getExtensionDescription()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinition.cpp | 638 if (!de::beginsWith(m_xfbVaryings[ndx], "gl_")) in isValid()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeShaderApiTests.cpp | 991 if (de::beginsWith((const char*)glGetString(GL_VERSION), "OpenGL ES 2.0 ")) in init()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 178 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_")); in getFormatCaseName()
|