HomeSort by relevance Sort by last modified time
    Searched refs:mDepth (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image.cpp 20 mDepth = 0;
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;
Image.h 36 GLsizei getDepth() const { return mDepth; }
58 GLsizei mDepth;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_properties.h 35 mIsBlacklistedOrNotAWord(false), mDepth(0), mLeavingDepth(0) {}
50 mDepth = depth;
64 mDepth = 0;
77 mDepth = dicNodeProp->mDepth;
92 mDepth = dicNodeProp->mDepth + 1; // Increment the depth of a passing child
115 return mDepth;
128 return mHasChildrenPtNodes || mDepth != mLeavingDepth;
150 uint16_t mDepth;
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
intermOut.cpp 88 OutputTreeText(sink, node, mDepth);
98 OutputTreeText(out, node, mDepth);
219 OutputTreeText(out, node, mDepth);
286 OutputTreeText(out, node, mDepth);
364 OutputTreeText(out, node, mDepth);
369 ++mDepth;
371 OutputTreeText(sink, node, mDepth);
375 OutputTreeText(sink, node, mDepth);
388 OutputTreeText(sink, node, mDepth);
393 --mDepth;
    [all...]
IntermNode.h 696 mDepth(0),
714 mDepth++;
715 mMaxDepth = std::max(mMaxDepth, mDepth);
721 mDepth--;
740 int mDepth;
OutputGLSLBase.cpp 548 if (mDepth > 0)
567 if (mDepth > 0)
  /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/libs/deviceutil/src/android/cts/util/
DeviceReportLog.java 36 mDepth = BASE_DEPTH + depth;
  /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);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
RenderTarget9.cpp 32 mDepth = 1;
99 mDepth = 1;
Image9.cpp 136 mDepth != depth ||
144 mDepth = depth;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3ZslStream.h 76 int mDepth;
Camera3ZslStream.cpp 118 mDepth(bufferCount) {
  /frameworks/av/include/media/stagefright/
MediaCodecList.h 78 int32_t mDepth;
  /frameworks/wilhelm/src/itf/
I3DMacroscopic.c 36 thiz->mSize.mDepth = depth;
57 SLmillimeter depth = thiz->mSize.mDepth;
217 thiz->mSize.mDepth = 0;
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 139 return mDepth;
246 mDepth--;
251 mDepth++;
465 private int mDepth = 0;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Image11.cpp 176 mAssociatedStorage->copySubresourceLevel(mStagingTexture, mStagingSubresource, mAssociatedStorageLevel, mAssociatedStorageLayerTarget, 0, 0, 0, mWidth, mHeight, mDepth);
219 mDepth = depth;
431 if (mWidth > 0 && mHeight > 0 && mDepth > 0)
450 desc.Depth = mDepth;
462 d3d11::GenerateInitialTextureData(mInternalFormat, width, height, mDepth,
RenderTarget11.cpp 217 mDepth = depth;
264 mDepth = depth;
400 mDepth = 1;
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 110 mDepth = 0;
320 ++mDepth;
391 ++mDepth;
462 --mDepth;
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureLoader.java 322 int mDepth;
367 header.mDepth = headerBuffer.getInt();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 149 final short mDepth = 8;
164 out.writeShort(mDepth);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 676 private final Map<Integer, String> mDepth = new HashMap<Integer, String>();
705 for (Map.Entry<Integer, String> entry : mDepth.entrySet()) {
716 if (node.getNodeType() == Node.ELEMENT_NODE && mDepth.get(depth) == null) {
729 mDepth.put(depth, indent);
    [all...]
  /frameworks/wilhelm/src/
itfstruct.h 155 SLmillimeter mDepth;

Completed in 707 milliseconds

1 2 3