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

/frameworks/rs/
H A DrsType.h109 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces);
H A DrsType.cpp218 ObjectBaseRef<Type> Type::getTypeRef(Context *rsc, const Element *e, function in class:Type
259 return getTypeRef(rsc, mElement.get(), dimX,
266 return getTypeRef(rsc, mElement.get(), dimX, dimY,
H A DrsProgramFragment.cpp109 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false);
H A DrsFont.cpp510 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1, 0, 0, false, false);
547 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(),
578 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, false);
609 ObjectBaseRef<Type> vertexDataType = Type::getTypeRef(mRSC, vertexDataElem.get(),
H A DrsProgramVertex.cpp191 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false);
/frameworks/support/renderscript/v8/rs_support/
H A DrsType.h109 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces);
H A DrsType.cpp218 ObjectBaseRef<Type> Type::getTypeRef(Context *rsc, const Element *e, function in class:Type
259 return getTypeRef(rsc, mElement.get(), dimX,
266 return getTypeRef(rsc, mElement.get(), dimX, dimY,

Completed in 1926 milliseconds