HomeSort by relevance Sort by last modified time
    Searched refs:ein (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
vertexconversion.h 166 const InputType *ein = pointerAddBytes(in, i * stride); local
168 copyComponent(out, ein, 0, static_cast<OutputType>(DefaultValueRule::zero()));
169 copyComponent(out, ein, 1, static_cast<OutputType>(DefaultValueRule::zero()));
170 copyComponent(out, ein, 2, static_cast<OutputType>(DefaultValueRule::zero()));
171 copyComponent(out, ein, 3, static_cast<OutputType>(DefaultValueRule::one()));
  /frameworks/rs/
rsElement.h 133 const Element **ein,
137 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);
rsElement.cpp 254 ObjectBaseRef<const Element> Element::createRef(Context *rsc, size_t count, const Element **ein,
265 if ((ee->mFields[i].e.get() != ein[i]) ||
287 e->mFields[ct].e.set(ein[ct]);
394 const RsElement * ein,
403 return (RsElement)Element::create(rsc, ein_length, (const Element **)ein,
  /frameworks/support/renderscript/v8/rs_support/
rsElement.h 133 const Element **ein,
137 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);
rsElement.cpp 254 ObjectBaseRef<const Element> Element::createRef(Context *rsc, size_t count, const Element **ein,
265 if ((ee->mFields[i].e.get() != ein[i]) ||
287 e->mFields[ct].e.set(ein[ct]);
394 const RsElement * ein,
403 return (RsElement)Element::create(rsc, ein_length, (const Element **)ein,
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
Element.java 1003 Element[] ein = new Element[mCount]; local
1006 java.lang.System.arraycopy(mElements, 0, ein, 0, mCount);
1010 int[] ids = new int[ein.length];
1011 for (int ct = 0; ct < ein.length; ct++ ) {
1012 ids[ct] = ein[ct].getID(mRS);
1017 Element e = new Element(-1, mRS, ein, sin, asin);
1023 return new Element(id, mRS, ein, sin, asin);
Script.java 53 * @param ein
58 protected KernelID createKernelID(int slot, int sig, Element ein, Element eout) {
  /frameworks/base/graphics/java/android/renderscript/
Element.java 1069 Element[] ein = new Element[mCount]; local
    [all...]
Script.java 53 * @param ein
58 protected KernelID createKernelID(int slot, int sig, Element ein, Element eout) {
  /prebuilts/sdk/current/
android.jar 

Completed in 224 milliseconds