[go: nahoru, domu]

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

/frameworks/rs/
H A Drs_compat.spec3 param RsType vtype
H A DrsEnv.h11 typedef void * RsType; typedef
H A DrsApiType.cpp30 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize) {
H A Drs.spec47 ret RsType
53 ret RsType
58 param RsType vtype
67 param RsType vtype
76 param RsType vtype
109 param RsType vtype
508 param const RsType * type
H A Drs.h48 void rsaTypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
H A DrsRuntime.h169 RsType rsrTypeCreate(Context *, const RsElement element, uint32_t dimX,
173 RsAllocation rsrAllocationCreateTyped(Context *, const RsType type,
H A DrsScriptC_Lib.cpp284 RsType rsrTypeCreate(Context *rsc, const RsElement element, uint32_t dimX,
290 RsAllocation rsrAllocationCreateTyped(Context *rsc, const RsType type,
H A DrsType.cpp364 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX,
379 RsType rsi_TypeCreate2(Context *rsc, const RsTypeCreateParams *p, size_t len) {
H A DrsDefines.h50 typedef void * RsType; typedef
H A DrsAllocation.cpp779 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype,
790 RsAllocation rsi_AllocationCreateStrided(Context *rsc, RsType vtype,
803 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype,
825 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype,
964 RsAllocation rsi_AllocationAdapterCreate(Context *rsc, RsType vwindow, RsAllocation vbase) {
H A DrsScriptGroup.cpp394 const RsType * type, size_t typeSize) {
/frameworks/rs/cpp/
H A DrsDispatch.h25 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
43 typedef RsType (*TypeCreateFnPtr) (RsContext, RsElement, uint32_t, uint32_t, uint32_t, bool, bool, uint32_t);
44 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t);
45 typedef RsAllocation (*AllocationCreateStridedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t, size_t);
46 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
47 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
94 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.cpp1194 rsaTypeGetNativeData((RsContext)con, (RsType)id, typeData, 6);
1212 return (jlong)(uintptr_t) rsAllocationCreateTyped((RsContext)con, (RsType)type,
1318 (RsType)type, (RsAllocationMipmapControl)mip,
1334 (RsType)type, (RsAllocationMipmapControl)mip,
1350 (RsType)type, (RsAllocationMipmapControl)mip,
1626 return (jlong)(uintptr_t) rsAllocationAdapterCreate((RsContext)con, (RsType)type,
2313 RsType* typesPtr;
2358 typesPtr = (RsType*) malloc(sizeof(RsType) * typesLen);
2360 typesPtr[i] = (RsType)jTypesPt
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1018 return (jlong)(uintptr_t) dispatchTab.AllocationCreateTyped((RsContext)con, (RsType)type,
1072 (RsType)type,
1092 (RsType)type,
1111 (RsType)type,
1954 RsType* typesPtr;
1999 typesPtr = (RsType*) malloc(sizeof(RsType) * typesLen);
2001 typesPtr[i] = (RsType)jTypesPtr[i];
2009 (RsType *)typesPtr, typesLen * sizeof(RsType));
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp321 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages,
387 obj = CreateAllocation((RsType) type.p, (RsAllocationMipmapControl) mipmaps,
413 return CreateAllocation((RsType) type.p,

Completed in 290 milliseconds