Searched refs:toDescription (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/egl/ |
D | teglMakeCurrentPerfTests.cpp | 83 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/ |
D | vktSpvAsmUtils.hpp | 301 std::string toDescription() const;
|
D | vktSpvAsmUtils.cpp | 46 std::string VariableLocation::toDescription() const in toDescription() function in vkt::SpirVAssembly::VariableLocation
|
D | vktSpvAsmInstructionTests.cpp | 1080 std::string testDescription = "Unused variable test with " + location.toDescription(); in createUnusedVariableComputeTests() 1130 std::string testDescription = "Unused function test with " + location.toDescription(); in createUnusedVariableComputeTests()
|