Home
last modified time | relevance | path

Searched refs:rsGetAllocation (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
Dfountain.rs25 const int size = rsAllocationGetDimX(rsGetAllocation(point));
50 int size = rsAllocationGetDimX(rsGetAllocation(point));
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
Dfountain.rs24 const int size = rsAllocationGetDimX(rsGetAllocation(point));
49 int size = rsAllocationGetDimX(rsGetAllocation(point));
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
Dtorus_test.rs68 rsgAllocationSyncAll(rsGetAllocation(buffer));
180 rsgAllocationSyncAll(rsGetAllocation(gVSConstants));
189 rsgAllocationSyncAll(rsGetAllocation(gFSConstants));
205 rsgAllocationSyncAll(rsGetAllocation(gFSConstPixel));
Drsbench.rs103 int testCount = rsAllocationGetDimX(rsGetAllocation(gTestScripts));
225 int testCount = rsAllocationGetDimX(rsGetAllocation(gTestScripts));
Dui_test.rs231 rsgAllocationSyncAll(rsGetAllocation(vpConstants));
361 textAlloc = rsGetAllocation(gListViewText);
384 gParticlesBuffer = rsGetAllocation(Particles);
Dfill_test.rs88 rsgAllocationSyncAll(rsGetAllocation(gFragData));
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
Dfountainfbo.rs32 const int size = rsAllocationGetDimX(rsGetAllocation(point));
85 int size = rsAllocationGetDimX(rsGetAllocation(point));
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
Dballs.rs33 uint32_t dimX = rsAllocationGetDimX(rsGetAllocation(balls));
50 rs_allocation aout = rsGetAllocation(balls);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
Dsimplemodel.rs106 rs_allocation allMeshes = rsGetAllocation(gMeshes);
123 rs_allocation allMeshes = rsGetAllocation(gMeshes);
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
Drslist.rs48 listAlloc = rsGetAllocation(gList);
Drsrenderstates.rs410 rsgAllocationSyncAll(rsGetAllocation(gVSConstants));
420 rsgAllocationSyncAll(rsGetAllocation(gVSConstants2));
429 rsgAllocationSyncAll(rsGetAllocation(gFSConstants));
436 rsgAllocationSyncAll(rsGetAllocation(gFSConstants2));
529 rsgAllocationSyncAll(rsGetAllocation(gFSConstants));
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
Dshaderstest.rs114 rs_allocation allMeshes = rsGetAllocation(gMeshes);
131 rs_allocation allMeshes = rsGetAllocation(gMeshes);
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
Dfbotest.rs98 rs_allocation allMeshes = rsGetAllocation(gMeshes);
115 rs_allocation allMeshes = rsGetAllocation(gMeshes);
Dfbosync.rs99 rs_allocation allMeshes = rsGetAllocation(gMeshes);
116 rs_allocation allMeshes = rsGetAllocation(gMeshes);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Drslist.rs50 listAlloc = rsGetAllocation(gList);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Drslist.rs50 listAlloc = rsGetAllocation(gList);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Drslist.rs50 rsSetObject(&listAlloc, rsGetAllocation(gList));
/frameworks/rs/scriptc/
Drs_allocation.rsh35 rsGetAllocation(const void *);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs1346 rs_allocation a = rsGetAllocation(allocPtr);
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp1496 const Allocation * rsGetAllocation(const void *ptr) { in rsGetAllocation() function