HomeSort by relevance Sort by last modified time
    Searched defs:mDepth (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image.h 36 GLsizei getDepth() const { return mDepth; }
58 GLsizei mDepth;
RenderTarget.h 25 mDepth = 0;
35 GLsizei getDepth() const { return mDepth; }
39 gl::Extents getExtents() const { return gl::Extents(mWidth, mHeight, mDepth); }
53 GLsizei mDepth;
  /cts/libs/commonutil/src/com/android/cts/util/
ReportLog.java 41 protected static int mDepth = 3;
60 // note mDepth + 1 as this function will be called by printVaue or printArray
62 builder.append(getClassMethodNames(mDepth + 1, true) + LOG_ELEM_SEPARATOR + message +
183 return getClassMethodNames(mDepth, false);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 41 private final int mDepth;
53 mDepth = weights.length;
54 mSamples = new float[mDepth];
60 mCurr = (mCurr + 1) % mDepth;
64 final int depth = mDepth;
  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraph.h 191 TDependencyGraphTraverser() : mDepth(0) {}
200 int getDepth() const { return mDepth; }
201 void incrementDepth() { ++mDepth; }
202 void decrementDepth() { --mDepth; }
208 int mDepth;
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureLoader.java 322 int mDepth;
367 header.mDepth = headerBuffer.getInt();
  /external/chromium_org/third_party/angle/src/compiler/translator/
IntermNode.h 696 mDepth(0),
714 mDepth++;
715 mMaxDepth = std::max(mMaxDepth, mDepth);
721 mDepth--;
740 int mDepth;
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 5828 milliseconds