OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RS_TYPE_UNSIGNED_16
(Results
1 - 10
of
10
) sorted by null
/frameworks/rs/cpp/
Element.cpp
201
case
RS_TYPE_UNSIGNED_16
:
298
dt ==
RS_TYPE_UNSIGNED_16
||
317
if (dt ==
RS_TYPE_UNSIGNED_16
&& dk != RS_KIND_PIXEL_DEPTH) {
Allocation.cpp
85
if ((dt == RS_TYPE_SIGNED_16) || (dt ==
RS_TYPE_UNSIGNED_16
)) {
/frameworks/rs/
rsComponent.cpp
165
case
RS_TYPE_UNSIGNED_16
:
rsDefines.h
146
RS_TYPE_UNSIGNED_16
,
rsFont.cpp
582
ObjectBaseRef<const Element> indexElem = Element::createRef(mRSC,
RS_TYPE_UNSIGNED_16
, RS_KIND_USER, false, 1);
/frameworks/rs/scriptc/
rs_types.rsh
487
RS_TYPE_UNSIGNED_16
= 9,
/prebuilts/sdk/renderscript/include/
rs_types.rsh
487
RS_TYPE_UNSIGNED_16
= 9,
/frameworks/rs/driver/
rsdMeshObj.cpp
57
dt !=
RS_TYPE_UNSIGNED_16
&& dt != RS_TYPE_SIGNED_8 &&
rsdRuntimeStubs.cpp
752
ELEMENT_AT(ushort,
RS_TYPE_UNSIGNED_16
, 1)
753
ELEMENT_AT(ushort2,
RS_TYPE_UNSIGNED_16
, 2)
754
ELEMENT_AT(ushort3,
RS_TYPE_UNSIGNED_16
, 3)
755
ELEMENT_AT(ushort4,
RS_TYPE_UNSIGNED_16
, 4)
[
all
...]
rsdAllocation.cpp
70
case
RS_TYPE_UNSIGNED_16
: return GL_UNSIGNED_SHORT;
[
all
...]
Completed in 38 milliseconds