Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsType.h68 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
75 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces); in getType()
DrsType.cpp209 ObjectBaseRef<Type> Type::getTypeRef(Context *rsc, const Element *e, in getTypeRef() function in Type
250 return getTypeRef(rsc, mElement.get(), dimX, in cloneAndResize1D()
257 return getTypeRef(rsc, mElement.get(), dimX, dimY, in cloneAndResize2D()
DrsProgramFragment.cpp105 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false); in init()
DrsFont.cpp500 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1, 0, 0, false, false); in initRenderState()
531 … ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(), 1024, 256, 0, false, false); in initTextTexture()
560 …ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, … in initVertexArrayBuffers()
591 ObjectBaseRef<Type> vertexDataType = Type::getTypeRef(mRSC, vertexDataElem.get(), in initVertexArrayBuffers()
DrsProgramVertex.cpp176 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false); in init()