Searched refs:getDepth (Results 1 - 25 of 154) sorted by path

1234567

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
H A DTestUtils.java226 public int getDepth() {
245 public int getDepth() {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertPathValidatorUtilities.java447 policyNodes[_node.getDepth()].remove(_node);
H A DPKIXPolicyNode.java57 public int getDepth() method in class:PKIXPolicyNode
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dlog_grouper.js33 getDepth: function() {
H A Dlog_view_painter.js47 for (var j = entry.getDepth(); j > 0; --j)
70 tablePrinter.setNewRowCellIndent(5 + entry.getDepth());
82 var isSourceActive = lastEntry.getDepth() != 0 || lastEntry.isBegin();
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
H A DDependencyGraph.h200 int getDepth() const { return mDepth; } function in class:TDependencyGraphTraverser
H A DDependencyGraphOutput.cpp11 for (int i = 0; i < getDepth(); ++i)
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTexture.cpp105 return (baseImage ? baseImage->getDepth() : 0);
712 GLsizei Texture3D::getDepth(GLint level) const function in class:gl::Texture3D
714 return (level < IMPLEMENTATION_MAX_TEXTURE_LEVELS) ? mTexture->getImage(level, 0)->getDepth() : 0;
843 if (levelImage->getDepth() != std::max(1, depth >> level))
H A DTexture.h192 GLsizei getDepth(GLint level) const;
H A DvalidationES.cpp1326 textureLevelDepth = texture3d->getDepth(level);
H A DvalidationES3.cpp393 textureLevelDepth = texture3d->getDepth(level);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DImage.h36 GLsizei getDepth() const { return mDepth; } function in class:rx::Image
H A DRenderTarget.h35 GLsizei getDepth() const { return mDepth; } function in class:rx::RenderTarget
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DTextureD3D.cpp81 return (baseImage ? baseImage->getDepth() : 0);
96 if (image->getWidth() == 0 || image->getHeight() == 0 || image->getDepth() == 0)
118 image->loadData(0, 0, 0, image->getWidth(), image->getHeight(), image->getDepth(), unpack.alignment, type, pixelData);
155 image->loadCompressedData(0, 0, 0, image->getWidth(), image->getHeight(), image->getDepth(), pixels);
1309 GLsizei TextureD3D_3D::getDepth(GLint level) const
1312 return mImageArray[level]->getDepth();
1345 gl::Box destArea(0, 0, 0, getWidth(level), getHeight(level), getDepth(level));
1680 if (levelImage->getDepth() != std::max(1, depth >> level))
1695 commitRect(level, 0, 0, 0, getWidth(level), getHeight(level), getDepth(level));
H A DTextureD3D.h212 GLsizei getDepth(GLint level) const;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DImage11.cpp78 dxgiFormatInfo.mipGenerationFunction(src->getWidth(), src->getHeight(), src->getDepth(),
H A DTextureStorage11.cpp375 gl::Box sourceArea(0, 0, 0, source->getWidth(), source->getHeight(), source->getDepth());
376 gl::Extents sourceSize(source->getWidth(), source->getHeight(), source->getDepth());
378 gl::Box destArea(0, 0, 0, dest->getWidth(), dest->getHeight(), dest->getDepth());
379 gl::Extents destSize(dest->getWidth(), dest->getHeight(), dest->getDepth());
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/skia/include/xml/
H A DSkXMLParser.h120 int getDepth() const { return fDepth; }
/external/chromium_org/third_party/skia/src/core/
H A DSkBBoxHierarchy.h79 virtual int getDepth() const = 0;
H A DSkRTree.h88 virtual int getDepth() const SK_OVERRIDE {

Completed in 3259 milliseconds

1234567