Searched refs:rsAllocationGetDimY (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A Dsample.rs34 float destY = (float)rsAllocationGetDimY(destAlloc) - 1.0f;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dartistic1.rs30 int h = rsAllocationGetDimY(gBlur);
H A Dcolorcube.rs29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dartistic1.rs30 int h = rsAllocationGetDimY(gBlur);
H A Dcolorcube.rs29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dartistic1.rs30 int h = rsAllocationGetDimY(gBlur);
H A Dcolorcube.rs29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A Dfind_region.rs35 int height = rsAllocationGetDimY(image);
53 int height = rsAllocationGetDimY(image);
102 int h = rsAllocationGetDimY(fit);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A Dbricked.rs50 if (py >= rsAllocationGetDimY(volume)) {
/frameworks/rs/scriptc/
H A Drs_object_info.rsh112 * rsAllocationGetDimY: Size of the Y dimension
122 rsAllocationGetDimY(rs_allocation a);
/frameworks/rs/driver/runtime/
H A Drs_allocation.c12 rsAllocationGetDimY(rs_allocation a) { function

Completed in 2029 milliseconds