Searched refs:getTypeRef (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/
H A DrsType.h102 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
109 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv);
H A DrsType.cpp220 ObjectBaseRef<Type> Type::getTypeRef(Context *rsc, const Element *e, function in class:Type
275 return getTypeRef(rsc, mElement.get(), dimX,
282 return getTypeRef(rsc, mElement.get(), dimX, dimY,
H A DrsProgramFragment.cpp112 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false, 0);
H A DrsFont.cpp516 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1, 0, 0, false, false, 0);
553 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(),
584 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, false, 0);
614 ObjectBaseRef<Type> vertexDataType = Type::getTypeRef(mRSC, vertexDataElem.get(),
H A DrsProgramVertex.cpp186 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false, 0);

Completed in 68 milliseconds