Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/driver/
DrsdBcc.cpp207 uint32_t yEnd; member
232 uint32_t yEnd = yStart + mtls->mSliceSize; in wc_xy() local
233 yEnd = rsMin(yEnd, mtls->yEnd); in wc_xy()
234 if (yEnd <= yStart) { in wc_xy()
240 for (p.y = yStart; p.y < yEnd; p.y++) { in wc_xy()
335 if (!sc || (sc->yEnd == 0)) { in rsdScriptInvokeForEach()
336 mtls.yEnd = mtls.dimY; in rsdScriptInvokeForEach()
339 rsAssert(sc->yEnd <= mtls.dimY); in rsdScriptInvokeForEach()
340 rsAssert(sc->yStart < sc->yEnd); in rsdScriptInvokeForEach()
342 mtls.yEnd = rsMin(mtls.dimY, sc->yEnd); in rsdScriptInvokeForEach()
[all …]
/frameworks/base/opengl/libs/ETC1/
Detc1.cpp527 etc1_uint32 yEnd = height - y; in etc1_encode_image() local
528 if (yEnd > 4) { in etc1_encode_image()
529 yEnd = 4; in etc1_encode_image()
531 int ymask = kYMask[yEnd]; in etc1_encode_image()
538 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_encode_image()
580 etc1_uint32 yEnd = height - y; in etc1_decode_image() local
581 if (yEnd > 4) { in etc1_decode_image()
582 yEnd = 4; in etc1_decode_image()
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_decode_image()
/frameworks/base/libs/rs/
DRenderScriptDefines.h325 uint32_t yEnd; member
/frameworks/base/opengl/tests/angeles/
Ddemo.c348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive in createGroundPlane() local
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane()
363 for (y = yBegin; y < yEnd; ++y) in createGroundPlane()
/frameworks/base/libs/rs/scriptc/
Drs_core.rsh93 uint32_t yEnd;