HomeSort by relevance Sort by last modified time
    Searched full:yoffset (Results 26 - 50 of 736) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_texture_compression.c 138 GLsizei xoffset, GLsizei yoffset,
163 __GLX_PUT_LONG(16, yoffset);
181 __GLX_PUT_LONG(20, yoffset);
281 GLint xoffset, GLint yoffset,
286 CompressedTexSubImage1D2D(target, level, xoffset, yoffset, width, height,
294 GLint xoffset, GLint yoffset,
314 __GLX_PUT_LONG(16, yoffset);
332 __GLX_PUT_LONG(20, yoffset);
  /external/mesa3d/src/glx/
indirect_texture_compression.c 138 GLsizei xoffset, GLsizei yoffset,
163 __GLX_PUT_LONG(16, yoffset);
181 __GLX_PUT_LONG(20, yoffset);
281 GLint xoffset, GLint yoffset,
286 CompressedTexSubImage1D2D(target, level, xoffset, yoffset, width, height,
294 GLint xoffset, GLint yoffset,
314 __GLX_PUT_LONG(16, yoffset);
332 __GLX_PUT_LONG(20, yoffset);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacter.java 50 private int yOffset;
113 return yOffset;
117 yOffset = offset;
164 oc.write(yOffset, "yOffset", 0);
189 yOffset = ic.readInt("yOffset", 0);
  /external/libvpx/libvpx/vp8/common/
variance_c.c 287 int yoffset,
298 VFilter = vp8_bilinear_filters[yoffset];
315 int yoffset,
326 VFilter = vp8_bilinear_filters[yoffset];
339 int yoffset,
350 VFilter = vp8_bilinear_filters[yoffset];
400 int yoffset,
406 vp8_sub_pixel_variance16x16_c(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
415 int yoffset,
426 VFilter = vp8_bilinear_filters[yoffset];
    [all...]
  /external/skia/dm/
DMTileGridTask.cpp 53 yOffset = SkIntToScalar(y * tile.height());
55 matrix.postTranslate(-xOffset, -yOffset);
60 fullCanvas.drawBitmap(tile, xOffset, yOffset, &paint);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
text_test.rs 65 int xOffset = 0, yOffset = 0;
69 yOffset = textOffsets[fillI * 2 + 1];
73 yPos = top + yOffset;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 474 int xOffset, int yOffset,
489 A.copy2DRangeFrom(xOffset, yOffset, width, height, src);
493 for (int y = yOffset + height - 1; y >= yOffset ; y--) {
501 int xOffset, int yOffset,
516 A.copy2DRangeFrom(xOffset, yOffset, width, height, src);
520 for (int y = yOffset + height - 1; y >= yOffset ; y--) {
528 int xOffset, int yOffset,
543 A.copy2DRangeFrom(xOffset, yOffset, width, height, src)
    [all...]
  /external/chromium_org/ppapi/c/dev/
ppb_gles_chromium_texture_mapping_dev.h 26 // Maps the sub-image of a texture. 'level', 'xoffset', 'yoffset', 'width',
40 GLint yoffset,
  /system/core/toolbox/
rotatefb.c 60 if(fbinfo.yoffset == xres)
61 fbinfo.yoffset = fbinfo.yres;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_subimage.c 46 GLint xoffset, GLint yoffset,
85 texImage->Level, xoffset, yoffset, width, height);
117 blit_y += yoffset;
155 GLint xoffset, GLint yoffset, GLint zoffset,
163 xoffset, yoffset,
167 xoffset, yoffset, zoffset,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.h 213 GLint xoffset, GLint yoffset,
221 GLint xoffset, GLint yoffset, GLint zoffset,
245 GLint xoffset, GLint yoffset,
251 GLint xoffset, GLint yoffset, GLint zoffset,
286 GLint yoffset, GLsizei width, GLsizei height,
292 GLint yoffset, GLint zoffset, GLsizei width,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_subimage.c 46 GLint xoffset, GLint yoffset,
85 texImage->Level, xoffset, yoffset, width, height);
117 blit_y += yoffset;
155 GLint xoffset, GLint yoffset, GLint zoffset,
163 xoffset, yoffset,
167 xoffset, yoffset, zoffset,
  /external/mesa3d/src/mesa/main/
teximage.h 213 GLint xoffset, GLint yoffset,
221 GLint xoffset, GLint yoffset, GLint zoffset,
245 GLint xoffset, GLint yoffset,
251 GLint xoffset, GLint yoffset, GLint zoffset,
286 GLint yoffset, GLsizei width, GLsizei height,
292 GLint yoffset, GLint zoffset, GLsizei width,
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 153 int yOffset = view.getHeight() / 2;
154 canvas.translate(xOffset, yOffset);
156 mOldScreenTexture.draw(canvas, -xOffset, -yOffset);
168 int yOffset = view.getHeight() / 2;
169 canvas.translate(xOffset, yOffset);
171 canvas.translate(-xOffset, -yOffset);
  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.sh 371 prototype unsigned int vp9_sub_pixel_variance64x64 "const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse"
374 prototype unsigned int vp9_sub_pixel_avg_variance64x64 "const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred"
377 prototype unsigned int vp9_sub_pixel_variance32x64 "const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse"
380 prototype unsigned int vp9_sub_pixel_avg_variance32x64 "const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred"
383 prototype unsigned int vp9_sub_pixel_variance64x32 "const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse"
386 prototype unsigned int vp9_sub_pixel_avg_variance64x32 "const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred"
389 prototype unsigned int vp9_sub_pixel_variance32x16 "const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse"
392 prototype unsigned int vp9_sub_pixel_avg_variance32x16 "const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred"
395 prototype unsigned int vp9_sub_pixel_variance16x32 "const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse"
398 prototype unsigned int vp9_sub_pixel_avg_variance16x32 "const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred
    [all...]
  /external/jpeg/
jccoefct.c 149 int blkn, bi, ci, yindex, yoffset, blockcnt; local
154 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
155 yoffset++) {
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
176 yoffset+yindex < compptr->last_row_height) {
206 coef->MCU_vert_offset = yoffset;
345 int blkn, ci, xindex, yindex, yoffset; local
364 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
    [all...]
jdcoefct.c 153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
168 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
169 yoffset++) {
181 coef->MCU_vert_offset = yoffset;
203 yoffset * compptr->DCT_scaled_size;
207 yoffset+yindex < compptr->last_row_height) {
259 int blkn, ci, xindex, yindex, yoffset; local
295 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
396 int ci, xindex, yindex, yoffset; local
456 int blkn, ci, xindex, yindex, yoffset; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jccoefct.c 149 int blkn, bi, ci, yindex, yoffset, blockcnt; local
154 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
155 yoffset++) {
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
176 yoffset+yindex < compptr->last_row_height) {
206 coef->MCU_vert_offset = yoffset;
345 int blkn, ci, xindex, yindex, yoffset; local
364 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
    [all...]
jdcoefct.c 153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
168 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
169 yoffset++) {
181 coef->MCU_vert_offset = yoffset;
203 yoffset * compptr->DCT_scaled_size;
207 yoffset+yindex < compptr->last_row_height) {
259 int blkn, ci, xindex, yindex, yoffset; local
295 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
396 int ci, xindex, yindex, yoffset; local
456 int blkn, ci, xindex, yindex, yoffset; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 117 final float yoffset = mYOffset; local
122 cavas.drawLine(0, yoffset, maxx, yoffset, paint);
123 cavas.drawLine(0, yoffset+oneG, maxx, yoffset+oneG, paint);
124 cavas.drawLine(0, yoffset-oneG, maxx, yoffset-oneG, paint);
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 186 * @param yoffset
189 public static void texSubImage2D(int target, int level, int xoffset, int yoffset,
198 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, -1, type)!=0) {
210 * @param yoffset
214 public static void texSubImage2D(int target, int level, int xoffset, int yoffset,
222 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, format, type)!=0) {
284 native private static int native_texSubImage2D(int target, int level, int xoffset, int yoffset,
  /external/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp 215 bool Texture::subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, rx::Image *image)
219 image->loadData(xoffset, yoffset, width, height, unpackAlignment, pixels);
226 bool Texture::subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, rx::Image *image)
230 image->loadCompressedData(xoffset, yoffset, width, height, pixels);
465 void Texture2D::commitRect(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
470 if (image->updateSurface(mTexStorage, level, xoffset, yoffset, width, height))
477 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels)
479 if (Texture::subImage(xoffset, yoffset, width, height, format, type, unpackAlignment, pixels, mImageArray[level]))
481 commitRect(level, xoffset, yoffset, width, height);
485 void Texture2D::subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels
1031 commitRect(faceIndex(target), level, xoffset, yoffset, width, height); local
1039 commitRect(faceIndex(target), level, xoffset, yoffset, width, height); local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image11.cpp 114 bool Image11::updateSurface(TextureStorageInterface2D *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
117 return storage11->updateSubresourceLevel(getStagingTexture(), getStagingSubresource(), level, 0, xoffset, yoffset, width, height);
120 bool Image11::updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
123 return storage11->updateSubresourceLevel(getStagingTexture(), getStagingSubresource(), level, face, xoffset, yoffset, width, height);
168 // Store the pixel rectangle designated by xoffset,yoffset,width,height with pixels stored as format/type at input
170 void Image11::loadData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
183 void* offsetMappedData = (void*)((BYTE *)mappedImage.pData + (yoffset * mappedImage.RowPitch + xoffset * pixelSize));
250 void Image11::loadCompressedData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
254 ASSERT(yoffset % 4 == 0);
266 void* offsetMappedData = (void*)((BYTE *)mappedImage.pData + ((yoffset / 4) * mappedImage.RowPitch + (xoffset / 4) * blockSize))
    [all...]
Image.h 44 virtual bool updateSurface(TextureStorageInterface2D *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height) = 0;
45 virtual bool updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height) = 0;
51 virtual void loadData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
53 virtual void loadCompressedData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
56 virtual void copy(GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source) = 0;
Blit.cpp 214 bool Blit::copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterface2D *storage, GLint level)
242 result = copy(source, sourceRect, destFormat, xoffset, yoffset, destSurface);
250 bool Blit::copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level)
278 result = copy(source, sourceRect, destFormat, xoffset, yoffset, destSurface);
286 bool Blit::copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest)
303 RECT destRect = {xoffset, yoffset, xoffset + (sourceRect.right - sourceRect.left), yoffset + (sourceRect.bottom - sourceRect.top)};
314 return formatConvert(source, sourceRect, destFormat, xoffset, yoffset, dest);
319 bool Blit::formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest)
334 setViewport(sourceRect, xoffset, yoffset);
    [all...]

Completed in 728 milliseconds

12 3 4 5 6 7 8 91011>>