Lines Matching defs:ctxWrapper

150     RsContextWrapper *ctxWrapper;  in rsContextCreate()  local
189 extern "C" void rsContextDestroy (RsContext ctxWrapper) in rsContextDestroy()
204 extern "C" void rsContextFinish (RsContext ctxWrapper) in rsContextFinish()
209 extern "C" void rsContextDump (RsContext ctxWrapper, int32_t bits) in rsContextDump()
214 extern "C" void rsContextSetPriority (RsContext ctxWrapper, int32_t priority) in rsContextSetPriority()
219 extern "C" void rsContextDestroyWorker (RsContext ctxWrapper) in rsContextDestroyWorker()
223 extern "C" RsMessageToClientType rsContextGetMessage (RsContext ctxWrapper, void * data, size_t dat… in rsContextGetMessage()
232 extern "C" RsMessageToClientType rsContextPeekMessage (RsContext ctxWrapper, in rsContextPeekMessage()
241 extern "C" void rsContextSendMessage (RsContext ctxWrapper, uint32_t id, const uint8_t * data, size… in rsContextSendMessage()
246 extern "C" void rsContextInitToClient (RsContext ctxWrapper) in rsContextInitToClient()
251 extern "C" void rsContextDeinitToClient (RsContext ctxWrapper) in rsContextDeinitToClient()
256 extern "C" void rsContextSetCacheDir (RsContext ctxWrapper, const char * cacheDir, size_t cacheDir_… in rsContextSetCacheDir()
261 extern "C" void rsaContextSetNativeLibDir(RsContext ctxWrapper, char *libDir, size_t length) in rsaContextSetNativeLibDir()
267 extern "C" void rsAssignName (RsContext ctxWrapper, RsObjectBase obj, const char * name, size_t nam… in rsAssignName()
272 extern "C" void rsaGetName(RsContext ctxWrapper, void * obj, const char **name) in rsaGetName()
277 extern "C" void rsObjDestroy (RsContext ctxWrapper, RsAsyncVoidPtr objPtr) in rsObjDestroy()
284 extern "C" RsElement rsElementCreate (RsContext ctxWrapper, RsDataType mType, RsDataKind mKind, in rsElementCreate()
290 extern "C" RsElement rsElementCreate2 (RsContext ctxWrapper, const RsElement * elements, size_t ele… in rsElementCreate2()
300 extern "C" void rsaElementGetNativeData(RsContext ctxWrapper, RsElement elem, uint32_t *elemData, u… in rsaElementGetNativeData()
305 extern "C" void rsaElementGetSubElements(RsContext ctxWrapper, RsElement elem, uintptr_t *ids, cons… in rsaElementGetSubElements()
313 extern "C" RsType rsTypeCreate (RsContext ctxWrapper, RsElement e, uint32_t dimX, uint32_t dimY, ui… in rsTypeCreate()
319 extern "C" RsType rsTypeCreate2 (RsContext ctxWrapper, const RsTypeCreateParams * dat, size_t dat_l… in rsTypeCreate2()
324 extern "C" void rsaTypeGetNativeData(RsContext ctxWrapper, RsType type, uintptr_t *typeData, uint32… in rsaTypeGetNativeData()
332 extern "C" RsAllocation rsAllocationCreateTyped (RsContext ctxWrapper, RsType vtype, RsAllocationMi… in rsAllocationCreateTyped()
338 extern "C" RsAllocation rsAllocationCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAllocat… in rsAllocationCreateFromBitmap()
344 extern "C" RsAllocation rsAllocationCubeCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAll… in rsAllocationCubeCreateFromBitmap()
350 extern "C" RsAllocation rsAllocationAdapterCreate (RsContext ctxWrapper, RsType vtype, RsAllocation… in rsAllocationAdapterCreate()
355 extern "C" const void * rsaAllocationGetType(RsContext ctxWrapper, RsAllocation va) in rsaAllocationGetType()
360 extern "C" RsNativeWindow rsAllocationGetSurface (RsContext ctxWrapper, RsAllocation alloc) in rsAllocationGetSurface()
365 extern "C" void rsAllocationSetupBufferQueue (RsContext ctxWrapper, RsAllocation alloc, uint32_t nu… in rsAllocationSetupBufferQueue()
370 extern "C" void rsAllocationShareBufferQueue (RsContext ctxWrapper, RsAllocation alloc1, RsAllocati… in rsAllocationShareBufferQueue()
375 extern "C" void rsAllocationSetSurface (RsContext ctxWrapper, RsAllocation alloc, RsNativeWindow su… in rsAllocationSetSurface()
380 extern "C" void rsAllocationAdapterOffset (RsContext ctxWrapper, RsAllocation alloc, in rsAllocationAdapterOffset()
386 extern "C" void rsAllocationCopyToBitmap (RsContext ctxWrapper, RsAllocation alloc, void * data, si… in rsAllocationCopyToBitmap()
391 extern "C" void * rsAllocationGetPointer (RsContext ctxWrapper, RsAllocation va, uint32_t lod, RsAl… in rsAllocationGetPointer()
397 extern "C" void rsAllocation1DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation1DData()
403 extern "C" void rsAllocation1DElementData (RsContext ctxWrapper, RsAllocation va, uint32_t x, uint3… in rsAllocation1DElementData()
409 extern "C" void rsAllocationElementData (RsContext ctxWrapper, RsAllocation va, uint32_t x, uint32_… in rsAllocationElementData()
415 extern "C" void rsAllocation2DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation2DData()
422 extern "C" void rsAllocation3DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation3DData()
429 extern "C" void rsAllocationGenerateMipmaps (RsContext ctxWrapper, RsAllocation va) in rsAllocationGenerateMipmaps()
434 extern "C" void rsAllocationRead (RsContext ctxWrapper, RsAllocation va, void * data, size_t data_l… in rsAllocationRead()
439 extern "C" void rsAllocation1DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation1DRead()
445 extern "C" void rsAllocationElementRead (RsContext ctxWrapper, RsAllocation va, uint32_t x, uint32_… in rsAllocationElementRead()
451 extern "C" void rsAllocation2DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation2DRead()
458 extern "C" void rsAllocation3DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation3DRead()
465 extern "C" void rsAllocationSyncAll (RsContext ctxWrapper, RsAllocation va, RsAllocationUsageType s… in rsAllocationSyncAll()
470 extern "C" void rsAllocationResize1D (RsContext ctxWrapper, RsAllocation va, uint32_t dimX) in rsAllocationResize1D()
475 extern "C" void rsAllocationCopy2DRange (RsContext ctxWrapper, in rsAllocationCopy2DRange()
488 extern "C" void rsAllocationCopy3DRange (RsContext ctxWrapper, in rsAllocationCopy3DRange()
502 extern "C" void rsAllocationIoSend (RsContext ctxWrapper, RsAllocation alloc) in rsAllocationIoSend()
507 extern "C" int64_t rsAllocationIoReceive (RsContext ctxWrapper, RsAllocation alloc) in rsAllocationIoReceive()
514 extern "C" void rsScriptGroupExecute (RsContext ctxWrapper, RsScriptGroup group) in rsScriptGroupExecute()
519 extern "C" RsScriptGroup2 rsScriptGroup2Create (RsContext ctxWrapper, const char * name, size_t nam… in rsScriptGroup2Create()
529 extern "C" RsClosure rsClosureCreate (RsContext ctxWrapper, RsScriptKernelID kernelID, RsAllocation… in rsClosureCreate()
542 extern "C" RsClosure rsInvokeClosureCreate (RsContext ctxWrapper, RsScriptInvokeID invokeID, in rsInvokeClosureCreate()
555 extern "C" void rsClosureSetArg (RsContext ctxWrapper, RsClosure closureID, uint32_t index, in rsClosureSetArg()
561 extern "C" void rsClosureSetGlobal (RsContext ctxWrapper, RsClosure closureID, RsScriptFieldID fiel… in rsClosureSetGlobal()
567 extern "C" RsScriptKernelID rsScriptKernelIDCreate (RsContext ctxWrapper, RsScript sid, int slot, i… in rsScriptKernelIDCreate()
572 extern "C" RsScriptFieldID rsScriptFieldIDCreate (RsContext ctxWrapper, RsScript sid, int slot) in rsScriptFieldIDCreate()
577 extern "C" RsScriptGroup rsScriptGroupCreate (RsContext ctxWrapper, RsScriptKernelID * kernels, siz… in rsScriptGroupCreate()
589 extern "C" void rsScriptGroupSetOutput (RsContext ctxWrapper, RsScriptGroup group, in rsScriptGroupSetOutput()
595 extern "C" void rsScriptGroupSetInput (RsContext ctxWrapper, RsScriptGroup group, in rsScriptGroupSetInput()
603 extern "C" RsSampler rsSamplerCreate (RsContext ctxWrapper, RsSamplerValue magFilter, RsSamplerValu… in rsSamplerCreate()
612 extern "C" RsScript rsScriptCCreate (RsContext ctxWrapper, const char * resName, size_t resName_len… in rsScriptCCreate()
619 extern "C" RsScript rsScriptIntrinsicCreate (RsContext ctxWrapper, uint32_t id, RsElement eid) in rsScriptIntrinsicCreate()
624 extern "C" void rsScriptBindAllocation (RsContext ctxWrapper, RsScript vtm, RsAllocation va, uint32… in rsScriptBindAllocation()
629 extern "C" void rsScriptSetTimeZone (RsContext ctxWrapper, RsScript s, const char * timeZone, size_… in rsScriptSetTimeZone()
634 extern "C" RsScriptInvokeID rsScriptInvokeIDCreate (RsContext ctxWrapper, RsScript s, uint32_t slot) in rsScriptInvokeIDCreate()
639 extern "C" void rsScriptInvoke (RsContext ctxWrapper, RsScript s, uint32_t slot) in rsScriptInvoke()
644 extern "C" void rsScriptInvokeV (RsContext ctxWrapper, RsScript s, uint32_t slot, const void * data… in rsScriptInvokeV()
649 extern "C" void rsScriptForEach (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptForEach()
657 extern "C" void rsScriptForEachMulti (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptForEachMulti()
665 extern "C" void rsScriptReduce (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptReduce()
672 extern "C" void rsScriptSetVarI (RsContext ctxWrapper, RsScript s, uint32_t slot, int value) in rsScriptSetVarI()
677 extern "C" void rsScriptSetVarObj (RsContext ctxWrapper, RsScript s, uint32_t slot, RsObjectBase va… in rsScriptSetVarObj()
682 extern "C" void rsScriptSetVarJ (RsContext ctxWrapper, RsScript s, uint32_t slot, int64_t value) in rsScriptSetVarJ()
687 extern "C" void rsScriptSetVarF (RsContext ctxWrapper, RsScript s, uint32_t slot, float value) in rsScriptSetVarF()
692 extern "C" void rsScriptSetVarD (RsContext ctxWrapper, RsScript s, uint32_t slot, double value) in rsScriptSetVarD()
697 extern "C" void rsScriptSetVarV (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptSetVarV()
703 extern "C" void rsScriptGetVarV (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptGetVarV()
709 extern "C" void rsScriptSetVarVE (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptSetVarVE()
731 RsContextWrapper *ctxWrapper = new RsContextWrapper{context, instance.GetEntryFuncs()}; in rsContextCreateGL() local
740 extern "C" void rsContextBindProgramStore (RsContext ctxWrapper, RsProgramStore pgm) in rsContextBindProgramStore()
745 extern "C" void rsContextBindProgramFragment (RsContext ctxWrapper, RsProgramFragment pgm) in rsContextBindProgramFragment()
750 extern "C" void rsContextBindProgramVertex (RsContext ctxWrapper, RsProgramVertex pgm) in rsContextBindProgramVertex()
755 extern "C" void rsContextBindProgramRaster (RsContext ctxWrapper, RsProgramRaster pgm) in rsContextBindProgramRaster()
760 extern "C" void rsContextBindFont (RsContext ctxWrapper, RsFont pgm) in rsContextBindFont()
765 extern "C" void rsContextSetSurface (RsContext ctxWrapper, uint32_t width, uint32_t height, in rsContextSetSurface()
771 extern "C" void rsContextBindRootScript (RsContext ctxWrapper, RsScript sampler) in rsContextBindRootScript()
776 extern "C" void rsContextPause (RsContext ctxWrapper) in rsContextPause()
781 extern "C" void rsContextResume (RsContext ctxWrapper) in rsContextResume()
786 extern "C" RsProgramStore rsProgramStoreCreate (RsContext ctxWrapper, in rsProgramStoreCreate()
799 extern "C" RsProgramRaster rsProgramRasterCreate (RsContext ctxWrapper, bool pointSprite, RsCullMod… in rsProgramRasterCreate()
804 extern "C" RsProgramFragment rsProgramFragmentCreate (RsContext ctxWrapper, in rsProgramFragmentCreate()
816 extern "C" RsProgramVertex rsProgramVertexCreate (RsContext ctxWrapper, in rsProgramVertexCreate()
828 extern "C" RsFont rsFontCreateFromFile (RsContext ctxWrapper, const char * name, size_t name_length, in rsFontCreateFromFile()
834 extern "C" RsFont rsFontCreateFromMemory (RsContext ctxWrapper, const char * name, size_t name_leng… in rsFontCreateFromMemory()
841 extern "C" RsMesh rsMeshCreate (RsContext ctxWrapper, RsAllocation * vtx, size_t vtx_length, in rsMeshCreate()
848 extern "C" void rsProgramBindConstants (RsContext ctxWrapper, RsProgram vp, uint32_t slot, RsAlloca… in rsProgramBindConstants()
853 extern "C" void rsProgramBindTexture (RsContext ctxWrapper, RsProgramFragment pf, uint32_t slot, Rs… in rsProgramBindTexture()
858 extern "C" void rsProgramBindSampler (RsContext ctxWrapper, RsProgramFragment pf, uint32_t slot, Rs… in rsProgramBindSampler()
863 extern "C" RsObjectBase rsaFileA3DGetEntryByIndex(RsContext ctxWrapper, uint32_t index, RsFile file) in rsaFileA3DGetEntryByIndex()
868 extern "C" RsFile rsaFileA3DCreateFromMemory(RsContext ctxWrapper, const void *data, uint32_t len) in rsaFileA3DCreateFromMemory()
873 extern "C" RsFile rsaFileA3DCreateFromAsset(RsContext ctxWrapper, void *_asset) in rsaFileA3DCreateFromAsset()
878 extern "C" RsFile rsaFileA3DCreateFromFile(RsContext ctxWrapper, const char *path) in rsaFileA3DCreateFromFile()
883 extern "C" void rsaFileA3DGetNumIndexEntries(RsContext ctxWrapper, int32_t *numEntries, RsFile fil… in rsaFileA3DGetNumIndexEntries()
888 extern "C" void rsaFileA3DGetIndexEntries(RsContext ctxWrapper, RsFileIndexEntry *fileEntries, uint… in rsaFileA3DGetIndexEntries()
893 extern "C" void rsaMeshGetVertexBufferCount(RsContext ctxWrapper, RsMesh mv, int32_t *numVtx) in rsaMeshGetVertexBufferCount()
898 extern "C" void rsaMeshGetIndexCount(RsContext ctxWrapper, RsMesh mv, int32_t *numIdx) in rsaMeshGetIndexCount()
903 extern "C" void rsaMeshGetVertices(RsContext ctxWrapper, RsMesh mv, RsAllocation *vtxData, uint32_t… in rsaMeshGetVertices()
908 extern "C" void rsaMeshGetIndices(RsContext ctxWrapper, RsMesh mv, RsAllocation *va, uint32_t *prim… in rsaMeshGetIndices()