blob: 225b2bbf02fba5968b57e6c2227d0075d4d590ec [file] [log] [blame]
Yang Ni3df9bb02016-03-18 15:33:52 -07001libRS {
2 global:
Stephen Hines98cb2d12016-03-30 17:54:01 -07003 gDebuggerPresent;
Yang Ni3df9bb02016-03-18 15:33:52 -07004 rsaAllocationGetType;
Miao Wang18751d42016-03-28 12:40:31 -07005 rsaContextSetNativeLibDir;
Yang Ni3df9bb02016-03-18 15:33:52 -07006 rsaElementGetNativeData;
7 rsaElementGetSubElements;
8 rsaGetName;
9 rsAllocation1DData;
10 rsAllocation1DElementData;
11 rsAllocation1DRead;
12 rsAllocation2DData;
13 rsAllocation2DRead;
14 rsAllocation3DData;
15 rsAllocation3DRead;
16 rsAllocationAdapterCreate;
17 rsAllocationAdapterOffset;
18 rsAllocationCopy2DRange;
19 rsAllocationCopy3DRange;
20 rsAllocationCopyToBitmap;
21 rsAllocationCreateFromBitmap;
22 rsAllocationCreateTyped;
23 rsAllocationCubeCreateFromBitmap;
24 rsAllocationElementData;
25 rsAllocationElementRead;
26 rsAllocationGenerateMipmaps;
27 rsAllocationGetPointer;
28 rsAllocationGetSurface;
29 rsAllocationIoReceive;
30 rsAllocationIoSend;
31 rsAllocationRead;
32 rsAllocationResize1D;
33 rsAllocationSetSurface;
34 rsAllocationSetupBufferQueue;
35 rsAllocationShareBufferQueue;
36 rsAllocationSyncAll;
37 rsAssignName;
38 rsaTypeGetNativeData;
39 rsClosureCreate;
40 rsClosureSetArg;
41 rsClosureSetGlobal;
42 rsContextBindProgramFragment;
43 rsContextBindProgramRaster;
44 rsContextBindProgramStore;
45 rsContextBindProgramVertex;
46 rsContextBindRootScript;
47 rsContextCreate;
48 rsContextDeinitToClient;
49 rsContextDestroy;
50 rsContextDestroyWorker;
51 rsContextDump;
52 rsContextFinish;
53 rsContextGetMessage;
54 rsContextInitToClient;
55 rsContextPause;
56 rsContextPeekMessage;
57 rsContextResume;
58 rsContextSendMessage;
59 rsContextSetCacheDir;
60 rsContextSetPriority;
61 rsContextSetSurface;
Miao Wangabdc1af2017-04-05 16:39:07 -070062 rsDebugGetHighLevelContext;
Yang Ni3df9bb02016-03-18 15:33:52 -070063 rsDeviceCreate;
64 rsDeviceDestroy;
65 rsDeviceSetConfig;
66 rsElementCreate;
67 rsElementCreate2;
68 rsFontCreateFromFile;
69 rsFontCreateFromMemory;
70 rsInvokeClosureCreate;
71 rsMeshCreate;
72 rsObjDestroy;
73 rsProgramBindConstants;
74 rsProgramBindSampler;
75 rsProgramBindTexture;
76 rsProgramFragmentCreate;
77 rsProgramRasterCreate;
78 rsProgramStoreCreate;
79 rsProgramVertexCreate;
80 rsSamplerCreate;
81 rsScriptBindAllocation;
82 rsScriptCCreate;
83 rsScriptFieldIDCreate;
84 rsScriptForEach;
85 rsScriptForEachMulti;
86 rsScriptGetVarV;
87 rsScriptGroup2Create;
Yang Ni3df9bb02016-03-18 15:33:52 -070088 rsScriptGroupCreate;
89 rsScriptGroupExecute;
90 rsScriptGroupSetInput;
91 rsScriptGroupSetOutput;
92 rsScriptIntrinsicCreate;
93 rsScriptInvoke;
94 rsScriptInvokeIDCreate;
95 rsScriptInvokeV;
96 rsScriptKernelIDCreate;
97 rsScriptReduce;
Yang Ni3df9bb02016-03-18 15:33:52 -070098 rsScriptSetTimeZone;
99 rsScriptSetVarD;
100 rsScriptSetVarF;
101 rsScriptSetVarI;
102 rsScriptSetVarJ;
103 rsScriptSetVarObj;
104 rsScriptSetVarV;
105 rsScriptSetVarVE;
106 rsTypeCreate;
107 rsTypeCreate2;
Jayant Chowdhary8ee6d932017-09-29 11:27:45 -0700108 rsaFileA3DCreateFromFile;
109 rsaFileA3DCreateFromAsset;
110 rsaFileA3DGetEntryByIndex;
111 rsaFileA3DGetIndexEntries;
112 rsaFileA3DCreateFromMemory;
113 rsaFileA3DGetNumIndexEntries;
114 rsaMeshGetIndices;
115 rsaMeshGetVertices;
116 rsaMeshGetIndexCount;
117 rsaMeshGetVertexBufferCount;
118 rsContextCreateGL;
Yang Ni3df9bb02016-03-18 15:33:52 -0700119
120 local:
121 *;
122};