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.cpp168 RS_KIND_USER, false, 1); in init()
170 RS_KIND_USER, false, 2); in init()
172 RS_KIND_USER, false, 3); in init()
174 RS_KIND_USER, false, 4); in init()
DrsFont.cpp507 RS_KIND_USER, false, 4); in initRenderState()
509 RS_KIND_USER, false, 1); in initRenderState()
580 …f<const Element> indexElem = Element::createRef(mRSC, RS_TYPE_UNSIGNED_16, RS_KIND_USER, false, 1); in initVertexArrayBuffers()
604 …ObjectBaseRef<const Element> posElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, fa… in initVertexArrayBuffers()
605 …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.cpp207 mKind = RS_KIND_USER; in Element()
319 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, 1); in createUser()
320 return new Element(id, rs, dt, RS_KIND_USER, false, 1); in createUser()
328 void *id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, size); in createVector()
329 return new Element(id, rs, dt, RS_KIND_USER, false, size); in createVector()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Delement.rscript103 _RS_ASSERT(rsElementGetDataKind(simpleElem) == RS_KIND_USER);
109 _RS_ASSERT(rsElementGetDataKind(complexElem) == RS_KIND_USER);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Delement.rscript105 _RS_ASSERT(rsElementGetDataKind(simpleElem) == RS_KIND_USER);
111 _RS_ASSERT(rsElementGetDataKind(complexElem) == RS_KIND_USER);
/frameworks/rs/script_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/script_api/include/
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.c447 return rsCreateElement(data_type, RS_KIND_USER, false, 1); in rsCreateElement()
473 return rsCreateElement(data_type, RS_KIND_USER, false, in rsCreateVectorElement()