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

  /frameworks/rs/
rsType.h 111 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
118 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv);
rsType.cpp 248 ObjectBaseRef<Type> Type::getTypeRef(Context *rsc, const Element *e,
291 return getTypeRef(rsc, mElement.get(), dimX,
298 return getTypeRef(rsc, mElement.get(), dimX, dimY,
rsProgramFragment.cpp 109 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false, 0);
rsFont.cpp 510 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1, 0, 0, false, false, 0);
547 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(),
578 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, false, 0);
609 ObjectBaseRef<Type> vertexDataType = Type::getTypeRef(mRSC, vertexDataElem.get(),
rsProgramVertex.cpp 191 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false, 0);
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 373 function getTypeRef(type) {

Completed in 810 milliseconds