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

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp314 uint32_t yEnd = yStart + mtls->mSliceSize; local
315 yEnd = rsMin(yEnd, mtls->yEnd);
316 if (yEnd <= yStart) {
320 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
323 for (p.y = yStart; p.y < yEnd; p.y++) {
417 for (p.y = mtls->yStart; p.y < mtls->yEnd; p.y++) {
H A DrsCpuCore.h67 uint32_t yEnd; member in struct:android::renderscript::__anon1572
/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/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)
/frameworks/rs/
H A DrsDefines.h389 uint32_t yEnd; member in struct:__anon1589

Completed in 94 milliseconds