Searched refs:RsType (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/
H A DrsEnv.h13 typedef void * RsType; typedef
H A Drs.h48 void rsaTypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
H A Drs.spec43 ret RsType
48 param RsType vtype
57 param RsType vtype
66 param RsType vtype
393 param const RsType * type
H A DrsType.cpp330 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX,
340 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize) {
H A DrsDefines.h49 typedef void * RsType; typedef
H A DrsAllocation.cpp635 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype,
646 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype,
668 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype,
H A DrsScriptGroup.cpp378 const RsType * type, size_t typeSize) {
/frameworks/rs/cpp/
H A DrsDispatch.h23 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
38 typedef RsType (*TypeCreateFnPtr) (RsContext, RsElement, uint32_t, uint32_t, uint32_t, bool, bool, uint32_t);
39 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t);
40 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
41 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
82 typedef RsScriptGroup (*ScriptGroupCreateFnPtr) (RsContext, RsScriptKernelID*, size_t, RsScriptKernelID*, size_t, RsScriptKernelID*, size_t, RsScriptFieldID*, size_t, const RsType*, size_t);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp521 rsaTypeGetNativeData((RsContext)con, (RsType)id, typeData, 6);
535 return (jlong)(uintptr_t) rsAllocationCreateTyped((RsContext)con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_t)usage, (uintptr_t)pointer);
604 (RsType)type, (RsAllocationMipmapControl)mip,
620 (RsType)type, (RsAllocationMipmapControl)mip,
636 (RsType)type, (RsAllocationMipmapControl)mip,
1357 RsType* typesPtr = (RsType*) malloc(sizeof(RsType) * typesLen);
1359 typesPtr[i] = (RsType)jTypesPtr[i];
1367 (RsType *)typesPt
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp324 return (jint) rsAllocationCreateTyped(con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_t)usage, (uint32_t)pointer);
363 (RsType)type, (RsAllocationMipmapControl)mip,
379 (RsType)type, (RsAllocationMipmapControl)mip,
395 (RsType)type, (RsAllocationMipmapControl)mip,
938 (RsType *)typesPtr, typesLen);

Completed in 1206 milliseconds