Searched refs:RsDataKind (Results 1 - 13 of 13) sorted by relevance
/frameworks/rs/ |
H A D | rsComponent.h | 34 void set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize=1); 39 RsDataKind getKind() const {return mKind;} 55 RsDataKind mKind;
|
H A D | rsElement.h | 44 RsDataKind dataKind; 91 RsDataKind getKind() const {return mComponent.getKind();} 103 RsDataKind dk, 114 RsDataKind dk,
|
H A D | rsComponent.cpp | 29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) { 261 mKind = (RsDataKind)stream->loadU8();
|
H A D | rsDefines.h | 175 enum RsDataKind { enum
|
H A D | rs.spec | 113 param RsDataKind mKind
|
H A D | rsElement.cpp | 221 ObjectBaseRef<const Element> Element::createRef(Context *rsc, RsDataType dt, RsDataKind dk, 380 RsDataKind dk,
|
/frameworks/rs/cpp/ |
H A D | Element.cpp | 244 RsDataType dt, RsDataKind dk, bool norm, uint32_t size) : 287 android::RSC::sp<const Element> Element::createPixel(android::RSC::sp<RS> rs, RsDataType dt, RsDataKind dk) {
|
H A D | rsDispatch.h | 49 typedef RsElement (*ElementCreateFnPtr) (RsContext, RsDataType, RsDataKind, bool, uint32_t);
|
H A D | rsCppStructs.h | 636 RsDataKind getDataKind() const { 1018 static sp<const Element> createPixel(sp<RS> rs, RsDataType dt, RsDataKind dk); 1052 Element(void *id, sp<RS> rs, RsDataType dt, RsDataKind dk, bool norm, uint32_t size); 1066 RsDataKind mKind;
|
/frameworks/rs/driver/ |
H A D | rsdAllocation.h | 75 GLenum rsdKindToGLFormat(RsDataKind k);
|
H A D | rsdAllocation.cpp | 78 GLenum rsdKindToGLFormat(RsDataKind k) {
|
/frameworks/support/v8/renderscript/jni/ |
H A D | android_renderscript_RenderScript.cpp | 249 return (jint)rsElementCreate(con, (RsDataType)type, (RsDataKind)kind, norm, size);
|
/frameworks/base/graphics/jni/ |
H A D | android_renderscript_RenderScript.cpp | 353 return (jint)rsElementCreate(con, (RsDataType)type, (RsDataKind)kind, norm, size);
|
Completed in 3874 milliseconds