HomeSort by relevance Sort by last modified time
    Searched refs:RsContext (Results 1 - 11 of 11) 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"
374 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file) {
388 void rsaFileA3DGetNumIndexEntries(RsContext con, int32_t *numEntries, RsFile file) {
398 void rsaFileA3DGetIndexEntries(RsContext con, RsFileIndexEntry *fileEntries, uint32_t numEntries, RsFile file) {
419 RsFile rsaFileA3DCreateFromMemory(RsContext con, const void *data, uint32_t len) {
433 RsFile rsaFileA3DCreateFromAsset(RsContext con, void *_asset) {
447 RsFile rsaFileA3DCreateFromFile(RsContext con, const char *path) {
rsMesh.cpp 17 #include "rsContext.h"
287 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) {
292 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) {
297 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) {
307 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) {
rsDefines.h 36 typedef void * RsContext;
rsElement.cpp 18 #include "rsContext.h"
410 void rsaElementGetNativeData(RsContext con, RsElement elem,
423 void rsaElementGetSubElements(RsContext con, RsElement elem, uint32_t *ids,
rsAllocation.cpp 17 #include "rsContext.h"
450 static void AllocationGenerateScriptMips(RsContext con, RsAllocation va);
583 static void AllocationGenerateScriptMips(RsContext con, RsAllocation va) {
717 const void * rsaAllocationGetType(RsContext con, RsAllocation va) {
rsContext.cpp 19 #include "rsContext.h"
740 RsContext rsContextCreate(RsDevice vdev, uint32_t version,
751 RsContext rsContextCreateGL(RsDevice vdev, uint32_t version,
767 void rsaGetName(RsContext con, void * obj, const char **name) {
rsType.cpp 17 #include "rsContext.h"
317 void rsaTypeGetNativeData(RsContext con, RsType type, uint32_t *typeData, uint32_t typeDataSize) {
  /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 nContextSetSurfaceTexture(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject sur)
257 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con)
264 nContextDump(JNIEnv *_env, jobject _this, RsContext con, jint bits)
266 LOG_API("nContextDump, con(%p) bits(%i)", (RsContext)con, bits)
    [all...]
  /frameworks/rs/cpp/
RenderScript.h 69 RsContext mContext;

Completed in 96 milliseconds