OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RS_TYPE_ELEMENT
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsComponent.cpp
110
case
RS_TYPE_ELEMENT
:
183
return (mType >=
RS_TYPE_ELEMENT
);
237
if (mType >=
RS_TYPE_ELEMENT
) {
239
prefix, gTypeObjStrings[mType -
RS_TYPE_ELEMENT
], gKindStrings[mKind], mVectorSize, mBits);
rsDefines.h
148
RS_TYPE_ELEMENT
= 1000,
/frameworks/rs/scriptc/
rs_types.rsh
488
RS_TYPE_ELEMENT
= 1000,
/frameworks/rs/cpp/
Allocation.cpp
114
if ((dt ==
RS_TYPE_ELEMENT
) ||
Completed in 4199 milliseconds