OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RS_TYPE_UNSIGNED_32
(Results
1 - 7
of
7
) sorted by null
/frameworks/rs/
rsComponent.cpp
168
case
RS_TYPE_UNSIGNED_32
:
rsDefines.h
147
RS_TYPE_UNSIGNED_32
,
/frameworks/rs/scriptc/
rs_types.rsh
488
RS_TYPE_UNSIGNED_32
= 10,
/prebuilts/sdk/renderscript/include/
rs_types.rsh
488
RS_TYPE_UNSIGNED_32
= 10,
/frameworks/rs/cpp/
Allocation.cpp
77
if ((dt == RS_TYPE_SIGNED_32) || (dt ==
RS_TYPE_UNSIGNED_32
)) {
Element.cpp
209
case
RS_TYPE_UNSIGNED_32
:
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
760
ELEMENT_AT(uint,
RS_TYPE_UNSIGNED_32
, 1)
761
ELEMENT_AT(uint2,
RS_TYPE_UNSIGNED_32
, 2)
762
ELEMENT_AT(uint3,
RS_TYPE_UNSIGNED_32
, 3)
763
ELEMENT_AT(uint4,
RS_TYPE_UNSIGNED_32
, 4)
[
all
...]
Completed in 74 milliseconds