Lines Matching refs:RsAllocation

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 …C" void rsAllocationShareBufferQueue (RsContext ctxWrapper, RsAllocation alloc1, RsAllocation allo… 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()
476 RsAllocation dest, in rsAllocationCopy2DRange()
480 RsAllocation src, in rsAllocationCopy2DRange()
489 RsAllocation dest, in rsAllocationCopy3DRange()
493 RsAllocation src, 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()
529 extern "C" RsClosure rsClosureCreate (RsContext ctxWrapper, RsScriptKernelID kernelID, RsAllocation in rsClosureCreate()
590 RsScriptKernelID kernel, RsAllocation alloc) in rsScriptGroupSetOutput()
596 RsScriptKernelID kernel, RsAllocation alloc) in rsScriptGroupSetInput()
624 extern "C" void rsScriptBindAllocation (RsContext ctxWrapper, RsScript vtm, RsAllocation va, uint32… in rsScriptBindAllocation()
650 RsAllocation ain, RsAllocation aout, in rsScriptForEach()
658 RsAllocation * ains, size_t ains_length, RsAllocation aout, in rsScriptForEachMulti()
666 RsAllocation * ains, size_t ains_length, RsAllocation aout, in rsScriptReduce()
841 extern "C" RsMesh rsMeshCreate (RsContext ctxWrapper, RsAllocation * vtx, size_t vtx_length, in rsMeshCreate()
842 RsAllocation * idx, size_t idx_length, in rsMeshCreate()
848 … rsProgramBindConstants (RsContext ctxWrapper, RsProgram vp, uint32_t slot, RsAllocation constants) in rsProgramBindConstants()
853 …id rsProgramBindTexture (RsContext ctxWrapper, RsProgramFragment pf, uint32_t slot, RsAllocation a) in rsProgramBindTexture()
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()