Home
last modified time | relevance | path

Searched refs:RS_KIND_USER (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/
DrsComponent.cpp23 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()
DrsProgramVertex.cpp169 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()
DrsFont.cpp508 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()
DrsProgramFragment.cpp106 …ObjectBaseRef<const Element> colorElem = Element::createRef(rsc, RS_TYPE_FLOAT_32, RS_KIND_USER, f… in init()
DrsDefines.h157 RS_KIND_USER, enumerator
/frameworks/rs/cpp/
DElement.cpp208 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/
Delement.rs87 _RS_ASSERT(rsElementGetDataKind(simpleElem) == RS_KIND_USER);
93 _RS_ASSERT(rsElementGetDataKind(complexElem) == RS_KIND_USER);
/frameworks/rs/api/
Drs_object_types.spec164 value: RS_KIND_USER = 0, "No special interpretation."
178 RS_KIND_USER indicates no special interpretation is expected.
Drs_allocation_create.spec34 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/
Drs_object_types.rsh178 * RS_KIND_USER indicates no special interpretation is expected.
187 RS_KIND_USER = 0, // No special interpretation.
Drs_allocation_create.rsh36 * 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/
Drs_allocation.c533 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/
Drs_object_types.jd171 <tr><th>RS_KIND_USER = 0</th><td>No special interpretation.</td></tr>
185 <p> RS_KIND_USER indicates no special interpretation is expected.