HomeSort by relevance Sort by last modified time
    Searched refs:beginsWith (Results 1 - 17 of 17) sorted by null

  /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 118 bool beginsWith(const BtlString& str) const
176 if (config[i].beginsWith("-a"))
187 else if (config[i].beginsWith("-t"))
198 else if (config[i].beginsWith("--overwrite"))
202 else if (config[i].beginsWith("--nocheck"))
206 else if (config[i].beginsWith("--real"))
  /external/deqp/scripts/verify/
verify.py 94 def beginsWith (str, prefix):
109 if beginsWith(line, "CONFORM_VERSION:"):
116 elif beginsWith(line, "PRODUCT:"):
118 elif beginsWith(line, "CPU:"):
123 elif beginsWith(line, "OS:"):
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSamplerTests.cpp 723 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_"));
766 DE_ASSERT(de::beginsWith(fullName, prefix));
896 DE_ASSERT(de::beginsWith(fullName, "VK_SAMPLER_ADDRESS_"));
912 DE_ASSERT(de::beginsWith(fullNameU, "VK_SAMPLER_ADDRESS_"));
913 DE_ASSERT(de::beginsWith(fullNameV, "VK_SAMPLER_ADDRESS_"));
914 DE_ASSERT(de::beginsWith(fullNameW, "VK_SAMPLER_ADDRESS_"));
    [all...]
vktPipelineDepthTests.cpp 700 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_"));
713 DE_ASSERT(de::beginsWith(fullOpName, "VK_COMPARE_OP_"));
    [all...]
vktPipelineImageViewTests.cpp 327 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_"));
583 DE_ASSERT(de::beginsWith(fullName, "VK_COMPONENT_SWIZZLE_"));
vktPipelineStencilTests.cpp 760 DE_ASSERT(de::beginsWith(fullName, "VK_COMPARE_OP_"));
799 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_"));
    [all...]
vktPipelineImageTests.cpp 379 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_"));
vktPipelineBlendTests.cpp     [all...]
vktPipelineInputAssemblyTests.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkShaderToSpirV.cpp 227 if (de::beginsWith(src, "#version"))
  /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/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeShaderApiTests.cpp     [all...]

Completed in 1390 milliseconds