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

  /frameworks/rs/driver/runtime/
rs_element.c 23 rs_element returnElem = {element->mHal.state.fields[index]};
24 return returnElem;
rs_allocation.c 44 rs_element returnElem = {type->mHal.state.element};
45 return returnElem;
  /external/v8/test/webkit/
array-enumerators-functions.js 58 function returnElem(elem) { count++; return elem; }
64 var testFunctions = ["returnFalse", "returnTrue", "returnElem", "returnIndex", "increaseLength", "decreaseLength", "halveLength"];

Completed in 219 milliseconds