Searched refs:modeName (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/gm/ |
H A D | aaxfermodes.cpp | 207 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 D | vktMeshShaderProvokingVertexTestsEXT.cpp | 468 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 D | vktMeshShaderProvokingVertexTestsEXT.cpp | 468 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 D | vktDrawDiscardRectanglesTests.cpp | 827 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 D | vktDrawDiscardRectanglesTests.cpp | 829 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 D | ogg_speex.c | 351 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 D | vktPipelineMultisampleTests.cpp | 6552 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 D | vktPipelineMultisampleTests.cpp | 5659 const char* modeName = (modeNdx == 0 ? "overestimate" : "underestimate"); 5660 de::MovePtr<tcu::TestCaseGroup> modesGroup(new tcu::TestCaseGroup(testCtx, modeName, ""));
|
Completed in 23 milliseconds