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

1 2

  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsic3DLUT.java 31 private Element mElement;
35 mElement = e;
72 if (!t.getElement().isCompatible(mElement)) {
Type.java 59 Element mElement;
87 return mElement;
199 // mDimLOD; mDimFaces; mElement;
211 mElement = new Element(elementID, mRS);
212 mElement.updateFromNative();
230 Element mElement;
241 mElement = e;
335 int id = mRS.nTypeCreate(mElement.getID(mRS),
338 t.mElement = mElement;
    [all...]
Allocation.java 277 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
278 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
282 "32 bit integer source does not match allocation type " + mType.mElement.mType);
286 if ((mType.mElement.mType == Element.DataType.SIGNED_16) ||
287 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) {
291 "16 bit integer source does not match allocation type " + mType.mElement.mType);
295 if ((mType.mElement.mType == Element.DataType.SIGNED_8) ||
296 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) {
300 "8 bit integer source does not match allocation type " + mType.mElement.mType);
304 if (mType.mElement.mType == Element.DataType.FLOAT_32)
    [all...]
Script.java 313 protected Element mElement;
317 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
321 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
328 return mElement;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
ListElementAddTransform.java 28 private final IGLProperty mElement;
32 mElement = element;
39 list.add(mElement);
47 list.remove(mElement);
  /external/doclava/src/com/google/doclava/
AnnotationValueInfo.java 23 private MethodInfo mElement;
28 mElement = null;
34 mElement = element;
42 return mElement;
46 mElement = element;
124 mElement = m;
  /frameworks/rs/cpp/
Type.cpp 69 mElement = NULL;
74 // mDimLOD; mDimFaces; mElement;
88 mElement = new Element(elementID, mRS);
89 mElement.updateFromNative();
99 t->mElement = e;
113 mElement = e;
163 void * id = rsTypeCreate(mRS->getContext(), mElement->getID(), mDimX, mDimY, mDimZ,
166 t->mElement = mElement;
Script.cpp 58 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Type.java 62 Element mElement;
84 return mElement;
207 Element mElement;
218 mElement = e;
317 t = TypeThunker.create(rst, mElement, mDimX, mDimY, mDimZ,
320 int id = mRS.nTypeCreate(mElement.getID(mRS),
324 t.mElement = mElement;
ScriptIntrinsic3DLUT.java 32 private Element mElement;
36 mElement = e;
79 if (!t.getElement().isCompatible(mElement)) {
Allocation.java 246 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
247 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
251 "32 bit integer source does not match allocation type " + mType.mElement.mType);
255 if ((mType.mElement.mType == Element.DataType.SIGNED_16) ||
256 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) {
260 "16 bit integer source does not match allocation type " + mType.mElement.mType);
264 if ((mType.mElement.mType == Element.DataType.SIGNED_8) ||
265 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) {
269 "8 bit integer source does not match allocation type " + mType.mElement.mType);
273 if (mType.mElement.mType == Element.DataType.FLOAT_32)
    [all...]
Script.java 435 protected Element mElement;
439 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
443 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
450 return mElement;
TypeThunker.java 46 mElement = new ElementThunker(rs, t.getElement());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 254 Document document = ((TestXmlNode) node).mElement.getOwnerDocument();
332 private final Element mElement;
336 mElement = element;
343 NamedNodeMap attributes = mElement.getAttributes();
354 mElement.removeAttributeNS(uri, localName);
356 mElement.setAttributeNS(uri, localName, value);
363 Element child = mElement.getOwnerDocument().createElement(getTagName(viewFqcn));
364 mElement.appendChild(child);
373 Element child = mElement.getOwnerDocument().createElement(getTagName(viewFqcn));
374 List<Element> children = DomUtilities.getChildren(mElement);
    [all...]
  /frameworks/rs/
rsType.cpp 51 mElement.clear();
101 offset += tx * rsMax(ty, 1u) * rsMax(tz, 1u) * mElement->getSizeBytes();
140 mHal.state.element = mElement.get();
145 offset += x * mElement->getSizeBytes();
151 offset += (x + y * mHal.state.lodDimX[lod]) * mElement->getSizeBytes();
159 z * mHal.state.lodDimX[lod] * mHal.state.lodDimY[lod]) * mElement->getSizeBytes();
166 offset += (x + y * mHal.state.lodDimX[lod]) * mElement->getSizeBytes();
185 mElement->dumpLOGV(buf);
195 mElement->serialize(rsc, stream);
275 nt->mElement.set(e)
    [all...]
rsScriptIntrinsic.h 31 ObjectBaseRef<const Element> mElement;
rsType.h 64 size_t getElementSizeBytes() const {return mElement->getSizeBytes();}
65 const Element * getElement() const {return mElement.get();}
136 ObjectBaseRef<const Element> mElement;
rsScriptIntrinsic.cpp 32 mElement.set(e);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.h 56 ObjectBaseRef<const Element> mElement;
rsCpuIntrinsic.cpp 28 mElement.set(e);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoringTest.java 50 List<Element> selectedElements = getElements(info.mElement, ids);
UnwrapRefactoringTest.java 47 List<Element> selectedElements = getElements(info.mElement, id);
WrapInRefactoringTest.java 51 List<Element> selectedElements = getElements(info.mElement, ids);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 58 private final Element mElement;
77 mElement = element;
118 AdtUtils.setToolsAttribute(mEditor, mElement, mDescription, attribute, value,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 181 if (view.mElement == mLayout) {
282 Element child = view.mElement;
507 private final Element mElement;
521 mElement = element;
536 return mElement;
613 return "View(" + VisualRefactoring.getId(mElement) + ": " + mX1 + "," + mY1 + ")";
683 if (view.mElement == mLayout) {
710 if (view.mElement == mLayout) {
738 if (view.mElement == mLayout) {
766 if (view.mElement == mLayout)
    [all...]

Completed in 958 milliseconds

1 2