Searched defs:xEnd (Results 1 - 5 of 5) sorted by relevance
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
H A D | stats_scorer.cpp | 49 int xEnd = static_cast<int>(width * right); local 52 int numPixels = (xEnd - xStart) * (yEnd - yStart); 58 for (int x = xStart; x < xEnd; ++x) {
|
/frameworks/native/opengl/libs/ETC1/ |
H A D | etc1.cpp | 533 etc1_uint32 xEnd = width - x; local 534 if (xEnd > 4) { 535 xEnd = 4; 537 int mask = ymask & kXMask[xEnd]; 542 memcpy(q, p, xEnd * 3); 544 for (etc1_uint32 cx = 0; cx < xEnd; cx++) { 585 etc1_uint32 xEnd = width - x; local 586 if (xEnd > 4) { 587 xEnd = 4; 595 memcpy(p, q, xEnd * [all...] |
/frameworks/native/opengl/tests/angeles/ |
H A D | demo.c | 349 const int xBegin = -15, xEnd = 15; local 350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; 365 for (x = xBegin; x < xEnd; ++x)
|
/frameworks/rs/cpu_ref/ |
H A D | rsCpuCore.cpp | 454 uint32_t xEnd = xStart + mtls->mSliceSize; local 456 xEnd = rsMin(xEnd, mtls->end.x); 458 if (xEnd <= xStart) { 464 fn(&fep, xStart, xEnd, fep.outStride[0]); 550 uint32_t xEnd = xStart + mtls->mSliceSize; local 552 xEnd = rsMin(xEnd, mtls->end.x); 554 if (xEnd <= xStart) { 559 fn(&redp, xStart, xEnd, accumPt [all...] |
/frameworks/rs/ |
H A D | rsDefines.h | 242 uint32_t xEnd; member in struct:__anon1684
|
Completed in 6074 milliseconds