Home
last modified time | relevance | path

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

/frameworks/rs/
DrsType.h100 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
107 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv); in getType()
DrsType.cpp206 ObjectBaseRef<Type> Type::getTypeRef(Context *rsc, const Element *e, in getTypeRef() function in Type
249 return getTypeRef(rsc, mElement.get(), dimX, in cloneAndResize1D()
256 return getTypeRef(rsc, mElement.get(), dimX, dimY, in cloneAndResize2D()
DrsProgramFragment.cpp111 … ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false, 0); in init()
DrsFont.cpp516 …ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1, 0, 0, false, false, 0); in initRenderState()
553 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(), in initTextTexture()
584 …ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, … in initVertexArrayBuffers()
614 ObjectBaseRef<Type> vertexDataType = Type::getTypeRef(mRSC, vertexDataElem.get(), in initVertexArrayBuffers()
DrsProgramVertex.cpp186 … ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false, 0); in init()