Home
last modified time | relevance | path

Searched refs:isCompatible (Results 1 – 25 of 94) sorted by relevance

1234

/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp194 bool GrVkRenderPass::isCompatible(const AttachmentsDescriptor& desc, in isCompatible() function in GrVkRenderPass
202 if (!fAttachmentsDescriptor.fColor.isCompatible(desc.fColor)) { in isCompatible()
207 if (!fAttachmentsDescriptor.fStencil.isCompatible(desc.fStencil)) { in isCompatible()
215 bool GrVkRenderPass::isCompatible(const GrVkRenderTarget& target) const { in isCompatible() function in GrVkRenderPass
221 return this->isCompatible(desc, flags); in isCompatible()
224 bool GrVkRenderPass::isCompatible(const GrVkRenderPass& renderPass) const { in isCompatible() function in GrVkRenderPass
226 return this->isCompatible(renderPass.fAttachmentsDescriptor, renderPass.fAttachmentFlags); in isCompatible()
DGrVkRenderPass.h78 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible() function
108 bool isCompatible(const GrVkRenderTarget& target) const;
110 bool isCompatible(const GrVkRenderPass& renderPass) const;
141 bool isCompatible(const AttachmentsDescriptor&, const AttachmentFlags&) const;
DGrVkDescriptorSetManager.h47 bool isCompatible(VkDescriptorType type, const GrVkUniformHandler*) const;
48 bool isCompatible(VkDescriptorType type,
DGrVkResourceProvider.cpp116 if (fCopyPipelines[i]->isCompatible(*dst->simpleRenderPass())) { in findOrCreateCopyPipeline()
143 if (fRenderPassArray[i].isCompatible(target)) { in findCompatibleRenderPass()
273 if (fDescriptorSetManagers[i]->isCompatible(type, &uniformHandler)) { in getSamplerDescriptorSetHandle()
292 if (fDescriptorSetManagers[i]->isCompatible(type, visibilities)) { in getSamplerDescriptorSetHandle()
573 bool GrVkResourceProvider::CompatibleRenderPassSet::isCompatible( in isCompatible() function in GrVkResourceProvider::CompatibleRenderPassSet
578 return fRenderPasses[0]->isCompatible(target); in isCompatible()
DGrVkCopyPipeline.cpp200 bool GrVkCopyPipeline::isCompatible(const GrVkRenderPass& rp) const { in isCompatible() function in GrVkCopyPipeline
201 return rp.isCompatible(*fRenderPass); in isCompatible()
DGrVkSecondaryCBDrawContext.cpp111 bool GrVkSecondaryCBDrawContext::isCompatible( in isCompatible() function in GrVkSecondaryCBDrawContext
161 if (!ddl || !this->isCompatible(ddl->characterization())) { in draw()
DGrVkCopyPipeline.h24 bool isCompatible(const GrVkRenderPass& rp) const;
/external/skqp/src/gpu/vk/
DGrVkRenderPass.cpp194 bool GrVkRenderPass::isCompatible(const AttachmentsDescriptor& desc, in isCompatible() function in GrVkRenderPass
202 if (!fAttachmentsDescriptor.fColor.isCompatible(desc.fColor)) { in isCompatible()
207 if (!fAttachmentsDescriptor.fStencil.isCompatible(desc.fStencil)) { in isCompatible()
215 bool GrVkRenderPass::isCompatible(const GrVkRenderTarget& target) const { in isCompatible() function in GrVkRenderPass
221 return this->isCompatible(desc, flags); in isCompatible()
224 bool GrVkRenderPass::isCompatible(const GrVkRenderPass& renderPass) const { in isCompatible() function in GrVkRenderPass
226 return this->isCompatible(renderPass.fAttachmentsDescriptor, renderPass.fAttachmentFlags); in isCompatible()
DGrVkRenderPass.h78 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible() function
108 bool isCompatible(const GrVkRenderTarget& target) const;
110 bool isCompatible(const GrVkRenderPass& renderPass) const;
141 bool isCompatible(const AttachmentsDescriptor&, const AttachmentFlags&) const;
DGrVkDescriptorSetManager.h47 bool isCompatible(VkDescriptorType type, const GrVkUniformHandler*) const;
48 bool isCompatible(VkDescriptorType type,
DGrVkResourceProvider.cpp116 if (fCopyPipelines[i]->isCompatible(*dst->simpleRenderPass())) { in findOrCreateCopyPipeline()
143 if (fRenderPassArray[i].isCompatible(target)) { in findCompatibleRenderPass()
273 if (fDescriptorSetManagers[i]->isCompatible(type, &uniformHandler)) { in getSamplerDescriptorSetHandle()
292 if (fDescriptorSetManagers[i]->isCompatible(type, visibilities)) { in getSamplerDescriptorSetHandle()
561 bool GrVkResourceProvider::CompatibleRenderPassSet::isCompatible( in isCompatible() function in GrVkResourceProvider::CompatibleRenderPassSet
566 return fRenderPasses[0]->isCompatible(target); in isCompatible()
DGrVkCopyPipeline.cpp189 bool GrVkCopyPipeline::isCompatible(const GrVkRenderPass& rp) const { in isCompatible() function in GrVkCopyPipeline
190 return rp.isCompatible(*fRenderPass); in isCompatible()
DGrVkCopyPipeline.h24 bool isCompatible(const GrVkRenderPass& rp) const;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DConnectionSpecTest.java98 assertTrue(tlsSpec.isCompatible(socket)); in tls_defaultCiphers_noFallbackIndicator()
128 assertTrue(tlsSpec.isCompatible(socket)); in tls_defaultCiphers_withFallbackIndicator()
162 assertTrue(tlsSpec.isCompatible(socket)); in tls_explicitCiphers()
201 assertTrue(tlsSpec.isCompatible(socket)); in tls_missingRequiredCipher()
207 assertFalse(tlsSpec.isCompatible(socket)); in tls_missingRequiredCipher()
262 assertTrue(tlsSpec.isCompatible(socket)); in tls_missingTlsVersion()
265 assertFalse(tlsSpec.isCompatible(socket)); in tls_missingTlsVersion()
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DDefaultDeflateCompatibilityWindowTest.java106 window.isCompatible(); in testIsCompatible()
109 Assert.assertFalse(broken.isCompatible()); in testIsCompatible()
112 Assert.assertTrue(infallible.isCompatible()); in testIsCompatible()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp33 if (!isCompatible(R)) in operator ==()
60 assert(isCompatible(R)); in operator <()
73 assert(isCompatible(R)); in operator -()
150 bool DbiModuleSourceFilesIterator::isCompatible( in isCompatible() function in DbiModuleSourceFilesIterator
/external/mockito/src/main/java/org/mockito/internal/invocation/
DTypeSafeMatching.java24 return isCompatible(matcher, argument) && matcher.matches(argument); in apply()
33 private static boolean isCompatible(ArgumentMatcher<?> argumentMatcher, Object argument) { in isCompatible() method in TypeSafeMatching
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp109 bool isCompatible (const VkExtensionProperties& extensionProperties, const RequiredE…
110 bool isCompatible (const VkLayerProperties& layerProperties, const RequiredLayer& re…
205 if (isCompatible(*cur, required)) in isExtensionSupported()
216 if (isCompatible(*cur, required)) in isLayerSupported()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DConnectionSpecSelector.java59 if (connectionSpec.isCompatible(sslSocket)) { in configureSecureSocket()
137 if (connectionSpecs.get(i).isCompatible(socket)) { in isFallbackPossible()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DConnectionSpecSelector.java61 if (connectionSpec.isCompatible(sslSocket)) { in configureSecureSocket()
139 if (connectionSpecs.get(i).isCompatible(socket)) { in isFallbackPossible()
/external/skqp/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp47 bool GrSimpleMeshDrawOpHelper::isCompatible(const GrSimpleMeshDrawOpHelper& that, in isCompatible() function in GrSimpleMeshDrawOpHelper
175 bool GrSimpleMeshDrawOpHelperWithStencil::isCompatible( in isCompatible() function in GrSimpleMeshDrawOpHelperWithStencil
178 return INHERITED::isCompatible(that, caps, thisBounds, thatBounds, noneAsCoverageAA) && in isCompatible()
DGrSimpleMeshDrawOpHelper.h58 bool isCompatible(const GrSimpleMeshDrawOpHelper& that, const GrCaps&, const SkRect& thisBounds,
179 bool isCompatible(const GrSimpleMeshDrawOpHelperWithStencil& that, const GrCaps&,
/external/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp47 bool GrSimpleMeshDrawOpHelper::isCompatible(const GrSimpleMeshDrawOpHelper& that, in isCompatible() function in GrSimpleMeshDrawOpHelper
161 bool GrSimpleMeshDrawOpHelperWithStencil::isCompatible( in isCompatible() function in GrSimpleMeshDrawOpHelperWithStencil
164 return INHERITED::isCompatible(that, caps, thisBounds, thatBounds, noneAsCoverageAA) && in isCompatible()
DGrSimpleMeshDrawOpHelper.h58 bool isCompatible(const GrSimpleMeshDrawOpHelper& that, const GrCaps&, const SkRect& thisBounds,
185 bool isCompatible(const GrSimpleMeshDrawOpHelperWithStencil& that, const GrCaps&,
/external/guava/guava-tests/test/com/google/common/hash/
DBloomFilterTest.java396 assertTrue(bf1.isCompatible(bf2)); in testPutAll()
409 assertFalse(bf1.isCompatible(bf2)); in testPutAllDifferentSizes()
416 assertFalse(bf2.isCompatible(bf1)); in testPutAllDifferentSizes()
426 assertFalse(bf1.isCompatible(bf1)); in testPutAllWithSelf()

1234