Searched refs:getTypeRef (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/ |
D | rsType.h | 100 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e, 107 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv); in getType()
|
D | rsType.cpp | 206 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()
|
D | rsProgramFragment.cpp | 111 … ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false, 0); in init()
|
D | rsFont.cpp | 516 …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()
|
D | rsProgramVertex.cpp | 186 … ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false, 0); in init()
|