Searched refs:xEnd (Results 1 – 12 of 12) sorted by relevance
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | foreach_bounds.rs | 6 int xEnd = 0; 33 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) { 57 rssc.xEnd = xEnd;
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_foreach_bounds.java | 37 final int xEnd = 5; in initializeGlobals() local 49 s.set_xEnd(xEnd); in initializeGlobals() 55 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
|
D | foreach_bounds.rs | 6 int xEnd = 0; 32 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
|
/frameworks/native/opengl/libs/ETC1/ |
D | etc1.cpp | 533 etc1_uint32 xEnd = width - x; in etc1_encode_image() local 534 if (xEnd > 4) { in etc1_encode_image() 535 xEnd = 4; in etc1_encode_image() 537 int mask = ymask & kXMask[xEnd]; in etc1_encode_image() 542 memcpy(q, p, xEnd * 3); in etc1_encode_image() 544 for (etc1_uint32 cx = 0; cx < xEnd; cx++) { in etc1_encode_image() 585 etc1_uint32 xEnd = width - x; in etc1_decode_image() local 586 if (xEnd > 4) { in etc1_decode_image() 587 xEnd = 4; in etc1_decode_image() 595 memcpy(p, q, xEnd * 3); in etc1_decode_image() [all …]
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 161 if (mtls && mtls->fep.dimY <= 1 && mtls->xEnd <= mtls->xStart + mtls->mSliceSize) { in launchThreads() 327 fn(&p, mtls->xStart, mtls->xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut); in wc_xy() 343 uint32_t xEnd = xStart + mtls->mSliceSize; in wc_x() local 344 xEnd = rsMin(xEnd, mtls->xEnd); in wc_x() 345 if (xEnd <= xStart) { in wc_x() 354 fn(&p, xStart, xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut); in wc_x() 423 fn(&p, mtls->xStart, mtls->xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut); in launchThreads()
|
D | rsCpuScript.cpp | 509 if (!sc || (sc->xEnd == 0)) { in forEachMtlsSetup() 510 mtls->xEnd = mtls->fep.dimX; in forEachMtlsSetup() 513 rsAssert(sc->xEnd <= mtls->fep.dimX); in forEachMtlsSetup() 514 rsAssert(sc->xStart < sc->xEnd); in forEachMtlsSetup() 516 mtls->xEnd = rsMin(mtls->fep.dimX, sc->xEnd); in forEachMtlsSetup() 517 if (mtls->xStart >= mtls->xEnd) return; in forEachMtlsSetup() 542 mtls->xEnd = rsMax((uint32_t)1, mtls->xEnd); in forEachMtlsSetup()
|
D | rsCpuCore.h | 65 uint32_t xEnd; member
|
/frameworks/rs/ |
D | rsDefines.h | 387 uint32_t xEnd; member
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 349 const int xBegin = -15, xEnd = 15; in createGroundPlane() local 350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane() 365 for (x = xBegin; x < xEnd; ++x) in createGroundPlane()
|
/frameworks/rs/scriptc/ |
D | rs_core.rsh | 113 uint32_t xEnd;
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 830 sc.xEnd = xend; in nScriptForEachClipped() 852 sc.xEnd = xend; in nScriptForEachClippedV()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 1149 sc.xEnd = xend; in nScriptForEachClipped() 1171 sc.xEnd = xend; in nScriptForEachClippedV()
|