/frameworks/base/libs/rs/ |
D | RenderScript.h | 32 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext, uint32_t idx, RsFile); 33 RsFile rsaFileA3DCreateFromMemory(RsContext, const void *data, uint32_t len); 34 RsFile rsaFileA3DCreateFromAsset(RsContext, void *asset); 35 RsFile rsaFileA3DCreateFromFile(RsContext, const char *path); 36 void rsaFileA3DGetNumIndexEntries(RsContext, int32_t *numEntries, RsFile); 37 void rsaFileA3DGetIndexEntries(RsContext, RsFileIndexEntry *fileEntries,uint32_t numEntries, RsFile… 38 void rsaGetName(RsContext, void * obj, const char **name); 40 void rsaMeshGetVertexBufferCount(RsContext, RsMesh, int32_t *vtxCount); 41 void rsaMeshGetIndexCount(RsContext, RsMesh, int32_t *idxCount); 42 void rsaMeshGetVertices(RsContext, RsMesh, RsAllocation *vtxData, uint32_t vtxDataCount); [all …]
|
D | rsFileA3D.cpp | 364 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file) { in rsaFileA3DGetEntryByIndex() 378 void rsaFileA3DGetNumIndexEntries(RsContext con, int32_t *numEntries, RsFile file) { in rsaFileA3DGetNumIndexEntries() 388 void rsaFileA3DGetIndexEntries(RsContext con, RsFileIndexEntry *fileEntries, uint32_t numEntries, R… in rsaFileA3DGetIndexEntries() 409 RsFile rsaFileA3DCreateFromMemory(RsContext con, const void *data, uint32_t len) { in rsaFileA3DCreateFromMemory() 423 RsFile rsaFileA3DCreateFromAsset(RsContext con, void *_asset) { in rsaFileA3DCreateFromAsset() 433 RsFile rsaFileA3DCreateFromFile(RsContext con, const char *path) { in rsaFileA3DCreateFromFile()
|
D | RenderScriptEnv.h | 7 typedef void * RsContext; typedef
|
D | rsMesh.cpp | 278 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) { in rsaMeshGetVertexBufferCount() 283 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) { in rsaMeshGetIndexCount() 288 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { in rsaMeshGetVertices() 298 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idx… in rsaMeshGetIndices()
|
D | RenderScriptDefines.h | 36 typedef void * RsContext; typedef
|
D | rsContext.cpp | 706 RsContext rsContextCreate(RsDevice vdev, uint32_t version, in rsContextCreate() 717 RsContext rsContextCreateGL(RsDevice vdev, uint32_t version, in rsContextCreateGL() 733 void rsaGetName(RsContext con, void * obj, const char **name) { in rsaGetName()
|
D | rsElement.cpp | 353 void rsaElementGetNativeData(RsContext con, RsElement elem, in rsaElementGetNativeData() 366 void rsaElementGetSubElements(RsContext con, RsElement elem, uint32_t *ids, in rsaElementGetSubElements()
|
D | rsAllocation.cpp | 331 static void AllocationGenerateScriptMips(RsContext con, RsAllocation va); 464 static void AllocationGenerateScriptMips(RsContext con, RsAllocation va) { in AllocationGenerateScriptMips() 573 const void * rsaAllocationGetType(RsContext con, RsAllocation va) { in rsaAllocationGetType()
|
D | rsType.cpp | 277 void rsaTypeGetNativeData(RsContext con, RsType type, uint32_t *typeData, uint32_t typeDataSize) { in rsaTypeGetNativeData()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 93 nContextFinish(JNIEnv *_env, jobject _this, RsContext con) in nContextFinish() 100 nAssignName(JNIEnv *_env, jobject _this, RsContext con, jint obj, jbyteArray str) in nAssignName() 110 nGetName(JNIEnv *_env, jobject _this, RsContext con, jint obj) in nGetName() 122 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj) in nObjDestroy() 183 nContextSetPriority(JNIEnv *_env, jobject _this, RsContext con, jint p) in nContextSetPriority() 192 nContextSetSurface(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject wnd) in nContextSetSurface() 207 nContextSetSurfaceTexture(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobj… in nContextSetSurfaceTexture() 224 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con) in nContextDestroy() 231 nContextDump(JNIEnv *_env, jobject _this, RsContext con, jint bits) in nContextDump() 233 LOG_API("nContextDump, con(%p) bits(%i)", (RsContext)con, bits); in nContextDump() [all …]
|