Home | History | Annotate | Download | only in cts

Lines Matching defs:mOut

30     private Allocation mOut;
58 if (mOut != null) {
59 mOut.destroy();
78 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
80 ms_is_object.forEach_is_object_element(mIn, mOut);
85 mOut.copyTo(tmpArray);
98 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
101 ms_is_object.forEach_is_object_type(mIn, mOut);
106 mOut.copyTo(tmpArray);
122 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
125 ms_is_object.forEach_is_object_allocation(mIn, mOut);
130 mOut.copyTo(tmpArray);
145 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
148 ms_is_object.forEach_is_object_sampler(mIn, mOut);
153 mOut.copyTo(tmpArray);
167 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
170 ms_is_object.forEach_is_object_script(mIn, mOut);
175 mOut.copyTo(tmpArray);