HomeSort by relevance Sort by last modified time
    Searched refs:ein (Results 1 - 4 of 4) 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/base/graphics/java/android/renderscript/
Element.java 1069 Element[] ein = new Element[mCount]; local
    [all...]

Completed in 1106 milliseconds