HomeSort by relevance Sort by last modified time
    Searched refs:RS_KIND_USER (Results 1 - 12 of 12) sorted by null

  /frameworks/rs/
rsComponent.cpp 23 set(RS_TYPE_NONE, RS_KIND_USER, false, 1);
101 rsAssert(mKind == RS_KIND_USER);
107 rsAssert(mKind == RS_KIND_USER);
113 rsAssert(mKind == RS_KIND_USER);
129 rsAssert(mKind == RS_KIND_USER);
rsProgramVertex.cpp 168 RS_KIND_USER, false, 1);
170 RS_KIND_USER, false, 2);
172 RS_KIND_USER, false, 3);
174 RS_KIND_USER, false, 4);
rsProgramFragment.cpp 106 ObjectBaseRef<const Element> colorElem = Element::createRef(rsc, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 4);
rsFont.cpp 507 RS_KIND_USER, false, 4);
509 RS_KIND_USER, false, 1);
580 ObjectBaseRef<const Element> indexElem = Element::createRef(mRSC, RS_TYPE_UNSIGNED_16, RS_KIND_USER, false, 1);
604 ObjectBaseRef<const Element> posElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 3);
605 ObjectBaseRef<const Element> texElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 2);
rsDefines.h 157 RS_KIND_USER,
  /frameworks/rs/script_api/include/
rs_object_types.rsh 178 * RS_KIND_USER indicates no special interpretation is expected.
187 RS_KIND_USER = 0, // No special interpretation.
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 178 * RS_KIND_USER indicates no special interpretation is expected.
187 RS_KIND_USER = 0, // No special interpretation.
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
element.rs 103 _RS_ASSERT(rsElementGetDataKind(simpleElem) == RS_KIND_USER);
109 _RS_ASSERT(rsElementGetDataKind(complexElem) == RS_KIND_USER);
  /frameworks/rs/cpp/
Element.cpp 207 mKind = RS_KIND_USER;
319 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, 1);
320 return new Element(id, rs, dt, RS_KIND_USER, false, 1);
328 void *id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, size);
329 return new Element(id, rs, dt, RS_KIND_USER, false, size);
  /frameworks/rs/script_api/
rs_object_types.spec 164 value: RS_KIND_USER = 0, "No special interpretation."
178 RS_KIND_USER indicates no special interpretation is expected.
rs_allocation_create.spec 34 the Element will be set to RS_KIND_USER and vector_width will be set to 1,
48 be set to RS_KIND_USER.
  /frameworks/rs/driver/runtime/
rs_allocation.c 447 return rsCreateElement(data_type, RS_KIND_USER, false, 1);
473 return rsCreateElement(data_type, RS_KIND_USER, false,

Completed in 179 milliseconds