Searched refs:RsType (Results 1 - 15 of 15) sorted by relevance
/frameworks/rs/ |
H A D | rs_compat.spec | 3 param RsType vtype
|
H A D | rsEnv.h | 11 typedef void * RsType; typedef
|
H A D | rsApiType.cpp | 30 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize) {
|
H A D | rs.spec | 47 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 D | rs.h | 48 void rsaTypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
|
H A D | rsRuntime.h | 169 RsType rsrTypeCreate(Context *, const RsElement element, uint32_t dimX, 173 RsAllocation rsrAllocationCreateTyped(Context *, const RsType type,
|
H A D | rsScriptC_Lib.cpp | 284 RsType rsrTypeCreate(Context *rsc, const RsElement element, uint32_t dimX, 290 RsAllocation rsrAllocationCreateTyped(Context *rsc, const RsType type,
|
H A D | rsType.cpp | 364 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, 379 RsType rsi_TypeCreate2(Context *rsc, const RsTypeCreateParams *p, size_t len) {
|
H A D | rsDefines.h | 50 typedef void * RsType; typedef
|
H A D | rsAllocation.cpp | 779 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 D | rsScriptGroup.cpp | 394 const RsType * type, size_t typeSize) {
|
/frameworks/rs/cpp/ |
H A D | rsDispatch.h | 25 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 D | android_renderscript_RenderScript.cpp | 1194 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 D | android_renderscript_RenderScript.cpp | 1018 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 D | rsdRuntimeStubs.cpp | 321 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