Searched refs:rsGetAllocation (Results 1 – 20 of 20) sorted by relevance
25 const int size = rsAllocationGetDimX(rsGetAllocation(point));50 int size = rsAllocationGetDimX(rsGetAllocation(point));
24 const int size = rsAllocationGetDimX(rsGetAllocation(point));49 int size = rsAllocationGetDimX(rsGetAllocation(point));
68 rsgAllocationSyncAll(rsGetAllocation(buffer));180 rsgAllocationSyncAll(rsGetAllocation(gVSConstants));189 rsgAllocationSyncAll(rsGetAllocation(gFSConstants));205 rsgAllocationSyncAll(rsGetAllocation(gFSConstPixel));
103 int testCount = rsAllocationGetDimX(rsGetAllocation(gTestScripts));225 int testCount = rsAllocationGetDimX(rsGetAllocation(gTestScripts));
231 rsgAllocationSyncAll(rsGetAllocation(vpConstants));361 textAlloc = rsGetAllocation(gListViewText);384 gParticlesBuffer = rsGetAllocation(Particles);
88 rsgAllocationSyncAll(rsGetAllocation(gFragData));
32 const int size = rsAllocationGetDimX(rsGetAllocation(point));85 int size = rsAllocationGetDimX(rsGetAllocation(point));
33 uint32_t dimX = rsAllocationGetDimX(rsGetAllocation(balls));50 rs_allocation aout = rsGetAllocation(balls);
106 rs_allocation allMeshes = rsGetAllocation(gMeshes);123 rs_allocation allMeshes = rsGetAllocation(gMeshes);
48 listAlloc = rsGetAllocation(gList);
410 rsgAllocationSyncAll(rsGetAllocation(gVSConstants));420 rsgAllocationSyncAll(rsGetAllocation(gVSConstants2));429 rsgAllocationSyncAll(rsGetAllocation(gFSConstants));436 rsgAllocationSyncAll(rsGetAllocation(gFSConstants2));529 rsgAllocationSyncAll(rsGetAllocation(gFSConstants));
114 rs_allocation allMeshes = rsGetAllocation(gMeshes);131 rs_allocation allMeshes = rsGetAllocation(gMeshes);
98 rs_allocation allMeshes = rsGetAllocation(gMeshes);115 rs_allocation allMeshes = rsGetAllocation(gMeshes);
99 rs_allocation allMeshes = rsGetAllocation(gMeshes);116 rs_allocation allMeshes = rsGetAllocation(gMeshes);
50 listAlloc = rsGetAllocation(gList);
50 rsSetObject(&listAlloc, rsGetAllocation(gList));
35 rsGetAllocation(const void *);
1346 rs_allocation a = rsGetAllocation(allocPtr);
1496 const Allocation * rsGetAllocation(const void *ptr) { in rsGetAllocation() function