OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeRef
(Results
1 - 8
of
8
) sorted by null
/frameworks/rs/
rsType.h
102
static ObjectBaseRef<Type>
getTypeRef
(Context *rsc, const Element *e,
109
ObjectBaseRef<Type> type =
getTypeRef
(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv);
rsType.cpp
220
ObjectBaseRef<Type> Type::
getTypeRef
(Context *rsc, const Element *e,
275
return
getTypeRef
(rsc, mElement.get(), dimX,
282
return
getTypeRef
(rsc, mElement.get(), dimX, dimY,
rsProgramFragment.cpp
112
ObjectBaseRef<Type> inputType = Type::
getTypeRef
(rsc, constInput.get(), 1, 0, 0, false, false, 0);
rsFont.cpp
516
ObjectBaseRef<Type> inputType = Type::
getTypeRef
(mRSC, constInput.get(), 1, 0, 0, false, false, 0);
553
ObjectBaseRef<Type> texType = Type::
getTypeRef
(mRSC, alphaElem.get(),
584
ObjectBaseRef<Type> indexType = Type::
getTypeRef
(mRSC, indexElem.get(), numIndicies, 0, 0, false, false, 0);
614
ObjectBaseRef<Type> vertexDataType = Type::
getTypeRef
(mRSC, vertexDataElem.get(),
rsProgramVertex.cpp
186
ObjectBaseRef<Type> inputType = Type::
getTypeRef
(rsc, constInput.get(), 1, 0, 0, false, false, 0);
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsType.h
100
static ObjectBaseRef<Type>
getTypeRef
(Context *rsc, const Element *e,
107
ObjectBaseRef<Type> type =
getTypeRef
(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv);
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsType.h
100
static ObjectBaseRef<Type>
getTypeRef
(Context *rsc, const Element *e,
107
ObjectBaseRef<Type> type =
getTypeRef
(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv);
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsType.h
100
static ObjectBaseRef<Type>
getTypeRef
(Context *rsc, const Element *e,
107
ObjectBaseRef<Type> type =
getTypeRef
(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv);
Completed in 711 milliseconds