Searched refs:rsAllocationGetDimX (Results 1 - 7 of 7) sorted by last modified time

/frameworks/rs/driver/runtime/
H A Drs_allocation.c7 rsAllocationGetDimX(rs_allocation a) { function
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dartistic1.rs29 int w = rsAllocationGetDimX(gBlur);
H A Dcolorcube.rs28 gDims.x = rsAllocationGetDimX(gCube);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dcolorcube.rs28 gDims.x = rsAllocationGetDimX(gCube);
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A Dsample.rs33 float destX = (float)rsAllocationGetDimX(destAlloc) - 1.0f;
/frameworks/rs/scriptc/
H A Drs_allocation.rsh43 rsAllocationGetDimX(rs_allocation);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs327 cardCount = (cardAllocationValid && rsIsObject(cardAlloc)) ? rsAllocationGetDimX(cardAlloc) : 0;
333 rsAllocationGetDimX(psAlloc) : 0);
861 const float lineWidth = rsAllocationGetDimX(detailLineTexture);
913 rsAllocationGetDimX(cards[i].detailTexture) / 2.0f);
978 const float textureWidth = rsAllocationGetDimX(cards[i].detailTexture);

Completed in 145 milliseconds