Home
last modified time | relevance | path

Searched refs:toDescription (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/egl/
DteglMakeCurrentPerfTests.cpp83 string toDescription (void) const;
151 string MakeCurrentPerfCase::Spec::toDescription (void) const in toDescription() function in deqp::egl::MakeCurrentPerfCase::Spec
577 …(new MakeCurrentPerfCase(m_eglTestCtx, spec, spec.toName().c_str(), spec.toDescription().c_str())); in init()
613 …(new MakeCurrentPerfCase(m_eglTestCtx, spec, spec.toName().c_str(), spec.toDescription().c_str())); in init()
656 …(new MakeCurrentPerfCase(m_eglTestCtx, spec, spec.toName().c_str(), spec.toDescription().c_str())); in init()
706 …(new MakeCurrentPerfCase(m_eglTestCtx, spec, spec.toName().c_str(), spec.toDescription().c_str())); in init()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp301 std::string toDescription() const;
DvktSpvAsmUtils.cpp46 std::string VariableLocation::toDescription() const in toDescription() function in vkt::SpirVAssembly::VariableLocation
DvktSpvAsmInstructionTests.cpp1080 std::string testDescription = "Unused variable test with " + location.toDescription(); in createUnusedVariableComputeTests()
1130 std::string testDescription = "Unused function test with " + location.toDescription(); in createUnusedVariableComputeTests()