OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeRef
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/
rsType.h
113
static ObjectBaseRef<Type>
getTypeRef
(Context *rsc, const Element *e,
118
ObjectBaseRef<Type> type =
getTypeRef
(rsc, e, params, len);
123
static ObjectBaseRef<Type>
getTypeRef
(Context *rsc, const Element *e, uint32_t dimX, uint32_t dimY = 0) {
128
return
getTypeRef
(rsc, e, &p, sizeof(p));
rsProgramFragment.cpp
112
ObjectBaseRef<Type> inputType = Type::
getTypeRef
(rsc, constInput.get(), 1);
rsType.cpp
225
ObjectBaseRef<Type> Type::
getTypeRef
(Context *rsc, const Element *e,
303
return
getTypeRef
(rsc, mElement.get(), &p, sizeof(p));
317
return
getTypeRef
(rsc, mElement.get(), &p, sizeof(p));
rsFont.cpp
514
ObjectBaseRef<Type> inputType = Type::
getTypeRef
(mRSC, constInput.get(), 1);
551
ObjectBaseRef<Type> texType = Type::
getTypeRef
(mRSC, alphaElem.get(), mCacheWidth, mCacheHeight);
581
ObjectBaseRef<Type> indexType = Type::
getTypeRef
(mRSC, indexElem.get(), mMaxNumberOfQuads * 6);
611
ObjectBaseRef<Type> vertexDataType = Type::
getTypeRef
(mRSC, vertexDataElem.get(), mMaxNumberOfQuads * 4);
rsProgramVertex.cpp
185
ObjectBaseRef<Type> inputType = Type::
getTypeRef
(rsc, constInput.get(), 1);
Completed in 207 milliseconds