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

1 2 3

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_cmdbuf.c 242 uint32_t voffset; local
261 voffset = rmesa->radeon.tcl.aos[i + 0].offset +
263 OUT_BATCH(voffset);
264 voffset = rmesa->radeon.tcl.aos[i + 1].offset +
266 OUT_BATCH(voffset);
272 voffset = rmesa->radeon.tcl.aos[nr - 1].offset +
274 OUT_BATCH(voffset);
277 voffset = rmesa->radeon.tcl.aos[i + 0].offset +
283 voffset = rmesa->radeon.tcl.aos[i + 1].offset +
291 voffset = rmesa->radeon.tcl.aos[nr - 1].offset
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_ioctl.c 314 uint32_t voffset;
333 voffset = rmesa->radeon.tcl.aos[i + 0].offset +
335 OUT_BATCH(voffset);
336 voffset = rmesa->radeon.tcl.aos[i + 1].offset +
338 OUT_BATCH(voffset);
344 voffset = rmesa->radeon.tcl.aos[nr - 1].offset +
346 OUT_BATCH(voffset);
349 voffset = rmesa->radeon.tcl.aos[i + 0].offset +
355 voffset = rmesa->radeon.tcl.aos[i + 1].offset +
363 voffset = rmesa->radeon.tcl.aos[nr - 1].offset
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_cmdbuf.c 242 uint32_t voffset; local
261 voffset = rmesa->radeon.tcl.aos[i + 0].offset +
263 OUT_BATCH(voffset);
264 voffset = rmesa->radeon.tcl.aos[i + 1].offset +
266 OUT_BATCH(voffset);
272 voffset = rmesa->radeon.tcl.aos[nr - 1].offset +
274 OUT_BATCH(voffset);
277 voffset = rmesa->radeon.tcl.aos[i + 0].offset +
283 voffset = rmesa->radeon.tcl.aos[i + 1].offset +
291 voffset = rmesa->radeon.tcl.aos[nr - 1].offset
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_ioctl.c 314 uint32_t voffset;
333 voffset = rmesa->radeon.tcl.aos[i + 0].offset +
335 OUT_BATCH(voffset);
336 voffset = rmesa->radeon.tcl.aos[i + 1].offset +
338 OUT_BATCH(voffset);
344 voffset = rmesa->radeon.tcl.aos[nr - 1].offset +
346 OUT_BATCH(voffset);
349 voffset = rmesa->radeon.tcl.aos[i + 0].offset +
355 voffset = rmesa->radeon.tcl.aos[i + 1].offset +
363 voffset = rmesa->radeon.tcl.aos[nr - 1].offset
    [all...]
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 88 int32_t *yOffset, int32_t *uOffset, int32_t *vOffset) const {
94 *vOffset = uvOffset;
99 *vOffset = 2*uvOffset;
148 int32_t vOffset;
149 if (!getOffsets(x, y, &yOffset, &uOffset, &vOffset)) return false;
153 *vAddr = getVAddress(vOffset);
  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 90 int bidiFlags, jfloat hOffset, jfloat vOffset,
94 SkScalar v_ = SkFloatToScalar(vOffset);
TextLayout.h 73 int bidiFlags, jfloat hOffset, jfloat vOffset,
  /frameworks/base/libs/hwui/font/
Font.cpp 230 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
235 vOffset += glyph->mBitmapTop + height;
244 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset,
245 -tangent->fY * halfWidth + tangent->fX * vOffset);
246 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset,
247 tangent->fY * halfWidth + tangent->fX * vOffset);
293 int numGlyphs, SkPath* path, float hOffset, float vOffset) {
333 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
Font.h 84 int numGlyphs, SkPath* path, float hOffset, float vOffset);
136 void drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
varray.c 856 GLint coffset = 0, noffset = 0, voffset;/* color, normal, vertex offsets */ local
875 voffset = 0;
881 voffset = 0;
889 voffset = c;
897 voffset = c;
905 voffset = 3*f;
912 voffset = 3*f;
921 voffset = 7*f;
927 voffset = 2*f;
933 voffset = 4*f
    [all...]
  /external/mesa3d/src/mesa/main/
varray.c 856 GLint coffset = 0, noffset = 0, voffset;/* color, normal, vertex offsets */ local
875 voffset = 0;
881 voffset = 0;
889 voffset = c;
897 voffset = c;
905 voffset = 3*f;
912 voffset = 3*f;
921 voffset = 7*f;
927 voffset = 2*f;
933 voffset = 4*f
    [all...]
  /frameworks/base/libs/hwui/
Patch.cpp 138 float vOffset = y1 == y2 ? 0.0f : 0.5 - (0.5 * segment / (y2 - y1));
139 float v2 = fmax(0.0f, stepY - vOffset) / bitmapHeight;
140 v1 += vOffset / bitmapHeight;
FontRenderer.h 112 uint32_t len, int numGlyphs, SkPath* path, float hOffset, float vOffset, Rect* bounds,
DisplayListRenderer.cpp 396 SkPath* path, float hOffset, float vOffset, SkPaint* paint) {
404 hOffset, vOffset, paint);
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 519 int voffset; local
548 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int);
549 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize);
552 memcpy(p->data + voffset, lpValue, vsize);
582 int voffset; local
611 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int);
612 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize);
621 memcpy(lpValue, p->data + voffset, p->vsize);
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_centscreen.h 93 #define Voffset() \
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 492 int vOffset = bufferSizeY / 4;
496 uvArray[i * w/2 + vOffset + j] = (byte) (j & 0xff);
540 int vOffset = mBufferWidth * mBufferHeight / 4;
543 result.mV = mUVBuffer.get(vOffset + index);
561 int vOffset = mVideoWidth * mVideoHeight / 4;
564 result.mV = buffer.get(index + vOffset);
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 672 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
674 p->data + voffset);
675 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
678 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset),
679 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset + sizeof(int32_t)));
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 835 size_t vOffset;
842 vOffset = yStride * cb->height;
843 uOffset = vOffset + 1;
854 ycbcr->cr = cpu_addr + vOffset;
  /external/libvpx/libvpx/vp8/common/
reconinter.c 256 int voffset = 20 + i * 2 + j; local
278 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
544 int voffset = 20 + i * 2 + j; local
569 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
  /frameworks/av/include/media/stagefright/
YUVImage.h 150 int32_t *yOffset, int32_t *uOffset, int32_t *vOffset) const;
  /frameworks/base/core/java/android/view/
GLES20Canvas.java     [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 2829 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
2860 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
2892 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
2924 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
    [all...]
  /external/bison/doc/
refcard.tex 148 \voffset -.7in % Comment out for xdvi viewing; include for printing.
166 \voffset -.745in
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]

Completed in 769 milliseconds

1 2 3