Searched refs:RS_KIND_USER (Results 1 – 10 of 10) sorted by relevance
/frameworks/rs/ |
D | rsComponent.cpp | 23 set(RS_TYPE_NONE, RS_KIND_USER, false, 1); in Component() 101 rsAssert(mKind == RS_KIND_USER); in set() 107 rsAssert(mKind == RS_KIND_USER); in set() 113 rsAssert(mKind == RS_KIND_USER); in set() 129 rsAssert(mKind == RS_KIND_USER); in set()
|
D | rsProgramVertex.cpp | 169 RS_KIND_USER, false, 1); in init() 171 RS_KIND_USER, false, 2); in init() 173 RS_KIND_USER, false, 3); in init() 175 RS_KIND_USER, false, 4); in init()
|
D | rsFont.cpp | 508 RS_KIND_USER, false, 4); in initRenderState() 510 RS_KIND_USER, false, 1); in initRenderState() 581 …f<const Element> indexElem = Element::createRef(mRSC, RS_TYPE_UNSIGNED_16, RS_KIND_USER, false, 1); in initVertexArrayBuffers() 605 …ObjectBaseRef<const Element> posElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, fa… in initVertexArrayBuffers() 606 …ObjectBaseRef<const Element> texElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, fa… in initVertexArrayBuffers()
|
D | rsProgramFragment.cpp | 106 …ObjectBaseRef<const Element> colorElem = Element::createRef(rsc, RS_TYPE_FLOAT_32, RS_KIND_USER, f… in init()
|
D | rsDefines.h | 158 RS_KIND_USER, enumerator
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | element.rs | 87 _RS_ASSERT(rsElementGetDataKind(simpleElem) == RS_KIND_USER); 93 _RS_ASSERT(rsElementGetDataKind(complexElem) == RS_KIND_USER);
|
/frameworks/rs/cpp/ |
D | Element.cpp | 206 mKind = RS_KIND_USER; in Element() 315 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, 1); in createUser() 316 return new Element(id, rs, dt, RS_KIND_USER, false, 1); in createUser() 324 void *id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, size); in createVector() 325 return new Element(id, rs, dt, RS_KIND_USER, false, size); in createVector()
|
/frameworks/rs/api/ |
D | rs_object_types.spec | 163 value: RS_KIND_USER = 0, "No special interpretation." 177 RS_KIND_USER indicates no special interpretation is expected.
|
/frameworks/rs/scriptc/ |
D | rs_object_types.rsh | 177 * RS_KIND_USER indicates no special interpretation is expected. 186 RS_KIND_USER = 0, // No special interpretation.
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_object_types.jd | 171 <tr><th>RS_KIND_USER = 0</th><td>No special interpretation.</td></tr> 185 <p> RS_KIND_USER indicates no special interpretation is expected.
|