Home
last modified time | relevance | path

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

/frameworks/rs/
DrsType.h109 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces); in getType()
DrsType.cpp218 ObjectBaseRef<Type> Type::getTypeRef(Context *rsc, const Element *e, in getTypeRef() function in Type
259 return getTypeRef(rsc, mElement.get(), dimX, in cloneAndResize1D()
266 return getTypeRef(rsc, mElement.get(), dimX, dimY, in cloneAndResize2D()
DrsProgramFragment.cpp107 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false); in init()
DrsFont.cpp507 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1, 0, 0, false, false); in initRenderState()
542 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(), in initTextTexture()
572 …ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, … in initVertexArrayBuffers()
603 ObjectBaseRef<Type> vertexDataType = Type::getTypeRef(mRSC, vertexDataElem.get(), in initVertexArrayBuffers()
DrsProgramVertex.cpp179 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false); in init()