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

/frameworks/rs/
H A DrsEnv.h13 typedef void * RsType; typedef
H A Drs.spec43 ret RsType
48 param RsType vtype
57 param RsType vtype
66 param RsType vtype
374 param const RsType * type
H A Drs.h48 void rsaTypeGetNativeData(RsContext, RsType, uint32_t *typeData, uint32_t typeDataSize);
H A DrsType.cpp297 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX,
307 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.cpp594 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype,
605 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype,
627 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype,
H A DrsScriptGroup.cpp355 const RsType * type, size_t typeSize) {
/frameworks/rs/cpp/
H A DrsDispatch.h23 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uint32_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/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);
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp449 rsaTypeGetNativeData(con, (RsType)id, typeData, 6);
462 return (jint) rsAllocationCreateTyped(con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_t)usage, (uint32_t)pointer);
531 (RsType)type, (RsAllocationMipmapControl)mip,
547 (RsType)type, (RsAllocationMipmapControl)mip,
563 (RsType)type, (RsAllocationMipmapControl)mip,
1276 (RsType *)typesPtr, typesLen);

Completed in 673 milliseconds