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

1 2 3

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image.cpp 21 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 37 GLsizei getDepth() const { return mDepth; }
68 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...]
  /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/d3d9/
RenderTarget9.cpp 34 mDepth = 1;
107 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 72 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/d3d11/
RenderTarget11.cpp 219 mDepth = depth;
265 mDepth = depth;
408 mDepth = 1;
Image11.cpp 125 mDepth = depth;
326 if (mWidth > 0 && mHeight > 0 && mDepth > 0)
345 desc.Depth = mDepth;
358 mDepth, lodOffset + 1, &initialData, &textureData);
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 99 mDepth = 0;
309 ++mDepth;
380 ++mDepth;
451 --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;
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
sdk-common.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 

Completed in 657 milliseconds

1 2 3