Home
last modified time | relevance | path

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

/frameworks/rs/
DrsType.h111 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, params, len); in getType()
121 …static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e, uint32_t dimX, uint32_t dimY…
126 return getTypeRef(rsc, e, &p, sizeof(p));
DrsType.cpp225 ObjectBaseRef<Type> Type::getTypeRef(Context *rsc, const Element *e, in getTypeRef() function in 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.cpp515 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1); in initRenderState()
552 … ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(), mCacheWidth, mCacheHeight); in initTextTexture()
582 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), mMaxNumberOfQuads * 6); in initVertexArrayBuffers()
612 …ObjectBaseRef<Type> vertexDataType = Type::getTypeRef(mRSC, vertexDataElem.get(), mMaxNumberOfQuad… in initVertexArrayBuffers()
DrsProgramVertex.cpp186 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); in init()