OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RS_TYPE_UNSIGNED_8
(Results
1 - 14
of
14
) sorted by null
/cts/tests/src/android/renderscript/cts/
intrinsic_colormatrix.rs
52
if (dtin ==
RS_TYPE_UNSIGNED_8
) {
91
if (dtout ==
RS_TYPE_UNSIGNED_8
) {
verify.rs
220
if (dt ==
RS_TYPE_UNSIGNED_8
) { \
260
if (dt ==
RS_TYPE_UNSIGNED_8
) {
/frameworks/rs/
rsComponent.cpp
162
case
RS_TYPE_UNSIGNED_8
:
rsDefines.h
145
RS_TYPE_UNSIGNED_8
,
rsFont.cpp
547
ObjectBaseRef<const Element> alphaElem = Element::createRef(mRSC,
RS_TYPE_UNSIGNED_8
,
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
674
return ElementAt1D(a,
RS_TYPE_UNSIGNED_8
, 0, x);
677
return ElementAt2D(a,
RS_TYPE_UNSIGNED_8
, 0, x, y);
680
return ElementAt3D(a,
RS_TYPE_UNSIGNED_8
, 0, x, y, z);
686
void *tmp = ElementAt1D(a,
RS_TYPE_UNSIGNED_8
, 0, x);
694
void *tmp = ElementAt2D(a,
RS_TYPE_UNSIGNED_8
, 0, x, y);
702
void *tmp = ElementAt3D(a,
RS_TYPE_UNSIGNED_8
, 0, x, y, z);
744
ELEMENT_AT(uchar,
RS_TYPE_UNSIGNED_8
, 1)
745
ELEMENT_AT(uchar2,
RS_TYPE_UNSIGNED_8
, 2)
746
ELEMENT_AT(uchar3,
RS_TYPE_UNSIGNED_8
, 3)
747
ELEMENT_AT(uchar4,
RS_TYPE_UNSIGNED_8
, 4
[
all
...]
rsdMeshObj.cpp
56
if (dt != RS_TYPE_FLOAT_32 && dt !=
RS_TYPE_UNSIGNED_8
&&
rsdAllocation.cpp
69
case
RS_TYPE_UNSIGNED_8
: return GL_UNSIGNED_BYTE;
713
rsAssert(e->getType() ==
RS_TYPE_UNSIGNED_8
);
[
all
...]
/frameworks/rs/cpp/
Element.cpp
195
case
RS_TYPE_UNSIGNED_8
:
297
if (!(dt ==
RS_TYPE_UNSIGNED_8
||
Allocation.cpp
93
if ((dt == RS_TYPE_SIGNED_8) || (dt ==
RS_TYPE_UNSIGNED_8
)) {
/frameworks/rs/scriptc/
rs_types.rsh
486
RS_TYPE_UNSIGNED_8
= 8,
/prebuilts/sdk/renderscript/include/
rs_types.rsh
486
RS_TYPE_UNSIGNED_8
= 8,
/frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp
853
if (eout->getType() ==
RS_TYPE_UNSIGNED_8
) {
859
if (eout->getType() ==
RS_TYPE_UNSIGNED_8
) {
rsCpuIntrinsicBlur.cpp
397
if (e->getType() ==
RS_TYPE_UNSIGNED_8
) {
Completed in 3583 milliseconds