OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RsType
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/libs/rs/
RenderScriptEnv.h
13
typedef void *
RsType
;
rsSimpleMesh.cpp
118
RsSimpleMesh rsi_SimpleMeshCreate(Context *rsc,
RsType
prim,
RsType
idx,
RsType
*vtx, uint32_t vtxCount, uint32_t primType)
rs.spec
84
ret
RsType
88
param
RsType
type
99
param
RsType
type
276
param
RsType
type
RenderScript.h
40
typedef void *
RsType
;
rsScript.cpp
77
void rsi_ScriptSetType(Context * rsc,
RsType
vt, uint32_t slot, bool writable, const char *name)
rsAllocation.cpp
333
RsAllocation rsi_AllocationCreateTyped(Context *rsc,
RsType
vtype)
515
RsAllocation rsi_AllocationCreateBitmapRef(Context *rsc,
RsType
vtype,
539
RsType
type = rsi_TypeCreate(rsc);
rsType.cpp
364
RsType
rsi_TypeCreate(Context *rsc)
/frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp
520
jint id = (jint)rsAllocationCreateBitmapRef(con, (
RsType
)type, ptr, nativeBitmap, ReleaseBitmapCallback);
[
all
...]
Completed in 169 milliseconds