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 | 168 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()
|
D | rsFont.cpp | 507 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()
|
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 | 207 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/ |
D | element.rscript | 103 _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/ |
D | element.rscript | 105 _RS_ASSERT(rsElementGetDataKind(simpleElem) == RS_KIND_USER); 111 _RS_ASSERT(rsElementGetDataKind(complexElem) == RS_KIND_USER);
|
/frameworks/rs/script_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/script_api/include/ |
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 | 447 return rsCreateElement(data_type, RS_KIND_USER, false, 1); in rsCreateElement() 473 return rsCreateElement(data_type, RS_KIND_USER, false, in rsCreateVectorElement()
|