OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RsType
(Results
1 - 10
of
10
) sorted by null
/frameworks/rs/
rsEnv.h
13
typedef void *
RsType
;
rs.spec
43
ret
RsType
48
param
RsType
vtype
57
param
RsType
vtype
66
param
RsType
vtype
375
param const
RsType
* type
rs.h
48
void rsaTypeGetNativeData(RsContext,
RsType
, uint32_t *typeData, uint32_t typeDataSize);
rsType.cpp
297
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) {
rsDefines.h
49
typedef void *
RsType
;
rsAllocation.cpp
594
RsAllocation rsi_AllocationCreateTyped(Context *rsc,
RsType
vtype,
605
RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc,
RsType
vtype,
627
RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc,
RsType
vtype,
rsScriptGroup.cpp
355
const
RsType
* type, size_t typeSize) {
/frameworks/rs/cpp/
rsDispatch.h
23
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/
android_renderscript_RenderScript.cpp
324
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,
[
all
...]
/frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp
449
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,
[
all
...]
Completed in 41 milliseconds