Home
last modified time | relevance | path

Searched refs:modeName (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/gm/
H A Daaxfermodes.cpp207 const char* modeName = SkBlendMode_Name(mode); in drawModeName() local
208 SkTextUtils::DrawString(canvas, modeName, kLabelSpacing - kShapeSize / 4, in drawModeName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp468 const auto modeName = getCaseName(testModes); in createMeshShaderProvokingVertexTestsEXT() local
475 geometryGroup->addChild(new ProvokingVertexCase(testCtx, modeName, params)); in createMeshShaderProvokingVertexTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp468 const auto modeName = getCaseName(testModes); in createMeshShaderProvokingVertexTestsEXT() local
475 geometryGroup->addChild(new ProvokingVertexCase(testCtx, modeName, "", params)); in createMeshShaderProvokingVertexTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp827 std::string modeName [TEST_MODE_COUNT] = { "inclusive_", "exclusive_" }; in createTests() local
849 name << dynamicName[dynamic] << scissorName[scissor] << modeName[mode] << "rect_" << numRect[rect]; in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp829 std::string modeName [TEST_MODE_COUNT] = { "inclusive_", "exclusive_" }; in createTests() local
851 name << dynamicName[dynamic] << scissorName[scissor] << modeName[mode] << "rect_" << numRect[rect]; in createTests()
/third_party/libsnd/src/
H A Dogg_speex.c351 psf->sf.samplerate, mode->modeName, (spx->header.vbr ? "yes" : "no"), psf->sf.channels) ; in spx_header_read()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp6552 const char* modeName = (modeNdx == 0 ? "overestimate" : "underestimate");
6553 TestCaseGroupPtr modesGroup (new tcu::TestCaseGroup(testCtx, modeName));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp5659 const char* modeName = (modeNdx == 0 ? "overestimate" : "underestimate");
5660 de::MovePtr<tcu::TestCaseGroup> modesGroup(new tcu::TestCaseGroup(testCtx, modeName, ""));

Completed in 20 milliseconds