Home
last modified time | relevance | path

Searched refs:isLayered (Results 1 – 24 of 24) sorted by relevance

/external/apache-http/src/org/apache/http/conn/routing/
DBasicRouteDirector.java168 (fact.isLayered() && !plan.isLayered())) in proxiedStep()
173 if (plan.isLayered() && !fact.isLayered()) in proxiedStep()
DRouteInfo.java185 boolean isLayered() in isLayered() method
DRouteTracker.java297 public final boolean isLayered() { in isLayered() method in RouteTracker
DHttpRoute.java326 public final boolean isLayered() { in isLayered() method in HttpRoute
/external/angle/src/libANGLE/
DFramebuffer.cpp89 if (!attachment.isLayered()) in CheckAttachmentCompleteness()
1223 Optional<bool> isLayered; in checkStatusWithGLFrontEnd() local
1283 isLayered = colorAttachment.isLayered(); in checkStatusWithGLFrontEnd()
1284 if (isLayered.value()) in checkStatusWithGLFrontEnd()
1296 ASSERT(isLayered.valid()); in checkStatusWithGLFrontEnd()
1297 if (isLayered.value() != colorAttachment.isLayered()) in checkStatusWithGLFrontEnd()
1303 else if (isLayered.value()) in checkStatusWithGLFrontEnd()
1355 isLayered = depthAttachment.isLayered(); in checkStatusWithGLFrontEnd()
1363 ASSERT(isLayered.valid()); in checkStatusWithGLFrontEnd()
1364 if (isLayered.value() != depthAttachment.isLayered()) in checkStatusWithGLFrontEnd()
[all …]
DFramebufferAttachment.cpp210 bool FramebufferAttachment::isLayered() const in isLayered() function in gl::FramebufferAttachment
212 return mTarget.textureIndex().isLayered(); in isLayered()
DImageIndex.h45 bool isLayered() const;
DImage.cpp407 bool Image::isLayered() const in isLayered() function in egl::Image
409 return mState.imageIndex.isLayered(); in isLayered()
DImage.h163 bool isLayered() const;
DFramebufferAttachment.h113 bool isLayered() const;
DImageIndex.cpp96 bool ImageIndex::isLayered() const in isLayered() function in gl::ImageIndex
Dqueryutils.cpp1229 *params = attachmentObject->isLayered(); in QueryFramebufferAttachmentParameteriv()
DvalidationES.cpp4572 if (imageObject->isLayered() && type != TextureType::_2DArray) in ValidateEGLImageTargetTexture2DOES()
/external/apache-http/src/org/apache/http/impl/conn/
DDefaultHttpRoutePlanner.java115 final boolean secure = schm.isLayered(); in determineRoute()
DAbstractPoolEntry.java294 if (this.tracker.isLayered()) { in layerProtocol()
DProxySelectorRoutePlanner.java166 final boolean secure = schm.isLayered(); in determineRoute()
/external/apache-http/src/org/apache/http/conn/scheme/
DScheme.java154 public final boolean isLayered() { in isLayered() method in Scheme
/external/angle/src/libANGLE/renderer/metal/
Dmtl_common.h413 bool isLayered() const { return mNativeIndex.isLayered(); } in ANGLE_GL_OBJECTS_X()
Dmtl_utils.mm274 ASSERT(!index.isLayered() || index.getType() == gl::TextureType::_3D);
352 ASSERT(!index.isLayered() || index.getType() == gl::TextureType::_3D);
353 if (index.isLayered() && index.getType() == gl::TextureType::_3D)
DTextureMtl.mm1882 if (index.isLayered())
1916 ASSERT(index.getLayerCount() == 1 && !index.isLayered());
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp2481 const bool isLayered = (texture.numLayers() > 1); in createImageStoreTests() local
2488 if (isLayered) in createImageStoreTests()
2521 const bool isLayered = (texture.numLayers() > 1); in createImageLoadStoreTests() local
2528 if (isLayered) in createImageLoadStoreTests()
2582 const bool isLayered = (texture.numLayers() > 1); in createImageLoadStoreLodAMDTests() local
2592 if (isLayered) in createImageLoadStoreLodAMDTests()
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp118 else if (attachment->isLayered()) in BindFramebufferAttachment()
/external/apache-http/
Dart-profile197 HPLorg/apache/http/conn/scheme/Scheme;->isLayered()Z
887 HSPLorg/apache/http/conn/routing/RouteInfo;->isLayered()Z
/external/apache-http/api/
Dcurrent.txt1838 method @Deprecated public boolean isLayered();
1866 method @Deprecated public boolean isLayered();
1895 method @Deprecated public boolean isLayered();
1922 method @Deprecated public boolean isLayered();