/external/apache-http/src/org/apache/http/conn/routing/ |
D | BasicRouteDirector.java | 168 (fact.isLayered() && !plan.isLayered())) in proxiedStep() 173 if (plan.isLayered() && !fact.isLayered()) in proxiedStep()
|
D | RouteInfo.java | 185 boolean isLayered() in isLayered() method
|
D | RouteTracker.java | 297 public final boolean isLayered() { in isLayered() method in RouteTracker
|
D | HttpRoute.java | 326 public final boolean isLayered() { in isLayered() method in HttpRoute
|
/external/angle/src/libANGLE/ |
D | Framebuffer.cpp | 89 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 …]
|
D | FramebufferAttachment.cpp | 210 bool FramebufferAttachment::isLayered() const in isLayered() function in gl::FramebufferAttachment 212 return mTarget.textureIndex().isLayered(); in isLayered()
|
D | ImageIndex.h | 45 bool isLayered() const;
|
D | Image.cpp | 407 bool Image::isLayered() const in isLayered() function in egl::Image 409 return mState.imageIndex.isLayered(); in isLayered()
|
D | Image.h | 163 bool isLayered() const;
|
D | FramebufferAttachment.h | 113 bool isLayered() const;
|
D | ImageIndex.cpp | 96 bool ImageIndex::isLayered() const in isLayered() function in gl::ImageIndex
|
D | queryutils.cpp | 1229 *params = attachmentObject->isLayered(); in QueryFramebufferAttachmentParameteriv()
|
D | validationES.cpp | 4572 if (imageObject->isLayered() && type != TextureType::_2DArray) in ValidateEGLImageTargetTexture2DOES()
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | DefaultHttpRoutePlanner.java | 115 final boolean secure = schm.isLayered(); in determineRoute()
|
D | AbstractPoolEntry.java | 294 if (this.tracker.isLayered()) { in layerProtocol()
|
D | ProxySelectorRoutePlanner.java | 166 final boolean secure = schm.isLayered(); in determineRoute()
|
/external/apache-http/src/org/apache/http/conn/scheme/ |
D | Scheme.java | 154 public final boolean isLayered() { in isLayered() method in Scheme
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_common.h | 413 bool isLayered() const { return mNativeIndex.isLayered(); } in ANGLE_GL_OBJECTS_X()
|
D | mtl_utils.mm | 274 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)
|
D | TextureMtl.mm | 1882 if (index.isLayered()) 1916 ASSERT(index.getLayerCount() == 1 && !index.isLayered());
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 2481 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/ |
D | FramebufferGL.cpp | 118 else if (attachment->isLayered()) in BindFramebufferAttachment()
|
/external/apache-http/ |
D | art-profile | 197 HPLorg/apache/http/conn/scheme/Scheme;->isLayered()Z 887 HSPLorg/apache/http/conn/routing/RouteInfo;->isLayered()Z
|
/external/apache-http/api/ |
D | current.txt | 1838 method @Deprecated public boolean isLayered(); 1866 method @Deprecated public boolean isLayered(); 1895 method @Deprecated public boolean isLayered(); 1922 method @Deprecated public boolean isLayered();
|