Yang Ni | 3df9bb0 | 2016-03-18 15:33:52 -0700 | [diff] [blame] | 1 | libRS { |
| 2 | global: |
Stephen Hines | 98cb2d1 | 2016-03-30 17:54:01 -0700 | [diff] [blame] | 3 | gDebuggerPresent; |
Yang Ni | 3df9bb0 | 2016-03-18 15:33:52 -0700 | [diff] [blame] | 4 | rsaAllocationGetType; |
Miao Wang | 18751d4 | 2016-03-28 12:40:31 -0700 | [diff] [blame] | 5 | rsaContextSetNativeLibDir; |
Yang Ni | 3df9bb0 | 2016-03-18 15:33:52 -0700 | [diff] [blame] | 6 | 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 Wang | abdc1af | 2017-04-05 16:39:07 -0700 | [diff] [blame] | 62 | rsDebugGetHighLevelContext; |
Yang Ni | 3df9bb0 | 2016-03-18 15:33:52 -0700 | [diff] [blame] | 63 | 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 Ni | 3df9bb0 | 2016-03-18 15:33:52 -0700 | [diff] [blame] | 88 | rsScriptGroupCreate; |
| 89 | rsScriptGroupExecute; |
| 90 | rsScriptGroupSetInput; |
| 91 | rsScriptGroupSetOutput; |
| 92 | rsScriptIntrinsicCreate; |
| 93 | rsScriptInvoke; |
| 94 | rsScriptInvokeIDCreate; |
| 95 | rsScriptInvokeV; |
| 96 | rsScriptKernelIDCreate; |
| 97 | rsScriptReduce; |
Yang Ni | 3df9bb0 | 2016-03-18 15:33:52 -0700 | [diff] [blame] | 98 | rsScriptSetTimeZone; |
| 99 | rsScriptSetVarD; |
| 100 | rsScriptSetVarF; |
| 101 | rsScriptSetVarI; |
| 102 | rsScriptSetVarJ; |
| 103 | rsScriptSetVarObj; |
| 104 | rsScriptSetVarV; |
| 105 | rsScriptSetVarVE; |
| 106 | rsTypeCreate; |
| 107 | rsTypeCreate2; |
Jayant Chowdhary | 8ee6d93 | 2017-09-29 11:27:45 -0700 | [diff] [blame] | 108 | rsaFileA3DCreateFromFile; |
| 109 | rsaFileA3DCreateFromAsset; |
| 110 | rsaFileA3DGetEntryByIndex; |
| 111 | rsaFileA3DGetIndexEntries; |
| 112 | rsaFileA3DCreateFromMemory; |
| 113 | rsaFileA3DGetNumIndexEntries; |
| 114 | rsaMeshGetIndices; |
| 115 | rsaMeshGetVertices; |
| 116 | rsaMeshGetIndexCount; |
| 117 | rsaMeshGetVertexBufferCount; |
| 118 | rsContextCreateGL; |
Yang Ni | 3df9bb0 | 2016-03-18 15:33:52 -0700 | [diff] [blame] | 119 | |
| 120 | local: |
| 121 | *; |
| 122 | }; |