/frameworks/rs/ |
rs_compat.spec | 3 param RsType vtype
|
rsEnv.h | 11 typedef void * RsType;
|
rsApiType.cpp | 26 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize) {
|
rsHidlAdaptation.h | 74 static RsType TypeCreate(RsContext, RsElement, uint32_t, uint32_t, uint32_t, bool, bool, uint32_t); 75 static void TypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize); 77 static RsAllocation AllocationCreateTyped(RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t); 78 static RsAllocation AllocationCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t); 79 static RsAllocation AllocationCubeCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t); 104 static RsAllocation AllocationAdapterCreate(RsContext rsc, RsType vtype, RsAllocation baseAlloc); 125 static RsScriptGroup ScriptGroupCreate(RsContext, RsScriptKernelID*, size_t, RsScriptKernelID*, size_t, RsScriptKernelID*, size_t, RsScriptFieldID*, size_t, const RsType*, size_t);
|
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
|
rsApiStubs.h | 54 extern "C" RsType rsTypeCreate (RsContext rsc, RsElement e, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv); 55 extern "C" RsType rsTypeCreate2 (RsContext rsc, const RsTypeCreateParams * dat, size_t dat_length); 56 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize); 59 extern "C" RsAllocation rsAllocationCreateTyped (RsContext rsc, RsType vtype, RsAllocationMipmapControl mipmaps, uint32_t usages, uintptr_t ptr); 60 extern "C" RsAllocation rsAllocationCreateFromBitmap (RsContext rsc, RsType vtype, RsAllocationMipmapControl mipmaps, const void * data, size_t data_length, uint32_t usages); 61 extern "C" RsAllocation rsAllocationCubeCreateFromBitmap (RsContext rsc, RsType vtype, RsAllocationMipmapControl mipmaps, const void * data, size_t data_length, uint32_t usages); 62 extern "C" RsAllocation rsAllocationAdapterCreate (RsContext rsc, RsType vtype, RsAllocation baseAlloc); 90 extern "C" RsScriptGroup rsScriptGroupCreate (RsContext rsc, RsScriptKernelID * kernels, size_t kernels_length, RsScriptKernelID * src, size_t src_length, RsScriptKernelID * dstK, size_t dstK_length, RsScriptFieldID * dstF, size_t dstF_length, const RsType * type, size_t type_length);
|
rs.h | 48 void rsaTypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
|
rsApiStubs.cpp | 318 extern "C" RsType rsTypeCreate (RsContext ctxWrapper, RsElement e, uint32_t dimX, uint32_t dimY, uint32_t dimZ, 324 extern "C" RsType rsTypeCreate2 (RsContext ctxWrapper, const RsTypeCreateParams * dat, size_t dat_length) 329 extern "C" void rsaTypeGetNativeData(RsContext ctxWrapper, RsType type, uintptr_t *typeData, uint32_t typeDataSize) 337 extern "C" RsAllocation rsAllocationCreateTyped (RsContext ctxWrapper, RsType vtype, RsAllocationMipmapControl mipmaps, 343 extern "C" RsAllocation rsAllocationCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAllocationMipmapControl mipmaps, 349 extern "C" RsAllocation rsAllocationCubeCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAllocationMipmapControl mipmaps, 355 extern "C" RsAllocation rsAllocationAdapterCreate (RsContext ctxWrapper, RsType vtype, RsAllocation baseAlloc) 586 const RsType * type, size_t type_length) [all...] |
rsRuntime.h | 165 RsType rsrTypeCreate(Context *, const RsElement element, uint32_t dimX, 169 RsAllocation rsrAllocationCreateTyped(Context *, const RsType type,
|
rsHidlAdaptation.cpp | 223 void RsHidlAdaptation::TypeGetNativeData(RsContext context, RsType type, uintptr_t *typedata, uint32_t typeDataSize) 408 RsType RsHidlAdaptation::TypeCreate (RsContext context, RsElement element, uint32_t dimX, 416 return (RsType) type; 419 RsAllocation RsHidlAdaptation::AllocationCreateTyped (RsContext context, RsType type, 432 RsAllocation RsHidlAdaptation::AllocationCreateFromBitmap (RsContext context, RsType type, 446 RsAllocation RsHidlAdaptation::AllocationCubeCreateFromBitmap(RsContext context, RsType type, [all...] |
rsScriptC_Lib.cpp | 339 RsType rsrTypeCreate(Context *rsc, const RsElement element, uint32_t dimX, 345 RsAllocation rsrAllocationCreateTyped(Context *rsc, const RsType type,
|
rsDefines.h | 50 typedef void * RsType;
|
rsAllocation.cpp | 739 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, 750 RsAllocation rsi_AllocationCreateStrided(Context *rsc, RsType vtype, 763 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, 785 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, [all...] |
rsType.cpp | 362 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, 377 RsType rsi_TypeCreate2(Context *rsc, const RsTypeCreateParams *p, size_t len) {
|
rsScriptGroup.cpp | 371 const RsType * type, size_t typeSize) {
|
/frameworks/rs/cpp/ |
rsDispatch.h | 25 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize); 45 typedef RsType (*TypeCreateFnPtr) (RsContext, RsElement, uint32_t, uint32_t, uint32_t, bool, bool, uint32_t); 46 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t); 47 typedef RsAllocation (*AllocationCreateStridedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t, size_t); 48 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t); 49 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t); 98 typedef RsScriptGroup (*ScriptGroupCreateFnPtr) (RsContext, RsScriptKernelID*, size_t, RsScriptKernelID*, size_t, RsScriptKernelID*, size_t, RsScriptFieldID*, size_t, const RsType*, size_t); 106 typedef RsAllocation (*AllocationAdapterCreateFnPtr) (RsContext rsc, RsType vtype, RsAllocation baseAlloc);
|
/hardware/interfaces/renderscript/1.0/default/ |
Context.cpp | 46 template<typename RsType, typename HidlType, typename Operation> 47 static std::vector<RsType> hidl_to_rs(const hidl_vec<HidlType>& src, Operation operation) { 48 std::vector<RsType> dst(src.size()); 58 template<typename HidlType, typename RsType, typename Operation> 59 static hidl_vec<HidlType> rs_to_hidl(const std::vector<RsType>& src, Operation operation) { 69 RsType _type = hidl_to_rs<RsType>(type); 89 RsType _type = hidl_to_rs<RsType>(type); 98 RsType _type = hidl_to_rs<RsType>(type) [all...] |
/frameworks/base/rs/jni/ |
android_renderscript_RenderScript.cpp | [all...] |
/frameworks/rs/support/jni/ |
android_renderscript_RenderScript.cpp | [all...] |
/frameworks/rs/rsov/driver/ |
rsovRuntimeStubs.cpp | 26 #include "rsType.h" 316 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, 375 obj = CreateAllocation((RsType)type.p, (RsAllocationMipmapControl)mipmaps, 398 return CreateAllocation((RsType)type.p, (RsAllocationMipmapControl)mipmaps, [all...] |
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 24 #include "rsType.h" 337 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, 403 obj = CreateAllocation((RsType) type.p, (RsAllocationMipmapControl) mipmaps, 429 return CreateAllocation((RsType) type.p, [all...] |