Home
last modified time | relevance | path

Searched refs:rsAllocationGetDimY (Results 1 – 19 of 19) sorted by relevance

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dalloc.rs23 _RS_ASSERT(rsAllocationGetDimY(aRaw) == 0);
35 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
41 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
47 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dalloc.rs22 _RS_ASSERT(rsAllocationGetDimY(aRaw) == dimY);
54 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
60 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
66 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dalloc.rs22 _RS_ASSERT(rsAllocationGetDimY(aRaw) == dimY);
54 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
60 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
66 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dalloc.rs22 _RS_ASSERT(rsAllocationGetDimY(aRaw) == dimY);
54 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
60 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
66 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
Dapitest.rs1349 _RS_ASSERT(rsAllocationGetDimY(a) == y);
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
Dsample.rs34 float destY = (float)rsAllocationGetDimY(destAlloc) - 1.0f;
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
Dshaderstest.rs144 float aspect = (float) rsAllocationGetDimX(gScreen) / (float) rsAllocationGetDimY(gScreen);
180 gFSVignetteConstants->height = (float) rsAllocationGetDimY(gScreen);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
Drsbench.rs183 gRenderSurfaceH = rsAllocationGetDimY(gRenderBufferColor);
205 int bufferH = rsAllocationGetDimY(gRenderBufferColor);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dartistic1.rs30 int h = rsAllocationGetDimY(gBlur);
Dcolorcube.rs29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dartistic1.rs30 int h = rsAllocationGetDimY(gBlur);
Dcolorcube.rs29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
Dfbosync.rs150 float aspect = (float)rsAllocationGetDimX(gOffscreen) / (float)rsAllocationGetDimY(gOffscreen);
198 uint32_t h = rsAllocationGetDimY(gOffscreen);
Dfbotest.rs149 float aspect = (float)rsAllocationGetDimX(gOffscreen) / (float)rsAllocationGetDimY(gOffscreen);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dcolorcube.rs29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
Dballs.rs47 rsAllocationGetDimY(gGrid) };
Dball_physics.rs50 (gridPos[gct].y >= rsAllocationGetDimY(gGrid)) ||
/frameworks/rs/driver/runtime/
Drs_allocation.c12 rsAllocationGetDimY(rs_allocation a) { in rsAllocationGetDimY() function
/frameworks/rs/scriptc/
Drs_allocation.rsh51 rsAllocationGetDimY(rs_allocation);