Searched refs:xEnd (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/rs/driver/
H A DrsdBcc.cpp205 uint32_t xEnd; member in struct:__anon282
239 //LOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
245 fn(&mtls->script->mHal.info.root, &p, mtls->xStart, mtls->xEnd,
264 uint32_t xEnd = xStart + mtls->mSliceSize; local
265 xEnd = rsMin(xEnd, mtls->xEnd);
266 if (xEnd <= xStart) {
270 //LOGE("usr slice %i idx %i, x %i,%i", slice, idx, xStart, xEnd);
275 fn(&mtls->script->mHal.info.root, &p, xStart, xEnd, mtl
[all...]
/frameworks/base/opengl/libs/ETC1/
H A Detc1.cpp533 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/base/libs/rs/scriptc/
H A Drs_core.rsh91 uint32_t xEnd;
/frameworks/base/libs/rs/
H A DRenderScriptDefines.h323 uint32_t xEnd; member in struct:__anon279
/frameworks/base/opengl/tests/angeles/
H A Ddemo.c349 const int xBegin = -15, xEnd = 15; local
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
365 for (x = xBegin; x < xEnd; ++x)

Completed in 151 milliseconds