Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp166 DescriptorUpdateMethod updateMethod, in verifyDriverSupport() argument
173 switch (updateMethod) in verifyDriverSupport()
215 …TCU_THROW(NotSupportedError, (stringifyDescriptorUpdateMethod(updateMethod) + " tests are not supp… in verifyDriverSupport()
1257 DescriptorUpdateMethod updateMethod,
1284 DescriptorUpdateMethod updateMethod);
1287 DescriptorUpdateMethod updateMethod,
1318 DescriptorUpdateMethod updateMethod = DESCRIPTOR_UPDATE_METHOD_NORMAL);
1385 DescriptorUpdateMethod updateMethod, in BufferRenderInstance() argument
1394 , m_updateMethod (updateMethod) in BufferRenderInstance()
1498 DescriptorUpdateMethod updateMethod) in createDescriptorSetLayout() argument
[all …]
/external/apache-http/android/src/android/net/http/
DCertificateChainValidator.java189 Method updateMethod = tm.getClass().getDeclaredMethod("handleTrustStorageUpdate"); in handleTrustStorageUpdate() local
190 updateMethod.setAccessible(true); in handleTrustStorageUpdate()
191 updateMethod.invoke(tm); in handleTrustStorageUpdate()