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