Searched refs:getTypeRef (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/ |
D | rsType.h | 113 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));
|
D | rsType.cpp | 225 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()
|
D | rsProgramFragment.cpp | 112 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); in init()
|
D | rsFont.cpp | 514 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()
|
D | rsProgramVertex.cpp | 185 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); in init()
|