HomeSort by relevance Sort by last modified time
    Searched defs:getDepth (Results 1 - 25 of 322) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tools/gpu/gl/debug/
GrFrameBufferObj.h 44 GrFBBindableObj *getDepth() { return fDepthBuffer; }
  /libcore/ojluni/src/main/java/java/security/cert/
PolicyNode.java 92 int getDepth();
  /external/skia/src/core/
SkRTree.h 50 int getDepth() const { return fCount ? fRoot.fSubtree->fLevel + 1 : 0; }
  /external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 55 size_t getDepth() const { return Depth; }
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
NDC.java 34 int depth = getDepth();
54 public static int getDepth() {
68 int next = getDepth();
80 int next = getDepth();
91 int next = getDepth();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 56 size_t getDepth() const { return Depth; }
  /frameworks/rs/rsov/driver/
rsovAllocation.h 65 uint32_t getDepth() const { return mDepth; }
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 174 int getDepth();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
DirectoryWalker.java 616 public int getDepth() {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_properties.h 93 uint16_t getDepth() const {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RGBZ.java 135 public float getDepth(int x, int y) {
141 Log.e("RGBZ getDepth", "index out of bound");
BlurStack.java 137 public int getDepth(int layer, int relativeDepthInLayer) {
  /external/swiftshader/src/OpenGL/libGLESv2/
Renderbuffer.h 53 virtual GLsizei getDepth() const { return 1; }
115 virtual GLsizei getDepth() const;
211 GLsizei getDepth() const;
Renderbuffer.cpp 197 GLsizei RenderbufferTexture3D::getDepth() const
199 return mTexture3D->getDepth(mTexture3D->getTarget(), mLevel);
343 GLsizei Renderbuffer::getDepth() const
345 return mInstance->getDepth();
469 mSamples = renderTarget->getDepth() & ~1;
546 mSamples = depthStencil->getDepth() & ~1;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
WidgetPullParser.java 119 public int getDepth() {
  /art/tools/ahat/src/heapdump/
Site.java 256 public int getDepth() {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 57 public int getDepth()
  /external/deqp/framework/common/
tcuCompressedTexture.hpp 122 int getDepth (void) const { return m_depth; }
  /external/llvm/include/llvm/IR/
LegacyPassManagers.h 373 unsigned getDepth() const { return Depth; }
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
VisualSampleEntry.java 102 public int getDepth() {
206 IsoTypeWriter.writeUInt16(byteBuffer, getDepth());
  /external/swiftshader/src/OpenGL/common/
Image.hpp 104 int getDepth() const
  /external/swiftshader/third_party/LLVM/include/llvm/
PassManagers.h 335 unsigned getDepth() const { return Depth; }
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
BlurStack.java 122 public int getDepth(int layer, int relativeDepthInLayer) {
RGBZ.java 168 public float getDepth(int x, int y) {
174 Log.e("RGBZ getDepth", "index out of bound");
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 60 writeControlSettings(data.getFlags(), data.getDepth());

Completed in 665 milliseconds

1 2 3 4 5 6 7 8 91011>>