HomeSort by relevance Sort by last modified time
    Searched refs:RsContext (Results 1 - 14 of 14) sorted by null

  /frameworks/rs/
rs.h 28 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext, uint32_t idx, RsFile);
29 RsFile rsaFileA3DCreateFromMemory(RsContext, const void *data, uint32_t len);
30 RsFile rsaFileA3DCreateFromAsset(RsContext, void *asset);
31 RsFile rsaFileA3DCreateFromFile(RsContext, const char *path);
32 void rsaFileA3DGetNumIndexEntries(RsContext, int32_t *numEntries, RsFile);
33 void rsaFileA3DGetIndexEntries(RsContext, RsFileIndexEntry *fileEntries,
35 void rsaGetName(RsContext, void * obj, const char **name);
37 void rsaMeshGetVertexBufferCount(RsContext, RsMesh, int32_t *vtxCount);
38 void rsaMeshGetIndexCount(RsContext, RsMesh, int32_t *idxCount);
39 void rsaMeshGetVertices(RsContext, RsMesh, RsAllocation *vtxData, uint32_t vtxDataCount)
    [all...]
rsEnv.h 7 typedef void * RsContext;
rsFileA3D.cpp 18 #include "rsContext.h"
382 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file) {
396 void rsaFileA3DGetNumIndexEntries(RsContext con, int32_t *numEntries, RsFile file) {
406 void rsaFileA3DGetIndexEntries(RsContext con, RsFileIndexEntry *fileEntries, uint32_t numEntries, RsFile file) {
427 RsFile rsaFileA3DCreateFromMemory(RsContext con, const void *data, uint32_t len) {
441 RsFile rsaFileA3DCreateFromAsset(RsContext con, void *_asset) {
455 RsFile rsaFileA3DCreateFromFile(RsContext con, const char *path) {
rsMesh.cpp 17 #include "rsContext.h"
295 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) {
300 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) {
305 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) {
315 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) {
rsDefines.h 36 typedef void * RsContext;
rsContext.cpp 19 #include "rsContext.h"
280 extern "C" bool rsdHalInit(RsContext c, uint32_t version_major, uint32_t version_minor);
901 RsContext rsContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion,
913 RsContext rsContextCreateGL(RsDevice vdev, uint32_t version,
930 void rsaGetName(RsContext con, void * obj, const char **name) {
rsElement.cpp 18 #include "rsContext.h"
410 void rsaElementGetNativeData(RsContext con, RsElement elem,
423 void rsaElementGetSubElements(RsContext con, RsElement elem, uintptr_t *ids,
rsType.cpp 17 #include "rsContext.h"
349 void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize) {
rs_hal.h 292 bool rsdHalInit(RsContext, uint32_t version_major, uint32_t version_minor);
rsAllocation.cpp 17 #include "rsContext.h"
693 const void * rsaAllocationGetType(RsContext con, RsAllocation va) {
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 126 nContextFinish(JNIEnv *_env, jobject _this, RsContext con)
133 nAssignName(JNIEnv *_env, jobject _this, RsContext con, jint obj, jbyteArray str)
143 nGetName(JNIEnv *_env, jobject _this, RsContext con, jint obj)
155 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj)
216 nContextSetPriority(JNIEnv *_env, jobject _this, RsContext con, jint p)
225 nContextSetSurface(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject wnd)
240 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con)
247 nContextDump(JNIEnv *_env, jobject _this, RsContext con, jint bits)
249 LOG_API("nContextDump, con(%p) bits(%i)", (RsContext)con, bits);
250 rsContextDump((RsContext)con, bits)
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 93 nContextFinish(JNIEnv *_env, jobject _this, RsContext con)
100 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj)
138 nContextSetPriority(JNIEnv *_env, jobject _this, RsContext con, jint p)
147 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con)
154 nContextDump(JNIEnv *_env, jobject _this, RsContext con, jint bits)
156 LOG_API("nContextDump, con(%p) bits(%i)", (RsContext)con, bits);
157 rsContextDump((RsContext)con, bits);
162 nContextGetErrorMessage(JNIEnv *_env, jobject _this, RsContext con)
181 nContextGetUserMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray data)
201 nContextPeekMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray auxData
    [all...]
  /frameworks/rs/driver/
rsdCore.cpp 36 #include "rsContext.h"
180 extern "C" bool rsdHalInit(RsContext c, uint32_t version_major,
  /frameworks/rs/cpp/
rsCppStructs.h 61 RsContext getContext() { return mContext; }
77 RsContext mContext;

Completed in 1488 milliseconds