OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:caseDesc
(Results
1 - 7
of
7
) sorted by null
/external/guava/guava-tests/test/com/google/common/io/
SourceSinkTester.java
79
private final String
caseDesc
;
81
SourceSinkTester(F factory, T data, String suiteName, String
caseDesc
, Method method) {
87
this.
caseDesc
= checkNotNull(
caseDesc
);
92
return super.getName() + " [" + suiteName + " [" +
caseDesc
+ "]]";
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp
762
const std::string
caseDesc
= "vkCreateBuffer test: " + allocStr + de::toString(bufferUsageFlags) + " " + de::toString(testParams.flags);
767
newTestGroup->addChild(new BuffersTestCase(testCtx, caseName.c_str(),
caseDesc
.c_str(), testParams));
770
newTestGroup->addChild(new DedicatedAllocationBuffersTestCase(testCtx, caseName.c_str(),
caseDesc
.c_str(), testParams));
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineStencilTests.cpp
[
all
...]
vktPipelineVertexInputTests.cpp
[
all
...]
/external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp
867
const std::string
caseDesc
= "Build program, " + desc + ", for " + shaderTypeName + " shader.";
869
group->addChild(new T(context, caseName.c_str(),
caseDesc
.c_str(), shaderType));
1061
const std::string
caseDesc
= std::string("Replace source code of ") + ((shaderType == glu::SHADERTYPE_FRAGMENT) ? "fragment" : "vertex") + " shader.";
1063
shaderSourceGroup->addChild(new ShaderSourceReplaceCase(m_context, caseName.c_str(),
caseDesc
.c_str(), shaderType));
1084
const std::string
caseDesc
= std::string((shaderType == glu::SHADERTYPE_FRAGMENT) ? "Fragment" : "Vertex")
1091
shaderSourceGroup->addChild(new ShaderSourceSplitCase(m_context, caseName.c_str(),
caseDesc
.c_str(), shaderType, numSlices, flags));
/external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp
927
const std::string
caseDesc
= "Build program, " + desc + ", for " + shaderTypeName + " shader.";
929
group->addChild(new T(context, caseName.c_str(),
caseDesc
.c_str(), shaderType));
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp
[
all
...]
Completed in 234 milliseconds