Home
last modified time | relevance | path

Searched refs:resourceGroup (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBImporter.java321 ButtonGroup resourceGroup = new ButtonGroup(); in initComponents() local
355 resourceGroup.add(resourceOverwriteRadio); in initComponents()
356 resourceGroup.add(resourceIgnoreRadio); in initComponents()
357 resourceGroup.add(resourcePromptRadio); in initComponents()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSyncTests.cpp1214 GroupPtr resourceGroup (new tcu::TestCaseGroup(testCtx, resourceCase.name, "")); in createMeshShaderSyncTests() local
1255 resourceGroup->addChild(barrierGroup.release()); in createMeshShaderSyncTests()
1258 combinationGroup->addChild(resourceGroup.release()); in createMeshShaderSyncTests()