HomeSort by relevance Sort by last modified time
    Searched full:yend (Results 1 - 23 of 23) sorted by null

  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Fog.glsllib 12 // w == yend
  /frameworks/rs/driver/
rsdBcc.cpp 190 uint32_t yEnd = yStart + mtls->mSliceSize;
191 yEnd = rsMin(yEnd, mtls->yEnd);
192 if (yEnd <= yStart) {
196 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
202 for (p.y = yStart; p.y < yEnd; p.y++) {
210 for (p.y = yStart; p.y < yEnd; p.y++) {
283 if (!sc || (sc->yEnd == 0)) {
284 mtls->yEnd = mtls->fep.dimY
    [all...]
rsdBcc.h 156 uint32_t yEnd;
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdBcc.cpp 372 uint32_t yEnd = yStart + mtls->mSliceSize;
373 yEnd = rsMin(yEnd, mtls->yEnd);
374 if (yEnd <= yStart) {
378 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
380 for (p.y = yStart; p.y < yEnd; p.y++) {
458 if (!sc || (sc->yEnd == 0)) {
459 mtls->yEnd = mtls->fep.dimY;
462 rsAssert(sc->yEnd <= mtls->fep.dimY)
    [all...]
rsdBcc.h 154 uint32_t yEnd;
  /external/webkit/Source/WebCore/platform/graphics/filters/
FilterEffect.cpp 155 int yEnd = rect.maxY();
156 if (yEnd > m_absolutePaintRect.height())
157 yEnd = m_absolutePaintRect.height();
165 while (yOrigin < yEnd) {
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 224 int yend = jas_image_cmptbry( m_image, cmptlut[i] ); local
229 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep );
232 if( !jas_image_readcmpt( m_image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer ))
268 int yend = jas_image_cmptbry( m_image, cmpt ); local
277 for( y = 0; y < yend - ystart; )
330 int yend = jas_image_cmptbry( m_image, cmpt ); local
339 for( y = 0; y < yend - ystart; )
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 527 etc1_uint32 yEnd = height - y;
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;
581 if (yEnd > 4) {
582 yEnd = 4;
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 527 etc1_uint32 yEnd = height - y;
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;
581 if (yEnd > 4) {
582 yEnd = 4;
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /frameworks/support/renderscript/v8/rs_support/
rsDefines.h 365 uint32_t yEnd;
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp 205 int yEnd = lowerBoundScaledY(std::min(static_cast<int>(frameReader->y_offset + rowNumber + repeatCount), size().height()) - 1, yBegin + 1) + 1;
206 if (!rowBuffer || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
249 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd);
  /frameworks/rs/
rsDefines.h 375 uint32_t yEnd;
  /frameworks/rs/scriptc/
rs_core.rsh 118 uint32_t yEnd;
  /frameworks/support/renderscript/v8/rs_support/scriptc/
rs_core.rsh 118 uint32_t yEnd;
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 93 uint32_t yEnd;
  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 223 float yEnd = bottom;
229 mRayEnd.set(centerOffsetX, yEnd);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
363 for (y = yBegin; y < yEnd; ++y)
  /external/chromium-trace/trace-viewer/src/
timeline.js 464 setDragBoxPosition_: function(xStart, yStart, xEnd, yEnd, vertical) {
475 loY = Math.min(yStart, yEnd);
476 hiY = Math.max(yStart, yEnd);
  /frameworks/native/opengl/tests/angeles/
demo.c 348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
363 for (y = yBegin; y < yEnd; ++y)
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 391 float yEnd = Float.parseFloat(args[3]);
401 float yStep = (yEnd - yStart) / stepCount;
  /frameworks/base/docs/html/reference/renderscript/
rs__core_8rsh_source.html 89 <a name="l00111"></a>00111 <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> yEnd;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_static.a     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_static.a     [all...]

Completed in 488 milliseconds