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

/frameworks/rs/driver/
H A DrsdBcc.cpp237 uint32_t yEnd; member in struct:__anon1543
263 uint32_t yEnd = yStart + mtls->mSliceSize; local
264 yEnd = rsMin(yEnd, mtls->yEnd);
265 if (yEnd <= yStart) {
269 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
271 for (p.y = yStart; p.y < yEnd; p.y++) {
354 if (!sc || (sc->yEnd == 0)) {
355 mtls.yEnd
[all...]
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp527 etc1_uint32 yEnd = height - y; local
528 if (yEnd > 4) {
529 yEnd = 4;
531 int ymask = kYMask[yEnd];
538 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
580 etc1_uint32 yEnd = height - y; local
581 if (yEnd > 4) {
582 yEnd = 4;
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
/frameworks/rs/scriptc/
H A Drs_core.rsh118 uint32_t yEnd;
/frameworks/rs/
H A DrsDefines.h346 uint32_t yEnd; member in struct:__anon1555
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive local
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
363 for (y = yBegin; y < yEnd; ++y)

Completed in 137 milliseconds