Home
last modified time | relevance | path

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

/frameworks/rs/
DrsType.h113 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
118 ObjectBaseRef<Type> type = getTypeRef(rsc, e, params, len); in getType()
123 …static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e, uint32_t dimX, uint32_t dimY…
128 return getTypeRef(rsc, e, &p, sizeof(p));
DrsType.cpp225 ObjectBaseRef<Type> Type::getTypeRef(Context *rsc, const Element *e, in getTypeRef() function in android::renderscript::Type
303 return getTypeRef(rsc, mElement.get(), &p, sizeof(p)); in cloneAndResize1D()
317 return getTypeRef(rsc, mElement.get(), &p, sizeof(p)); in cloneAndResize2D()
DrsProgramFragment.cpp112 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); in init()
DrsFont.cpp514 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1); in initRenderState()
551 … ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(), mCacheWidth, mCacheHeight); in initTextTexture()
581 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), mMaxNumberOfQuads * 6); in initVertexArrayBuffers()
611 …ObjectBaseRef<Type> vertexDataType = Type::getTypeRef(mRSC, vertexDataElem.get(), mMaxNumberOfQuad… in initVertexArrayBuffers()
DrsProgramVertex.cpp185 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); in init()