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

  /frameworks/rs/
rsType.h 109 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces);
rsType.cpp 218 ObjectBaseRef<Type> Type::getTypeRef(Context *rsc, const Element *e,
259 return getTypeRef(rsc, mElement.get(), dimX,
266 return getTypeRef(rsc, mElement.get(), dimX, dimY,
rsProgramFragment.cpp 107 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false);
rsFont.cpp 507 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1, 0, 0, false, false);
542 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(),
572 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, false);
603 ObjectBaseRef<Type> vertexDataType = Type::getTypeRef(mRSC, vertexDataElem.get(),
rsProgramVertex.cpp 179 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false);
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 373 function getTypeRef(type) {

Completed in 299 milliseconds