Searched refs:RsDataType (Results 1 - 17 of 17) sorted by relevance

/frameworks/rs/
H A DrsComponent.h34 void set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize=1);
38 RsDataType getType() const {return mType;}
54 RsDataType mType;
H A DrsElement.h43 RsDataType dataType;
92 RsDataType getType() const {return mComponent.getType();}
104 RsDataType dt,
115 RsDataType dt,
H A DrsComponent.cpp29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) {
267 mType = (RsDataType)stream->loadU8();
H A DrsDefines.h136 enum RsDataType { enum
H A DrsElement.cpp228 ObjectBaseRef<const Element> Element::createRef(Context *rsc, RsDataType dt, RsDataKind dk,
414 RsDataType dt,
H A Drs.spec113 param RsDataType mType
/frameworks/rs/cpp/
H A DElement.cpp191 static uint32_t GetSizeInBytesForType(RsDataType dt) {
245 RsDataType dt, RsDataKind dk, bool norm, uint32_t size) :
274 android::RSC::sp<const Element> Element::createUser(android::RSC::sp<RS> rs, RsDataType dt) {
279 android::RSC::sp<const Element> Element::createVector(android::RSC::sp<RS> rs, RsDataType dt, uint32_t size) {
288 android::RSC::sp<const Element> Element::createPixel(android::RSC::sp<RS> rs, RsDataType dt, RsDataKind dk) {
H A DAllocation.cpp76 RsDataType dt = mType->getElement()->getDataType();
84 RsDataType dt = mType->getElement()->getDataType();
92 RsDataType dt = mType->getElement()->getDataType();
100 RsDataType dt = mType->getElement()->getDataType();
108 RsDataType dt = mType->getElement()->getDataType();
H A DrsCppStructs.h641 RsDataType getDataType() const {
1015 static sp<const Element> createUser(sp<RS> rs, RsDataType dt);
1023 static sp<const Element> createVector(sp<RS> rs, RsDataType dt, uint32_t size);
1031 static sp<const Element> createPixel(sp<RS> rs, RsDataType dt, RsDataKind dk);
1065 Element(void *id, sp<RS> rs, RsDataType dt, RsDataKind dk, bool norm, uint32_t size);
1078 RsDataType mType;
H A DrsDispatch.h49 typedef RsElement (*ElementCreateFnPtr) (RsContext, RsDataType, RsDataKind, bool, uint32_t);
/frameworks/rs/driver/
H A DrsdAllocation.h74 GLenum rsdTypeToGLType(RsDataType t);
H A DrsdMeshObj.cpp55 RsDataType dt = elem->mHal.state.fields[fieldIdx]->mHal.state.dataType;
H A DrsdShader.cpp310 RsDataType dataType = field->mHal.state.dataType;
357 RsDataType dataType = field->mHal.state.dataType;
H A DrsdRuntimeStubs.cpp720 static void * ElementAt1D(Allocation *a, RsDataType dt, uint32_t vecSize, uint32_t x) {
751 static void * ElementAt2D(Allocation *a, RsDataType dt, uint32_t vecSize, uint32_t x, uint32_t y) {
789 static void * ElementAt3D(Allocation *a, RsDataType dt, uint32_t vecSize, uint32_t x, uint32_t y, uint32_t z) {
H A DrsdAllocation.cpp61 GLenum rsdTypeToGLType(RsDataType t) {
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp249 return (jint)rsElementCreate(con, (RsDataType)type, (RsDataKind)kind, norm, size);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp412 return (jlong)(uintptr_t)rsElementCreate((RsContext)con, (RsDataType)type, (RsDataKind)kind, norm, size);

Completed in 454 milliseconds