| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmVaryingNameTests.cpp | 183 void addGraphicsVaryingNameTest (tcu::TestCaseGroup* group, const TestParams& params) in addGraphicsVaryingNameTest() argument
|
| H A D | vktSpvAsmWorkgroupMemoryTests.cpp | 148 void addComputeWorkgroupMemoryTests (tcu::TestCaseGroup* group) in addComputeWorkgroupMemoryTests() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
| H A D | vktAmberTestCaseUtil.cpp | 177 void createAmberTestsFromIndexFile (tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string filename, const char* category) in createAmberTestsFromIndexFile() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiDriverPropertiesTests.cpp | 211 void createTestCases (tcu::TestCaseGroup* group) in createTestCases() argument
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| H A D | conf.h | 81 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable 83 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
|
| /third_party/openssl/ssl/ |
| H A D | tls_depr.c | 172 const EC_GROUP *group = EC_KEY_get0_group((const EC_KEY *)key); in ssl_set_tmp_ecdh_groups() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | PassResourceUsageTracker.cpp | 82 void SyncScopeUsageTracker::AddBindGroup(BindGroupBase* group) { in AddBindGroup() argument 186 void ComputePassResourceUsageTracker::AddResourcesReferencedByBindGroup(BindGroupBase* group) { in AddResourcesReferencedByBindGroup() argument [all...] |
| H A D | BindingInfo.h | 72 BindGroupIndex group; member
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | SamplerHeapCacheD3D12.cpp | 91 GetOrCreate( const BindGroup* group, StagingDescriptorAllocator* samplerAllocator) GetOrCreate() argument
|
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | options.hh | 116 GOptionGroup *group = g_option_group_new (name, description, help_description, in add_group() local 128 GOptionGroup *group = g_option_group_new (nullptr, nullptr, nullptr, in add_main_group() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCSectionELF.h | 53 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID, MCSymbol *Begin, const MCSymbolELF *AssociatedSymbol) MCSectionELF() argument
|
| H A D | MCSectionWasm.h | 49 MCSectionWasm(StringRef Section, SectionKind K, const MCSymbolWasm *group, in MCSectionWasm() argument
|
| /third_party/skia/third_party/externals/tint/fuzzers/ |
| H A D | transform_builder.h | 101 uint32_t group; in impl() member
|
| /third_party/skia/tools/sk_app/ |
| H A D | CommandSet.cpp | 71 void CommandSet::addCommand(SkUnichar c, const char* group, const char* description, in addCommand() argument 76 void CommandSet::addCommand(skui::Key k, const char* keyName, const char* group, in addCommand() argument
|
| /third_party/unity/extras/fixture/src/ |
| H A D | unity_fixture.c | 61 static int groupSelected(const char* group) in groupSelected() argument 118 void UnityIgnoreTest(const char* printableName, const char* group, const char* name) in UnityIgnoreTest() argument 66 UnityTestRunner(unityfunction* setup, unityfunction* testBody, unityfunction* teardown, const char* printableName, const char* group, const char* name, const char* file, unsigned int line) UnityTestRunner() argument
|
| /third_party/unity/extras/fixture/test/ |
| H A D | unity_fixture_Test.c | 137 static const char* group[] = { variable
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | device-port.c | 57 void pa_device_port_new_data_set_availability_group(pa_device_port_new_data *data, const char *group) { in pa_device_port_new_data_set_availability_group() argument
|
| /third_party/skia/modules/sksg/tests/ |
| H A D | SGTest.cpp | 291 auto group = sksg::Group::Make(); in inval_test3() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fShaderSwitchTests.cpp | 156 static void makeSwitchCases (TestCaseGroup* group, const char* name, const char* desc, const LineStream& switchBody, const bool skipDynamicType = false) in makeSwitchCases() argument
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fAndroidExtensionPackES31ATests.cpp | 209 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "limits", "Implementation limits"); in init() member in deqp::gles31::Functional::tcu 246 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "extensions", "Required extensions"); in init() member in deqp::gles31::Functional::tcu 260 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "shaders", "Shader tests"); in init() member in deqp::gles31::Functional::tcu [all...] |
| H A D | es31fShaderUniformIntegerFunctionTests.cpp | 189 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), functionName, functionName); in addFunctionCases() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineMatchedAttachmentsTests.cpp | 250 void addMatchedAttachmentsTestCasesWithFunctions (tcu::TestCaseGroup* group, PipelineConstructionType pipelineConstructionType) in addMatchedAttachmentsTestCasesWithFunctions() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmEmptyStructTests.cpp | 65 void addCopyingComputeGroup(tcu::TestCaseGroup* group) in addCopyingComputeGroup() argument 231 void addPointerComparisionComputeGroup(tcu::TestCaseGroup* group) in addPointerComparisionComputeGroup() argument 338 void addFunctionArgumentReturnValueGroup(tcu::TestCaseGroup* group) in addFunctionArgumentReturnValueGroup() argument [all...] |
| H A D | vktSpvAsmVaryingNameTests.cpp | 183 void addGraphicsVaryingNameTest (tcu::TestCaseGroup* group, const TestParams& params) in addGraphicsVaryingNameTest() argument
|
| H A D | vktSpvAsmWorkgroupMemoryTests.cpp | 148 void addComputeWorkgroupMemoryTests (tcu::TestCaseGroup* group) in addComputeWorkgroupMemoryTests() argument [all...] |