Searched refs:RS_KIND_USER (Results 1 – 13 of 13) 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 | 157 RS_KIND_USER, enumerator
|
/frameworks/rs/cpp/ |
D | Element.cpp | 208 mKind = RS_KIND_USER; in Element() 320 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, 1); in createUser() 321 return new Element(id, rs, dt, RS_KIND_USER, false, 1); in createUser() 329 void *id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, size); in createVector() 330 return new Element(id, rs, dt, RS_KIND_USER, false, size); in createVector()
|
/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/api/ |
D | rs_object_types.spec | 164 value: RS_KIND_USER = 0, "No special interpretation." 178 RS_KIND_USER indicates no special interpretation is expected.
|
D | 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/scriptc/ |
D | rs_object_types.rsh | 178 * RS_KIND_USER indicates no special interpretation is expected. 187 RS_KIND_USER = 0, // No special interpretation.
|
D | rs_allocation_create.rsh | 36 * the Element will be set to RS_KIND_USER and vector_width will be set to 1, 52 * be set to RS_KIND_USER.
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 533 return rsCreateElement(data_type, RS_KIND_USER, false, 1); in rsCreateElement() 559 return rsCreateElement(data_type, RS_KIND_USER, false, in rsCreateVectorElement()
|
/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.
|