HomeSort by relevance Sort by last modified time
    Searched full:desty (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_clear.c 47 unsigned destx, unsigned desty, unsigned width, unsigned height)
148 OUT_BATCH_F(desty + height);
150 OUT_BATCH_F(desty + height);
152 OUT_BATCH_F(desty);
167 OUT_BATCH_F(desty + height);
169 OUT_BATCH_F(desty + height);
171 OUT_BATCH_F(desty);
199 OUT_BATCH_F(desty + height);
201 OUT_BATCH_F(desty + height);
203 OUT_BATCH_F(desty);
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 47 unsigned destx, unsigned desty, unsigned width, unsigned height)
148 OUT_BATCH_F(desty + height);
150 OUT_BATCH_F(desty + height);
152 OUT_BATCH_F(desty);
167 OUT_BATCH_F(desty + height);
169 OUT_BATCH_F(desty + height);
171 OUT_BATCH_F(desty);
199 OUT_BATCH_F(desty + height);
201 OUT_BATCH_F(desty + height);
203 OUT_BATCH_F(desty);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_copypix.c 100 GLint width, GLint height, GLint destx, GLint desty)
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
123 if (!overlapping && srcy < desty) {
126 dy = desty + height - 1;
132 dy = desty;
189 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
245 GLint destx, GLint desty )
266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
274 if (!overlapping && srcy < desty) {
277 dy = desty + height - 1
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 100 GLint width, GLint height, GLint destx, GLint desty)
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
123 if (!overlapping && srcy < desty) {
126 dy = desty + height - 1;
132 dy = desty;
189 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
245 GLint destx, GLint desty )
266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
274 if (!overlapping && srcy < desty) {
277 dy = desty + height - 1
    [all...]
  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
sample.rs 34 float destY = (float)rsAllocationGetDimY(destAlloc) - 1.0f;
38 uv.y = (float)y / destY;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.c 584 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
585 * we'll actually write. Beforehand, *destY-1 is the first drawing row.
592 GLint *destX, GLint *destY,
620 if (*destY < buffer->_Ymin) {
621 unpack->SkipRows += (buffer->_Ymin - *destY);
622 *height -= (buffer->_Ymin - *destY);
623 *destY = buffer->_Ymin;
626 if (*destY + *height > buffer->_Ymax)
627 *height -= (*destY + *height - buffer->_Ymax);
631 if (*destY > buffer->_Ymax)
    [all...]
image.h 105 GLint *destX, GLint *destY,
118 GLint *destX, GLint *destY,
  /external/mesa3d/src/mesa/main/
image.c 584 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
585 * we'll actually write. Beforehand, *destY-1 is the first drawing row.
592 GLint *destX, GLint *destY,
620 if (*destY < buffer->_Ymin) {
621 unpack->SkipRows += (buffer->_Ymin - *destY);
622 *height -= (buffer->_Ymin - *destY);
623 *destY = buffer->_Ymin;
626 if (*destY + *height > buffer->_Ymax)
627 *height -= (*destY + *height - buffer->_Ymax);
631 if (*destY > buffer->_Ymax)
    [all...]
image.h 105 GLint *destX, GLint *destY,
118 GLint *destX, GLint *destY,
  /frameworks/av/media/libstagefright/yuv/
YUVCanvas.cpp 72 int32_t destY = destStartY + offsetY;
79 mYUVImage.setPixelValue(destX, destY, yValue, uValue, vValue);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageFrame.h 100 for (int destY = startY + 1; destY < endY; ++destY)
101 memcpy(getAddr(startX, destY), startAddr, rowBytes);
  /external/chromium_org/third_party/libva/va/
va_backend_tpi.h 59 short desty,
va_x11.h 58 short desty,
va_android.h 71 short desty,
va_tpi.h 80 short desty,
va_trace.h 192 short desty,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel.h 59 GLint destx, GLint desty, GLenum type);
intel_pixel_copy.c 218 GLint destx, GLint desty, GLenum type)
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
intel_regions.h 119 GLuint destx, GLuint desty,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.h 59 GLint destx, GLint desty, GLenum type);
intel_pixel_copy.c 218 GLint destx, GLint desty, GLenum type)
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp 236 bool PluginTest::NPN_ConvertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace)
238 return browser->convertpoint(m_npp, sourceX, sourceY, sourceSpace, destX, destY, destSpace);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 369 int destY = destPoint.y() + sourceRect.y();
370 ASSERT(destY >= 0);
371 ASSERT(destY < m_surface->size().height());
377 int numRows = endY - destY;
390 context()->writePixels(srcBitmap, destX, destY, config8888);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_surface.c 113 unsigned short srcw, unsigned short srch, short destx, short desty,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c 344 short destx, short desty, unsigned short destw, unsigned short desth,
358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth};
404 assert(desty + desth - 1 < drawable_surface->height);

Completed in 337 milliseconds

1 2 3