[go: nahoru, domu]

Searched refs:RsDataType (Results 1 - 21 of 21) 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.h117 enum RsDataType { enum
H A DrsElement.cpp230 ObjectBaseRef<const Element> Element::createRef(Context *rsc, RsDataType dt, RsDataKind dk,
416 RsDataType dt,
H A DrsRuntime.h166 RsElement rsrElementCreate(Context *rsc, RsDataType dt, RsDataKind dk,
H A DrsScriptC_Lib.cpp279 RsElement rsrElementCreate(Context *rsc, RsDataType dt, RsDataKind dk,
H A Drs.spec147 param RsDataType mType
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSUtils.h77 // Returns the RsDataType for a given input LLVM type.
82 static inline enum RsDataType getRsDataTypeForType(const llvm::Type *T) {
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInvokeHelperPass.cpp122 bool insertSetObjectHelper(llvm::CallInst *Call, llvm::Value *V, enum RsDataType DT) {
203 enum RsDataType DT = RS_TYPE_NONE;
/frameworks/rs/cpp/
H A DElement.cpp221 static uint32_t GetSizeInBytesForType(RsDataType dt) {
275 RsDataType dt, RsDataKind dk, bool norm, uint32_t size) :
319 android::RSC::sp<const Element> Element::createUser(android::RSC::sp<RS> rs, RsDataType dt) {
324 android::RSC::sp<const Element> Element::createVector(android::RSC::sp<RS> rs, RsDataType dt, uint32_t size) {
333 android::RSC::sp<const Element> Element::createPixel(android::RSC::sp<RS> rs, RsDataType dt, RsDataKind dk) {
H A DAllocation.cpp77 RsDataType dt = mType->getElement()->getDataType();
85 RsDataType dt = mType->getElement()->getDataType();
93 RsDataType dt = mType->getElement()->getDataType();
101 RsDataType dt = mType->getElement()->getDataType();
109 RsDataType dt = mType->getElement()->getDataType();
117 RsDataType dt = mType->getElement()->getDataType();
125 RsDataType dt = mType->getElement()->getDataType();
H A DrsCppStructs.h974 RsDataType getDataType() const {
1373 static sp<const Element> createUser(sp<RS> rs, RsDataType dt);
1381 static sp<const Element> createVector(sp<RS> rs, RsDataType dt, uint32_t size);
1389 static sp<const Element> createPixel(sp<RS> rs, RsDataType dt, RsDataKind dk);
1429 Element(void *id, sp<RS> rs, RsDataType dt, RsDataKind dk, bool norm, uint32_t size);
1447 RsDataType mType;
H A DrsDispatch.h55 typedef RsElement (*ElementCreateFnPtr) (RsContext, RsDataType, RsDataKind, bool, uint32_t);
/frameworks/rs/driver/
H A DrsdAllocation.h77 GLenum rsdTypeToGLType(RsDataType t);
H A DrsdMeshObj.cpp55 RsDataType dt = elem->mHal.state.fields[fieldIdx]->mHal.state.dataType;
H A DrsdShader.cpp312 RsDataType dataType = field->mHal.state.dataType;
359 RsDataType dataType = field->mHal.state.dataType;
H A DrsdRuntimeStubs.cpp221 static android::renderscript::rs_element CreateElement(RsDataType dt,
366 android::renderscript::rs_element obj = CreateElement((RsDataType) dt,
397 return CreateElement((RsDataType) dt, (RsDataKind) dk, isNormalized,
452 static void * ElementAt(Allocation *a, RsDataType dt, uint32_t vecSize,
H A DrsdAllocation.cpp60 GLenum rsdTypeToGLType(RsDataType t) {
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp925 (RsDataType)type,
2171 return (jlong)(uintptr_t)dispatchTabInc.ElementCreate((RsContext)con, (RsDataType)type,
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1064 return (jlong)(uintptr_t)rsElementCreate((RsContext)con, (RsDataType)type, (RsDataKind)kind,

Completed in 217 milliseconds